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-22T11:15:33.521Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T11:15:50.352Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T11:15:50.354Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T11:15:50.566Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T11:15:56.152Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T11:15:56.630Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T11:15:57.348Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T11:15:57.366Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T11:15:57.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T11:15:57.986Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T11:15:58.817Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T11:16:01.009Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:16:03.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:16:04.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T11:16:04.733Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:16:04.918Z||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-22T11:16:06.871Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:16:08.441Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-22T11:16:08.476Z||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$$75ebdfa9.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-22T11:16:08.478Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T11:16:13.551Z||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-22T11:16:17.716Z||main|||||WARN|500||---
2022-03-22T11:16:17.717Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T11:16:17.718Z||main|||||WARN|500||---
2022-03-22T11:16:18.312Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T11:16:24.555Z||main|||||INFO|500||Started Application in 55.625 seconds (JVM running for 59.326)
2022-03-22T11:16:24.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T11:16:24.582Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T11:16:24.602Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T11:16:24.651Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T11:16:24.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d70f73-d365-4638-bca7-4adeeb173983 url= /sdc/v1/artifactTypes
2022-03-22T11:16:24.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T11:16:25.144Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T11:16:25.214Z||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-22T11:16:25.245Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T11:16:25.255Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T11:16:25.644Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:16:25.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4f214383-56c0-49dc-b84f-ffc085b3b62a url= /sdc/v1/registerForDistribution
2022-03-22T11:16:26.209Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4f214383-56c0-49dc-b84f-ffc085b3b62a url= /sdc/v1/registerForDistribution
2022-03-22T11:16:26.209Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T11:16:26.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:26.234Z||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-22T11:16:26.234Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:16:26.234Z||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-22T11:16:26.235Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:16:26.240Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T11:16:36.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:16:36.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:17:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:26.218Z||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-22T11:17:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:17:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:26.222Z||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-22T11:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:17:36.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:17:36.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:18:26.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:26.218Z||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-22T11:18:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:18:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:26.222Z||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-22T11:18:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:18:35.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:18:35.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:19:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:26.219Z||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-22T11:19:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:19:26.222Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:26.223Z||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-22T11:19:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:19:35.991Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:19:35.992Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:20:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:26.220Z||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-22T11:20:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:20:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:26.222Z||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-22T11:20:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:20:35.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:20:35.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:21:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:26.218Z||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-22T11:21:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:21:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:26.222Z||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-22T11:21:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:21:35.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:21:35.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:22:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:26.218Z||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-22T11:22:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:22:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:26.222Z||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-22T11:22:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:22:35.792Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:22:35.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:23:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:26.218Z||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-22T11:23:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:23:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:26.223Z||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-22T11:23:26.224Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:23:35.781Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:23:35.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:24:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:26.219Z||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-22T11:24:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:24:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:26.222Z||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-22T11:24:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:24:35.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:24:35.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:25:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:26.220Z||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-22T11:25:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:25:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:26.222Z||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-22T11:25:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:25:35.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:25:35.869Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:26:13.795Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T11:26:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:26.218Z||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-22T11:26:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:26:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:26.222Z||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-22T11:26:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:26:35.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:26:35.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:27:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:26.219Z||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-22T11:27:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:27:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:26.223Z||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-22T11:27:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:27:35.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:27:35.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:28:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:26.220Z||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-22T11:28:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:28:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:26.222Z||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-22T11:28:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:28:35.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:28:35.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:29:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:26.218Z||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-22T11:29:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:29:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:26.222Z||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-22T11:29:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:29:35.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:29:35.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:30:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:26.218Z||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-22T11:30:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:30:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:26.221Z||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-22T11:30:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:30:35.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:30:35.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:31:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:26.218Z||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-22T11:31:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:31:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:26.221Z||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-22T11:31:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:31:35.808Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:31:35.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:32:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:26.218Z||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-22T11:32:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:32:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:26.221Z||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-22T11:32:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:32:35.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:32:35.798Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:33:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:26.220Z||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-22T11:33:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:33:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:26.222Z||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-22T11:33:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:33:35.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:33:35.787Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:34:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:26.219Z||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-22T11:34:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:34:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:26.222Z||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-22T11:34:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:34:35.779Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:34:35.798Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:35:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:26.218Z||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-22T11:35:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:35:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:26.222Z||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-22T11:35:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:35:35.784Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:35:35.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:36:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:26.218Z||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-22T11:36:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:36:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:26.222Z||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-22T11:36:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:36:35.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:36:35.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:37:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:26.218Z||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-22T11:37:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:37:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:26.221Z||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-22T11:37:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:37:35.799Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:37:35.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:38:26.218Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:26.221Z||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-22T11:38:26.221Z||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-22T11:38:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:38:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:38:35.782Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:38:35.782Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:39:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:26.218Z||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-22T11:39:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:39:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:26.222Z||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-22T11:39:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:39:35.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:39:35.804Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:40:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:26.218Z||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-22T11:40:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:40:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:26.221Z||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-22T11:40:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:40:35.782Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:40:35.784Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:41:26.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:26.219Z||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-22T11:41:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:41:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:26.222Z||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-22T11:41:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:41:35.789Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:41:35.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:42:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:26.218Z||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-22T11:42:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:42:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:26.223Z||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-22T11:42:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:42:35.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:42:35.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:43:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:26.219Z||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-22T11:43:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:43:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:26.222Z||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-22T11:43:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:43:35.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:43:35.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:44:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:26.218Z||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-22T11:44:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:44:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:26.221Z||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-22T11:44:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:44:35.798Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:44:35.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:45:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:26.218Z||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-22T11:45:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:45:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:26.221Z||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-22T11:45:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:45:35.791Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:45:35.792Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:46:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:26.218Z||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-22T11:46:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:46:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:26.221Z||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-22T11:46:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:46:35.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:46:35.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:47:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:26.218Z||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-22T11:47:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:47:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:26.222Z||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-22T11:47:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:47:35.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:47:35.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:48:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:26.220Z||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-22T11:48:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:48:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:26.221Z||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-22T11:48:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:48:35.779Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:48:35.790Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:49:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:26.218Z||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-22T11:49:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:49:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:26.222Z||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-22T11:49:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:49:35.780Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:49:35.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:50:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:26.218Z||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-22T11:50:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:50:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:26.221Z||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-22T11:50:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:50:35.778Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:50:35.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:51:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:26.218Z||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-22T11:51:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:51:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:26.221Z||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-22T11:51:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:51:35.778Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:51:35.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:52:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:26.218Z||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-22T11:52:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:52:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:26.222Z||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-22T11:52:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:52:35.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:52:35.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:53:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:26.222Z||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-22T11:53:26.222Z||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-22T11:53:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:53:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:53:35.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:53:35.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:54:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:26.218Z||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-22T11:54:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:54:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:26.222Z||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-22T11:54:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:54:35.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:54:35.788Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:55:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:26.218Z||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-22T11:55:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:55:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:26.222Z||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-22T11:55:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:55:35.775Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:55:35.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:56:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:26.218Z||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-22T11:56:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:56:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:26.222Z||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-22T11:56:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:56:35.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:56:35.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:57:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:26.218Z||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-22T11:57:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:57:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:26.221Z||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-22T11:57:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:57:35.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:57:35.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:58:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:26.219Z||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-22T11:58:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:58:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:26.222Z||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-22T11:58:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:58:35.800Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:58:35.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:59:26.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:26.221Z||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-22T11:59:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:59:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:26.221Z||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-22T11:59:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:59:35.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T11:59:35.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:00:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:26.218Z||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-22T12:00:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:00:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:26.222Z||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-22T12:00:26.224Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:00:35.782Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:00:35.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:01:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:26.218Z||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-22T12:01:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:01:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:26.222Z||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-22T12:01:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:01:35.784Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:01:35.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:26.218Z||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-22T12:02:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:02:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:26.221Z||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-22T12:02:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:02:35.783Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:02:35.784Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:03:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:26.218Z||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-22T12:03:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:03:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:26.221Z||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-22T12:03:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:03:35.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:03:35.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:04:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:26.220Z||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-22T12:04:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:04:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:26.221Z||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-22T12:04:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:04:35.790Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:04:35.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:26.218Z||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-22T12:05:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:05:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:26.222Z||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-22T12:05:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:05:35.791Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:05:35.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:06:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:06:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:06:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:26.222Z||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-22T12:06:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:06:35.787Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:06:35.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:07:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:07:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:26.221Z||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-22T12:07:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:07:35.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:07:35.778Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:08:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:08:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:08:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:08:26.221Z||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-22T12:08:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:08:35.784Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:08:35.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:09:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:09:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:09:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:09:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:09:26.222Z||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-22T12:09:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:09:35.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:09:35.785Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:26.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:10:26.220Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:10:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:26.221Z||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-22T12:10:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:10:35.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:10:35.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:11:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:11:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:11:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:26.221Z||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-22T12:11:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:11:35.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:11:35.788Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:12:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:12:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:12:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:26.221Z||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-22T12:12:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:12:35.771Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:12:35.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:13:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:13:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:13:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:26.222Z||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-22T12:13:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:13:35.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:13:35.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:14:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:14:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:14:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:26.222Z||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-22T12:14:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:14:35.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:14:35.793Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:15:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:15:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:15:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:26.221Z||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-22T12:15:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:15:35.778Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:15:35.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:26.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:16:26.220Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:16:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:26.222Z||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-22T12:16:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:16:35.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:16:35.796Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:17:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:17:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:17:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:26.222Z||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-22T12:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:17:35.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:17:35.795Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:18:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:18:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:26.221Z||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-22T12:18:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:18:35.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:18:35.784Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:19:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:19:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:19:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:19:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:19:26.222Z||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-22T12:19:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:19:35.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:19:35.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:20:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:20:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:20:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:20:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:20:26.222Z||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-22T12:20:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:20:35.824Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:20:35.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:21:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:21:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:26.221Z||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-22T12:21:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:21:35.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:21:35.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:22:26.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:22:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:22:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:22:26.221Z||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-22T12:22:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:22:35.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:22:35.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:23:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:23:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:23:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:23:26.222Z||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-22T12:23:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:23:35.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:23:35.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:24:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:24:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:24:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:24:26.222Z||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-22T12:24:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:24:35.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:24:35.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:25:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:25:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:25:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:25:26.222Z||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-22T12:25:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:25:35.778Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:25:35.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:26:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:26:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:26.221Z||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-22T12:26:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:26:35.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:26:35.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:26.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:27:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:26.221Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:27:26.221Z||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-22T12:27:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:27:35.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:27:35.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:28:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:28:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:28:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:26.221Z||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-22T12:28:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:28:35.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:28:35.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:29:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:26.218Z||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-22T12:29:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:29:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:26.221Z||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-22T12:29:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:29:35.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:29:35.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:30:26.217Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:26.218Z||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-22T12:30:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:30:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:26.221Z||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-22T12:30:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:30:35.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:30:35.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:31:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:26.218Z||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-22T12:31:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:31:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:26.221Z||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-22T12:31:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:31:35.791Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:31:35.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:32:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:26.218Z||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-22T12:32:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:32:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:26.221Z||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-22T12:32:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:32:35.789Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:32:35.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:33:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:26.220Z||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-22T12:33:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:33:26.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:26.222Z||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-22T12:33:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:33:35.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:33:35.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:34:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:26.218Z||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-22T12:34:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:34:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:26.221Z||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-22T12:34:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:34:35.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:34:35.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:35:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:26.219Z||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-22T12:35:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:35:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:26.222Z||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-22T12:35:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:35:35.792Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:35:35.805Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:36:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:26.218Z||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-22T12:36:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:36:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:26.221Z||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-22T12:36:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:36:35.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:36:35.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:37:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:26.217Z||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-22T12:37:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:37:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:26.221Z||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-22T12:37:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:37:35.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:37:35.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:38:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:26.218Z||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-22T12:38:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:38:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:26.222Z||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-22T12:38:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:38:35.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:38:35.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:39:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:26.219Z||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-22T12:39:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:39:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:26.222Z||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-22T12:39:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:39:35.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:39:35.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:40:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:26.218Z||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-22T12:40:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:40:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:26.222Z||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-22T12:40:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:40:35.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:40:35.801Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:41:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:26.218Z||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-22T12:41:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:41:26.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:26.225Z||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-22T12:41:26.225Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:41:35.809Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:41:35.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:26.218Z||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-22T12:42:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:26.221Z||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-22T12:42:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:26.800Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:26.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952932424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952932680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952933659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952935266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952938183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952945955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952945872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952946102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "cds",
  "timestamp": 1647952946904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-22T12:42:26.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:26.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"51e85edb-b904-4d0b-bba0-b9b8be48b119","serviceName":"basic_onboard_UwiADq","serviceVersion":"1.0","serviceUUID":"0450ffb8-d1e8-4541-a555-999f71c8aa2f","serviceDescription":"service","serviceInvariantUUID":"e19cab5a-0543-4b46-8445-3369e23cc3fa","resources":[{"resourceInstanceName":"basic_onboard_UwiADq 0","resourceName":"basic_onboard_UwiADq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79276ad6-a25c-401b-9045-61c552356df6","resourceInvariantUUID":"8625cbb8-2903-4ddd-a9e4-655d69095dff","resourceCustomizationUUID":"23fa29e4-a35b-480d-a825-1658265b9fbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml","artifactChecksum":"MzRkN2Q5MzE3OTMxMWY5ODI4NDk4OWZjYTc0MDZlYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cb88d7d-075d-4c1b-93a3-11fbdf1ce7f5","artifactVersion":"1"},{"artifactName":"basic_onboard_uwiadq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json","artifactChecksum":"ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ecb673e-89eb-490a-b7e5-945c049e6879","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"813edccf-fd09-4b47-95d7-47a70383ced6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e428659-d658-4223-970e-6407c716539b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11205c2e-7772-4e7a-ac7f-77c96cecde1b","artifactVersion":"2","generatedFromUUID":"813edccf-fd09-4b47-95d7-47a70383ced6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUwiadq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml","artifactChecksum":"MTJiNzVlNWQ3NjM1MTI3ZTk4NTBjYjNkYmU0NGYwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16a84c29-94de-4681-8996-c8e19fc9bdb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUwiadq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar","artifactChecksum":"MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e187f5f-80ef-4267-927f-ebb190267bb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:42:26.920Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:26.929Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:42:26.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:26.946Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/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=?
2022-03-22T12:42:27.045Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-22T12:42:27.051Z||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-22T12:42:27.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:27.067Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:27.068Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:42:27.136Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:42:27.169Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:42:27.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:27.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952947065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952947112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:27.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:27.956Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:27.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:27.961Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:42:28.060Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:28.062Z||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-22T12:42:28.062Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:28.092Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:28.093Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:28.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:28.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:28.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:28.967Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:42:29.067Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:29.067Z||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-22T12:42:29.068Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:29.083Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:29.084Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:29.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:29.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:29.970Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:29.971Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:30.071Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:30.073Z||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-22T12:42:30.073Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:30.087Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:30.088Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:30.971Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:30.972Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:30.974Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:30.974Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:42:31.074Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:31.076Z||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-22T12:42:31.076Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:31.090Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:31.091Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:31.975Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:31.976Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:31.978Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:31.978Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:42:32.078Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:32.079Z||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-22T12:42:32.079Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:32.094Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:32.094Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:32.980Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:32.981Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:32.985Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:32.985Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:42:33.086Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:33.087Z||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-22T12:42:33.087Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:33.114Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:33.115Z||pool-9-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:33.989Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "serviceName": "basic_onboard_UwiADq",
  "serviceVersion": "1.0",
  "serviceUUID": "0450ffb8-d1e8-4541-a555-999f71c8aa2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e19cab5a-0543-4b46-8445-3369e23cc3fa",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UwiADq 0",
      "resourceCustomizationUUID": "23fa29e4-a35b-480d-a825-1658265b9fbd",
      "resourceName": "basic_onboard_UwiADq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79276ad6-a25c-401b-9045-61c552356df6",
      "resourceInvariantUUID": "8625cbb8-2903-4ddd-a9e4-655d69095dff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_uwiadq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
          "artifactChecksum": "ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ecb673e-89eb-490a-b7e5-945c049e6879",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "813edccf-fd09-4b47-95d7-47a70383ced6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "11205c2e-7772-4e7a-ac7f-77c96cecde1b",
            "generatedFromUUID": "813edccf-fd09-4b47-95d7-47a70383ced6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "11205c2e-7772-4e7a-ac7f-77c96cecde1b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUwiadq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
      "artifactChecksum": "MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e187f5f-80ef-4267-927f-ebb190267bb6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:42:33.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:42:33.992Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0450ffb8-d1e8-4541-a555-999f71c8aa2f ASDC
2022-03-22T12:42:34.183Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:51e85edb-b904-4d0b-bba0-b9b8be48b119
ServiceName:basic_onboard_UwiADq
ServiceVersion:1.0
ServiceUUID:0450ffb8-d1e8-4541-a555-999f71c8aa2f
ServiceInvariantUUID:e19cab5a-0543-4b46-8445-3369e23cc3fa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUwiadq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
ArtifactUUID:1e187f5f-80ef-4267-927f-ebb190267bb6
ArtifactChecksum:MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UwiADq 0
ResourceCustomizationUUID:23fa29e4-a35b-480d-a825-1658265b9fbd
ResourceInvariantUUID:8625cbb8-2903-4ddd-a9e4-655d69095dff
ResourceName:basic_onboard_UwiADq
ResourceType:VF
ResourceUUID:79276ad6-a25c-401b-9045-61c552356df6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uwiadq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
ArtifactUUID:8ecb673e-89eb-490a-b7e5-945c049e6879
ArtifactChecksum:ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ=
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:813edccf-fd09-4b47-95d7-47a70383ced6
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
ArtifactUUID:11205c2e-7772-4e7a-ac7f-77c96cecde1b
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
ArtifactUUID:11205c2e-7772-4e7a-ac7f-77c96cecde1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:42:34.186Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0450ffb8-d1e8-4541-a555-999f71c8aa2f 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-22T12:42:34.276Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:42:34.277Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:34.279Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:34.280Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e187f5f-80ef-4267-927f-ebb190267bb6 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.280Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:34.282Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.645Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:34.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar 1e187f5f-80ef-4267-927f-ebb190267bb6 71586
2022-03-22T12:42:34.671Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar ASDC sendASDCNotification
2022-03-22T12:42:34.671Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.672Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:34.673Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:34.676Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:34.676Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952954669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:34.776Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:34.777Z||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-22T12:42:34.777Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:34.795Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:34.795Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:35.678Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:42:35.685Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:35.686Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e187f5f-80ef-4267-927f-ebb190267bb6, URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar to file: /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.687Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.881Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.881Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:36.621Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10291746829752579879/Definitions/service-BasicOnboardUwiadq-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-22T12:42:38.962Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UwiADq 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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.974Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T12:42:38.981Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:38.982Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.987Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:38.987Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T12:42:38.989Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:42:38.991Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:42:38.993Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:38.993Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:42:39.003Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.003Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.009Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.009Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.010Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:39.011Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.011Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UwiADq
Description:service
Model UUID:0450ffb8-d1e8-4541-a555-999f71c8aa2f
Model Version:NULL
Model InvariantUuid:e19cab5a-0543-4b46-8445-3369e23cc3fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UwiADq
Model UUID:2e096356-238c-4061-bc6c-12d6baca4f1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8625cbb8-2903-4ddd-a9e4-655d69095dff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:23fa29e4-a35b-480d-a825-1658265b9fbd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
ModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
ModelUuid:03e3ca84-75d7-401e-b92a-62ee2da9b266
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
ModelInvariantUuid:1e7de13d-d2d8-4dd8-9bcb-25bb44fd55f8
ModelName:basic_onboard_UwiADq-nodes.ubuntu18Cvfc
ModelUuid:082ae399-c812-4227-b0da-38f1ce1fa502
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d28ebf38-c908-4281-b681-95ca8897e8ae
ModelInvariantUuid:6062dd6b-cda1-4e88-aab2-a0943ef783cd
ModelName:BasicOnboardUwiadq.compute.nodes.heat.ubuntu18
ModelUuid:46f0249a-9f0f-4c4d-a03c-f4078a08ecb2
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-22T12:42:39.026Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 79276ad6-a25c-401b-9045-61c552356df6
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-22T12:42:39.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||basic_onboard_UwiADq 0
2022-03-22T12:42:39.175Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79276ad6-a25c-401b-9045-61c552356df6
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8ecb673e-89eb-490a-b7e5-945c049e6879 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:40.398Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:40.399Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json 8ecb673e-89eb-490a-b7e5-945c049e6879 798
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json ASDC sendASDCNotification
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:40.401Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:40.404Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:40.404Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952960400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:40.504Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:40.505Z||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-22T12:42:40.505Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:40.521Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:40.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:41.406Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUwiadq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9799e54a-a32f-4641-98ab-4d15a7e9f2e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03e3ca84-75d7-401e-b92a-62ee2da9b266",
    "vfModuleModelCustomizationUUID": "422945fa-54b5-4a5c-a7ba-842f4c67e1d5",
    "isBase": true,
    "artifacts": [
      "813edccf-fd09-4b47-95d7-47a70383ced6",
      "11205c2e-7772-4e7a-ac7f-77c96cecde1b"
    ],
    "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-22T12:42:41.421Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03e3ca84-75d7-401e-b92a-62ee2da9b266
VfModuleModelInvariantUUID:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
813edccf-fd09-4b47-95d7-47a70383ced6
,
11205c2e-7772-4e7a-ac7f-77c96cecde1b

}
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-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUwiadq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9799e54a-a32f-4641-98ab-4d15a7e9f2e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03e3ca84-75d7-401e-b92a-62ee2da9b266",
    "vfModuleModelCustomizationUUID": "422945fa-54b5-4a5c-a7ba-842f4c67e1d5",
    "isBase": true,
    "artifacts": [
      "813edccf-fd09-4b47-95d7-47a70383ced6",
      "11205c2e-7772-4e7a-ac7f-77c96cecde1b"
    ],
    "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-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03e3ca84-75d7-401e-b92a-62ee2da9b266
VfModuleModelInvariantUUID:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
813edccf-fd09-4b47-95d7-47a70383ced6
,
11205c2e-7772-4e7a-ac7f-77c96cecde1b

}
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-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 813edccf-fd09-4b47-95d7-47a70383ced6 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.425Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:41.425Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.894Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:41.894Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml 813edccf-fd09-4b47-95d7-47a70383ced6 5033
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:41.898Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:41.898Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:41.998Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:41.999Z||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-22T12:42:41.999Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:42.011Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:42.012Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:42.899Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11205c2e-7772-4e7a-ac7f-77c96cecde1b from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:42.900Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:42.900Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:43.709Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env 11205c2e-7772-4e7a-ac7f-77c96cecde1b 909
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:43.711Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:43.717Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:43.717Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952963710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:42:43.813Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:42:43.814Z||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-22T12:42:43.815Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:43.829Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:43.830Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:44.718Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0450ffb8-d1e8-4541-a555-999f71c8aa2f
2022-03-22T12:42:44.719Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UwiADq 0 79276ad6-a25c-401b-9045-61c552356df6 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-22T12:42:44.778Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef23e52, org.onap.sdc.toscaparser.api.parameters.Input@6f199244, org.onap.sdc.toscaparser.api.parameters.Input@14928c23, org.onap.sdc.toscaparser.api.parameters.Input@3b0634b3, org.onap.sdc.toscaparser.api.parameters.Input@54e98d2f]
2022-03-22T12:42:44.786Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 23fa29e4-a35b-480d-a825-1658265b9fbd
2022-03-22T12:42:44.788Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23fa29e4-a35b-480d-a825-1658265b9fbd matches Tosca VF Customization UUID: 23fa29e4-a35b-480d-a825-1658265b9fbd
2022-03-22T12:42:44.788Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 23fa29e4-a35b-480d-a825-1658265b9fbd  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-22T12:42:44.800Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.800Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.803Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 23fa29e4-a35b-480d-a825-1658265b9fbd: {\"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-22T12:42:44.804Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4193097a
2022-03-22T12:42:44.804Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.805Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:42:44.807Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 422945fa-54b5-4a5c-a7ba-842f4c67e1d5
2022-03-22T12:42:44.809Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 422945fa-54b5-4a5c-a7ba-842f4c67e1d5
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-22T12:42:44.823Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.824Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.824Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.826Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.826Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
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-22T12:42:44.865Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.866Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.868Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=23fa29e4-a35b-480d-a825-1658265b9fbd
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-22T12:42:44.872Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.872Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0450ffb8-d1e8-4541-a555-999f71c8aa2f: basic_onboard_UwiADq
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.878Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.878Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.880Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_UwiADq 
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-22T12:42:45.167Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UwiADq 79276ad6-a25c-401b-9045-61c552356df6 1 ASDC deployResourceStructure
2022-03-22T12:42:45.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json ASDC sendASDCNotification
2022-03-22T12:42:45.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:45.169Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:45.169Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:45.171Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:45.172Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952965168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:42:45.272Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:45.273Z||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-22T12:42:45.273Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:45.374Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:45.375Z||pool-14-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:46.174Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:46.175Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:46.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952966173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:42:46.276Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:46.277Z||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-22T12:42:46.277Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:46.295Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:46.296Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:47.178Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:47.181Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:47.181Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952967177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:42:47.280Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-22T12:42:47.281Z||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-22T12:42:47.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:47.298Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:47.300Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar ASDC sendASDCNotification
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:48.189Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:48.191Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:48.191Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952968188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:42:48.291Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:48.292Z||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-22T12:42:48.293Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:48.318Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:42:48.319Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:49.193Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:42:49.225Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:42:49.228Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:42:49.229Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:42:49.229Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:43:19.230Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:43:19.238Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:43:19.241Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:43:19.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:43:19.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:43:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:43:26.222Z||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-22T12:43:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:43:26.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:43:26.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:43:26.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952948143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:43:26.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:43:49.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:43:49.260Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:43:49.262Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:43:49.263Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:43:49.263Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:44:19.264Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:44:19.282Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:44:26.222Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:44:26.223Z||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-22T12:44:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:44:26.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:44:26.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:44:26.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "policy-id",
  "timestamp": 1647952948116,
  "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-22T12:44:26.268Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:44:26.268Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:44:49.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:44:49.302Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:44:49.306Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:44:49.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:44:49.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:19.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:45:19.321Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:45:19.327Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:45:19.327Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:45:19.335Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:45:26.222Z||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-22T12:45:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:45:26.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:45:26.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952949269,
  "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-22T12:45:26.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.831Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:45:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952950275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952946217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952947920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952954669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952956863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "cds",
  "timestamp": 1647952957869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-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-22T12:45:26.883Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.884Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952960163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647952953656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952961107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952961273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952960400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "clamp",
  "timestamp": 1647952962279,
  "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-22T12:45:26.916Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.916Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:45:26.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952962367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952962735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952963115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952964415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952958183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952963710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952965458,
  "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-22T12:45:26.933Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.933Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:26.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952966405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647952966464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952965168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952967410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952966173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "policy-id",
  "timestamp": 1647952968418,
  "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-22T12:45:26.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.969Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:26.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952967177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952968673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647952968188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952969680,
  "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-22T12:45:26.989Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.989Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:45:26.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952965266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952953439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952977914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952979059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "aai-ml",
  "timestamp": 1647952980068,
  "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-22T12:45:27.017Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:27.017Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:45:27.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952982136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647952983140,
  "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-22T12:45:27.033Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.033Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:27.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952985154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952953819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952987166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "clamp",
  "timestamp": 1647952988171,
  "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-22T12:45:27.049Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647952988747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647953003777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "aai-ml",
  "timestamp": 1647953004784,
  "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-22T12:45:27.073Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.073Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:45:49.337Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:45:49.354Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-22T12:45:49.366Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:46:19.367Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:46:19.389Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119 and serviceModelVersionId: 0450ffb8-d1e8-4541-a555-999f71c8aa2f
2022-03-22T12:46:19.389Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e19cab5a-0543-4b46-8445-3369e23cc3fa
2022-03-22T12:46:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:26.222Z||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-22T12:46:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:35.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:38.107Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0
2022-03-22T12:46:38.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:46:38.951Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:38.959Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10b096cb-ceaf-4583-b898-254ea94caf26], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:40.514Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:40.514Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c99bac8a-e341-48e1-834d-5ee4cbde7a43], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:42.043Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:42.043Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7383e66b-1497-4a2b-8a36-5fb9fc5f3440], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:43.081Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:46:43.082Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-22T12:46:43.083Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:46:43.083Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-22T12:46:43.090Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-22T12:46:43.091Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-22T12:46:43.093Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:46:43.093Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:43.095Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:43.096Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953203091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:46:43.196Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:43.197Z||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-22T12:46:43.197Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:43.211Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:43.212Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:46:44.108Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:44.109Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-22T12:46:44.109Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:48.612Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:48.613Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||received message from topic
2022-03-22T12:46:48.614Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cbd450c6-1f49-450a-afba-8f1861cbdcdc","serviceName":"vFW 2022-03-22 12-40-08","serviceVersion":"1.0","serviceUUID":"f9429c0a-3f82-4327-bf48-c8eaf1a40b18","serviceDescription":"catalog service description","serviceInvariantUUID":"62162083-c5a1-4014-9cc0-bafa6d6b16a4","resources":[{"resourceInstanceName":"vFW 5062fc17-a66c 0","resourceName":"vFW 5062fc17-a66c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4063bb36-90bb-4598-b5f7-5f0222b0f612","resourceInvariantUUID":"9ae29a31-3c82-46aa-ad84-82121b35dbe2","resourceCustomizationUUID":"99e10795-1638-4b61-9656-426fe1c53af7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml","artifactChecksum":"NjM2N2ZiOWE5ZTkwMzNkYzhlODA3NzQ2MmZlYzczMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c80f8600-aa6f-40ae-9994-30f6d17985e1","artifactVersion":"1"},{"artifactName":"vfw5062fc17a66c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json","artifactChecksum":"MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d900f883-36da-4ac0-96ab-c7b6589cd4d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59837b09-3a66-494a-808c-f6b3e392d495","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYxMmExOWJjODQzMTVlMzk3NTY2MzlmODBmY2ZiNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36265cf7-e259-4cb2-8f1f-8980632c349b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d458b736-f16c-45e1-82cd-123a3cc0cc7a","artifactVersion":"2","generatedFromUUID":"59837b09-3a66-494a-808c-f6b3e392d495"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322124008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml","artifactChecksum":"YmFlNTFhMzBjMTM5ZWM2NmI0NTc5NjI3NjYwYzkwZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8e5f7c7-97db-45a7-935b-80ddc5801a24","artifactVersion":"1"},{"artifactName":"service-Vfw20220322124008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar","artifactChecksum":"N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b68de73d-307b-4faf-9dac-3e3b600d158f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:46:48.625Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:48.628Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:48.633Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:48.633Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:46:48.734Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:46:48.735Z||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-22T12:46:48.735Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:48.767Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:48.768Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":16,"count":1}
2022-03-22T12:46:49.634Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:49.635Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:49.637Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:49.638Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:46:49.737Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:46:49.739Z||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-22T12:46:49.739Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:49.764Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:49.765Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:50.639Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:50.640Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:50.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:50.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:46:50.743Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:50.744Z||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-22T12:46:50.744Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:50.764Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:50.765Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:51.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:51.644Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:51.647Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:51.647Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:46:51.748Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:51.749Z||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-22T12:46:51.749Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:51.764Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:51.765Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:52.648Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:52.649Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:52.651Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:52.652Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:46:52.752Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:52.753Z||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-22T12:46:52.754Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:52.771Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:52.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:53.653Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:53.654Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:53.660Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:53.661Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:46:53.757Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:46:53.759Z||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-22T12:46:53.759Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:53.777Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:53.777Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:54.661Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:54.664Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:54.667Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:54.667Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:46:54.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:46:54.768Z||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-22T12:46:54.769Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:54.786Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:54.786Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:55.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "serviceName": "vFW 2022-03-22 12-40-08",
  "serviceVersion": "1.0",
  "serviceUUID": "f9429c0a-3f82-4327-bf48-c8eaf1a40b18",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "62162083-c5a1-4014-9cc0-bafa6d6b16a4",
  "resources": [
    {
      "resourceInstanceName": "vFW 5062fc17-a66c 0",
      "resourceCustomizationUUID": "99e10795-1638-4b61-9656-426fe1c53af7",
      "resourceName": "vFW 5062fc17-a66c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4063bb36-90bb-4598-b5f7-5f0222b0f612",
      "resourceInvariantUUID": "9ae29a31-3c82-46aa-ad84-82121b35dbe2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5062fc17a66c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
          "artifactChecksum": "MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d900f883-36da-4ac0-96ab-c7b6589cd4d4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "59837b09-3a66-494a-808c-f6b3e392d495",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d458b736-f16c-45e1-82cd-123a3cc0cc7a",
            "generatedFromUUID": "59837b09-3a66-494a-808c-f6b3e392d495"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d458b736-f16c-45e1-82cd-123a3cc0cc7a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322124008-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
      "artifactChecksum": "N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b68de73d-307b-4faf-9dac-3e3b600d158f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:46:55.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:46:55.670Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9429c0a-3f82-4327-bf48-c8eaf1a40b18 ASDC
2022-03-22T12:46:55.671Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:cbd450c6-1f49-450a-afba-8f1861cbdcdc
ServiceName:vFW 2022-03-22 12-40-08
ServiceVersion:1.0
ServiceUUID:f9429c0a-3f82-4327-bf48-c8eaf1a40b18
ServiceInvariantUUID:62162083-c5a1-4014-9cc0-bafa6d6b16a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322124008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
ArtifactUUID:b68de73d-307b-4faf-9dac-3e3b600d158f
ArtifactChecksum:N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5062fc17-a66c 0
ResourceCustomizationUUID:99e10795-1638-4b61-9656-426fe1c53af7
ResourceInvariantUUID:9ae29a31-3c82-46aa-ad84-82121b35dbe2
ResourceName:vFW 5062fc17-a66c
ResourceType:VF
ResourceUUID:4063bb36-90bb-4598-b5f7-5f0222b0f612
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5062fc17a66c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
ArtifactUUID:d900f883-36da-4ac0-96ab-c7b6589cd4d4
ArtifactChecksum:MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM=
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
ArtifactUUID:59837b09-3a66-494a-808c-f6b3e392d495
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
ArtifactUUID:d458b736-f16c-45e1-82cd-123a3cc0cc7a
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
ArtifactUUID:d458b736-f16c-45e1-82cd-123a3cc0cc7a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:46:55.671Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9429c0a-3f82-4327-bf48-c8eaf1a40b18 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-22T12:46:55.738Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:46:55.741Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: b68de73d-307b-4faf-9dac-3e3b600d158f from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:56.048Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:46:56.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar b68de73d-307b-4faf-9dac-3e3b600d158f 98946
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar ASDC sendASDCNotification
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:46:56.056Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:56.058Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:56.058Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953216055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:46:56.158Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:56.159Z||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-22T12:46:56.160Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:56.182Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:46:56.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:57.059Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:46:57.061Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:57.061Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to write artifact UUID: b68de73d-307b-4faf-9dac-3e3b600d158f, URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar to file: /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.062Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.063Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.063Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.415Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1251648967836363466/Definitions/service-Vfw20220322124008-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-22T12:47:00.160Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:47:00.161Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||####################################################################################################
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5062fc17-a66c 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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||####################################################################################################
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2719cf8e-221a-4f96-b763-1f48a413c625
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1ce005e-1282-4de2-ba53-3f8c3c3d9212
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 12-40-08
Description:catalog service description
Model UUID:f9429c0a-3f82-4327-bf48-c8eaf1a40b18
Model Version:NULL
Model InvariantUuid:62162083-c5a1-4014-9cc0-bafa6d6b16a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5062fc17-a66c
Model UUID:432eabb7-641a-4c3e-9864-fbe126de4694
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ae29a31-3c82-46aa-ad84-82121b35dbe2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:99e10795-1638-4b61-9656-426fe1c53af7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:105e3c7f-a9d8-4513-8467-5ad2f50abf54
ModelName:Vfw5062fc17A66c..base_vfw..module-0
ModelUuid:53d17a2f-f4fa-442c-a252-117bafe5c115
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2719cf8e-221a-4f96-b763-1f48a413c625
ModelInvariantUuid:9e3628d1-e57c-4758-8caf-db90c8cfbd85
ModelName:vFW 5062fc17-a66c-nodes.vfwCvfc
ModelUuid:b1edbcc9-6988-4428-b7ea-7f9a0184d3ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ee45a01c-dff6-4bc9-a3d7-5b2e10a71d45
ModelInvariantUuid:9f498c19-d124-4da3-8719-0c1d712c0fd2
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vfw
ModelUuid:b43b7c37-34aa-4853-9a9b-7c2ac87fd7f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e1ce005e-1282-4de2-ba53-3f8c3c3d9212
ModelInvariantUuid:9f8d403a-f015-4728-8adc-c6b6d347e185
ModelName:vFW 5062fc17-a66c-nodes.vsnCvfc
ModelUuid:471ad118-608b-458a-9ea3-0c14de47fe0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f8d28be0-17c9-4c54-a134-b3ffa017d1b3
ModelInvariantUuid:0175cc4c-fb94-4167-8884-4386e0dde4ac
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vsn
ModelUuid:6e4921db-6b33-4434-8449-1cf44fb9074e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
ModelInvariantUuid:4cb3704f-814e-4970-a90f-31e7563527a5
ModelName:vFW 5062fc17-a66c-nodes.vpgCvfc
ModelUuid:f35a08f6-a71c-4ac4-b2d4-8f7e3d0500c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ece34baa-13c2-4d31-86d5-90794c7621a6
ModelInvariantUuid:b063f22a-13c2-4214-b278-e3c95ea9ca7d
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vpg
ModelUuid:88dec291-c828-48c8-a4d1-cc627de962bb
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-22T12:47:00.195Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4063bb36-90bb-4598-b5f7-5f0222b0f612
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-22T12:47:00.199Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||vFW 5062fc17-a66c 0
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4063bb36-90bb-4598-b5f7-5f0222b0f612
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: d900f883-36da-4ac0-96ab-c7b6589cd4d4 from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:00.201Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.642Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:00.643Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json d900f883-36da-4ac0-96ab-c7b6589cd4d4 785
2022-03-22T12:47:00.643Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json ASDC sendASDCNotification
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:00.647Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:00.648Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953220643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:00.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:47:00.748Z||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-22T12:47:00.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:00.772Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:00.773Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:01.648Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5062fc17A66c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "105e3c7f-a9d8-4513-8467-5ad2f50abf54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53d17a2f-f4fa-442c-a252-117bafe5c115",
    "vfModuleModelCustomizationUUID": "edab99df-3f33-42c1-8867-b43ad9ea96fa",
    "isBase": true,
    "artifacts": [
      "59837b09-3a66-494a-808c-f6b3e392d495",
      "d458b736-f16c-45e1-82cd-123a3cc0cc7a"
    ],
    "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-22T12:47:01.655Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5062fc17A66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53d17a2f-f4fa-442c-a252-117bafe5c115
VfModuleModelInvariantUUID:105e3c7f-a9d8-4513-8467-5ad2f50abf54
VfModuleModelDescription:NULL
Artifacts UUID List:{
59837b09-3a66-494a-808c-f6b3e392d495
,
d458b736-f16c-45e1-82cd-123a3cc0cc7a

}
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-22T12:47:01.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5062fc17A66c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "105e3c7f-a9d8-4513-8467-5ad2f50abf54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53d17a2f-f4fa-442c-a252-117bafe5c115",
    "vfModuleModelCustomizationUUID": "edab99df-3f33-42c1-8867-b43ad9ea96fa",
    "isBase": true,
    "artifacts": [
      "59837b09-3a66-494a-808c-f6b3e392d495",
      "d458b736-f16c-45e1-82cd-123a3cc0cc7a"
    ],
    "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-22T12:47:01.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5062fc17A66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53d17a2f-f4fa-442c-a252-117bafe5c115
VfModuleModelInvariantUUID:105e3c7f-a9d8-4513-8467-5ad2f50abf54
VfModuleModelDescription:NULL
Artifacts UUID List:{
59837b09-3a66-494a-808c-f6b3e392d495
,
d458b736-f16c-45e1-82cd-123a3cc0cc7a

}
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-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: 59837b09-3a66-494a-808c-f6b3e392d495 from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:02.048Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:02.049Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml 59837b09-3a66-494a-808c-f6b3e392d495 20368
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:02.052Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:02.052Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953222050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:02.158Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T12:47:02.159Z||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-22T12:47:02.159Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:02.177Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:02.178Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:03.053Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: d458b736-f16c-45e1-82cd-123a3cc0cc7a from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:03.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.361Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env d458b736-f16c-45e1-82cd-123a3cc0cc7a 2098
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:03.363Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:03.365Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:03.365Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953223362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:03.465Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:03.467Z||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-22T12:47:03.467Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:03.482Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:03.483Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:04.366Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Preparing to deploy Service: f9429c0a-3f82-4327-bf48-c8eaf1a40b18
2022-03-22T12:47:04.367Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5062fc17-a66c 0 4063bb36-90bb-4598-b5f7-5f0222b0f612 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-22T12:47:04.385Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c08deb0, org.onap.sdc.toscaparser.api.parameters.Input@9818a93, org.onap.sdc.toscaparser.api.parameters.Input@64fbb247, org.onap.sdc.toscaparser.api.parameters.Input@c95cd54, org.onap.sdc.toscaparser.api.parameters.Input@56326f28]
2022-03-22T12:47:04.386Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VFCustomizationUUID= 99e10795-1638-4b61-9656-426fe1c53af7
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99e10795-1638-4b61-9656-426fe1c53af7 matches Tosca VF Customization UUID: 99e10795-1638-4b61-9656-426fe1c53af7
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||vfCustomizationUUID: 99e10795-1638-4b61-9656-426fe1c53af7  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-22T12:47:04.391Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.391Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||resource request for resource customization id 99e10795-1638-4b61-9656-426fe1c53af7: {\"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-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48efc4a1
2022-03-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edab99df-3f33-42c1-8867-b43ad9ea96fa
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edab99df-3f33-42c1-8867-b43ad9ea96fa
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-22T12:47:04.396Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.397Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.397Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.398Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.398Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2719cf8e-221a-4f96-b763-1f48a413c625
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-22T12:47:04.406Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1ce005e-1282-4de2-ba53-3f8c3c3d9212
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-22T12:47:04.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.414Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.416Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:47:04.420Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
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-22T12:47:04.422Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.424Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=99e10795-1638-4b61-9656-426fe1c53af7
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-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500|| resourceSeq for service uuid f9429c0a-3f82-4327-bf48-c8eaf1a40b18: vFW 5062fc17-a66c
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Saving Service: vFW 2022-03-22 12-40-08 
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-22T12:47:04.652Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5062fc17-a66c 4063bb36-90bb-4598-b5f7-5f0222b0f612 1 ASDC deployResourceStructure
2022-03-22T12:47:04.653Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json ASDC sendASDCNotification
2022-03-22T12:47:04.653Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:04.654Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:04.654Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:04.657Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:04.657Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953224653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:04.757Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:04.758Z||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-22T12:47:04.758Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:04.787Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:04.787Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:05.658Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:47:05.658Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:05.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:05.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:05.675Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:05.677Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953225658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:05.762Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-03-22T12:47:05.763Z||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-22T12:47:05.763Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:05.786Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:05.786Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:06.680Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:47:06.680Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:06.681Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:06.681Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:06.683Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:06.683Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953226680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:06.783Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:06.784Z||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-22T12:47:06.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:06.799Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:06.799Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:07.684Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar ASDC sendASDCNotification
2022-03-22T12:47:07.685Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:47:07.685Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:07.686Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:07.688Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:07.688Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953227684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:07.788Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:07.789Z||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-22T12:47:07.790Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:07.814Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:07.815Z||pool-33-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:08.689Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:47:08.705Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:47:08.711Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T12:47:08.713Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-22T12:47:08.718Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:47:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:26.222Z||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-22T12:47:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:26.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:26.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953203091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953204108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953216055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953220643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953222050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953223362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953224653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953225658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953226680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953227684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:38.718Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:47:38.728Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc and serviceModelVersionId: f9429c0a-3f82-4327-bf48-c8eaf1a40b18
2022-03-22T12:47:38.729Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62162083-c5a1-4014-9cc0-bafa6d6b16a4
2022-03-22T12:47:38.731Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0
2022-03-22T12:47:38.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:47:38.874Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:38.875Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a705856-f7ba-42fb-98dc-d3882b6d72a8], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:40.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:40.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb363b1f-fd3e-40be-ba08-63611fe56fbe], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:41.953Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:41.954Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f4db496-c63d-4005-bb77-2b3d64422dbd], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:42.980Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:47:42.981Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:47:42.982Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:47:42.982Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:47:42.991Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:42.993Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:42.993Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953262990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:47:43.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:43.094Z||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-22T12:47:43.095Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:43.115Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:43.116Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:47:44.011Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:44.012Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:47:44.012Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:53.583Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:03.142Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:03.143Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:03.144Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:48:03.144Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:12.704Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:12.705Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:12.706Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:48:12.706Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:22.264Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:26.221Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:48:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:26.221Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:26.221Z||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-22T12:48:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953262990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:48:26.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:48:35.789Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:49:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:49:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:49:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:26.221Z||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-22T12:49:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:49:35.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:49:35.797Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:50:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:50:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:50:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:26.221Z||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-22T12:50:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:50:35.779Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:50:35.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:51:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:51:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:51:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:51:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:51:26.222Z||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-22T12:51:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:51:35.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:51:35.822Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:52:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:52:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:52:26.221Z||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-22T12:52:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.868Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:26.869Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||received message from topic
2022-03-22T12:52:26.869Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bb09ea92-fe5c-4500-bc6f-fafa58c90ea3","serviceName":"vFW 2022-03-22 12-48-57","serviceVersion":"1.0","serviceUUID":"95bf46d4-8d2e-4b7f-b220-b871c33a9532","serviceDescription":"catalog service description","serviceInvariantUUID":"d2813be2-6c85-45b2-8117-2bc2dfe000fa","resources":[{"resourceInstanceName":"vFW aa2725b9-ae33 0","resourceName":"vFW aa2725b9-ae33","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9136b021-0305-4db8-a591-d3fe636c3782","resourceInvariantUUID":"02db4bef-e2d6-4c67-8e42-94a50d389d23","resourceCustomizationUUID":"692d5893-2099-4f2e-ac32-a2045a55d43b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml","artifactChecksum":"YWFkOGNkYmZiYmE0ZmNjNzZjYWEwODI3N2QxMGQ1YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d649655e-26d4-45d7-a063-eca40961bfdf","artifactVersion":"1"},{"artifactName":"vfwaa2725b9ae330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json","artifactChecksum":"NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1cc0642-933a-48c7-8313-a4b032d3b77b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"062263e9-0d57-4cff-a309-c538cf5cdf5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml","artifactChecksum":"NmJkMzhjZGJjZWFkOGJiMmU1MjdkNWM4N2MwODIxMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f54c2e8-bb25-442c-a4aa-a42e4a4b874e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7030d19-a25f-444f-ae89-f07ac9f5f1ff","artifactVersion":"2","generatedFromUUID":"062263e9-0d57-4cff-a309-c538cf5cdf5a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322124857-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml","artifactChecksum":"ZjMxMDY4YWM0ODA4NmIzOWY2YTdiNDI2MjJjYjhjNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"352db58f-8a7d-443f-9ef8-160ed6936b88","artifactVersion":"1"},{"artifactName":"service-Vfw20220322124857-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar","artifactChecksum":"ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5339c21-3308-4f4b-86c7-be46a59535d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:52:26.877Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:26.878Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:26.882Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:26.883Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:26.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953492425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953493656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953493819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953493438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953498183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953508652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953508793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953508804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953508989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953502680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953509997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953510159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "policy-id",
  "timestamp": 1647953511001,
  "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-22T12:52:26.983Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:52:26.984Z||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-22T12:52:26.984Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:26.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953510951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953511758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "cds",
  "timestamp": 1647953511959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-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-22T12:52:27.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.025Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:27.027Z||pool-35-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:27.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953505266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953512807,
  "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-22T12:52:27.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.036Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953512995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953513814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953514001,
  "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-22T12:52:27.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953523266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953525277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "clamp",
  "timestamp": 1647953526282,
  "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-22T12:52:27.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953526623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T12:52:27.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "aai-ml",
  "timestamp": 1647953527628,
  "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-22T12:52:27.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:52:27.888Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:27.889Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:27.891Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:27.891Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:52:27.996Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T12:52:27.997Z||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-22T12:52:27.997Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:28.020Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:28.020Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:28.892Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:28.892Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:28.895Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:28.895Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:52:28.995Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:28.997Z||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-22T12:52:28.997Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:29.011Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:29.012Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:29.896Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:29.897Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:29.900Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:29.900Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:30.000Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:30.002Z||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-22T12:52:30.002Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:30.017Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:30.017Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:30.901Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:30.902Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:30.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:30.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:52:31.005Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:31.006Z||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-22T12:52:31.006Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:31.020Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:31.021Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:31.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:31.906Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:31.909Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:31.909Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:52:32.009Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:32.010Z||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-22T12:52:32.011Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:32.022Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:32.023Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:32.910Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:32.910Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:32.912Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:32.912Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:52:33.013Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:33.014Z||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-22T12:52:33.014Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:33.031Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:33.032Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:33.914Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "serviceName": "vFW 2022-03-22 12-48-57",
  "serviceVersion": "1.0",
  "serviceUUID": "95bf46d4-8d2e-4b7f-b220-b871c33a9532",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d2813be2-6c85-45b2-8117-2bc2dfe000fa",
  "resources": [
    {
      "resourceInstanceName": "vFW aa2725b9-ae33 0",
      "resourceCustomizationUUID": "692d5893-2099-4f2e-ac32-a2045a55d43b",
      "resourceName": "vFW aa2725b9-ae33",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9136b021-0305-4db8-a591-d3fe636c3782",
      "resourceInvariantUUID": "02db4bef-e2d6-4c67-8e42-94a50d389d23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwaa2725b9ae330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
          "artifactChecksum": "NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1cc0642-933a-48c7-8313-a4b032d3b77b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "062263e9-0d57-4cff-a309-c538cf5cdf5a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b7030d19-a25f-444f-ae89-f07ac9f5f1ff",
            "generatedFromUUID": "062263e9-0d57-4cff-a309-c538cf5cdf5a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b7030d19-a25f-444f-ae89-f07ac9f5f1ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322124857-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
      "artifactChecksum": "ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5339c21-3308-4f4b-86c7-be46a59535d2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:52:33.915Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:52:33.915Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95bf46d4-8d2e-4b7f-b220-b871c33a9532 ASDC
2022-03-22T12:52:33.915Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ASDC Notification:
DistributionID:bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
ServiceName:vFW 2022-03-22 12-48-57
ServiceVersion:1.0
ServiceUUID:95bf46d4-8d2e-4b7f-b220-b871c33a9532
ServiceInvariantUUID:d2813be2-6c85-45b2-8117-2bc2dfe000fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322124857-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
ArtifactUUID:e5339c21-3308-4f4b-86c7-be46a59535d2
ArtifactChecksum:ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aa2725b9-ae33 0
ResourceCustomizationUUID:692d5893-2099-4f2e-ac32-a2045a55d43b
ResourceInvariantUUID:02db4bef-e2d6-4c67-8e42-94a50d389d23
ResourceName:vFW aa2725b9-ae33
ResourceType:VF
ResourceUUID:9136b021-0305-4db8-a591-d3fe636c3782
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaa2725b9ae330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
ArtifactUUID:e1cc0642-933a-48c7-8313-a4b032d3b77b
ArtifactChecksum:NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI=
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
ArtifactUUID:062263e9-0d57-4cff-a309-c538cf5cdf5a
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
ArtifactUUID:b7030d19-a25f-444f-ae89-f07ac9f5f1ff
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
ArtifactUUID:b7030d19-a25f-444f-ae89-f07ac9f5f1ff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:52:33.916Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95bf46d4-8d2e-4b7f-b220-b871c33a9532 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-22T12:52:33.952Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: e5339c21-3308-4f4b-86c7-be46a59535d2 from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:34.270Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar e5339c21-3308-4f4b-86c7-be46a59535d2 98972
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar ASDC sendASDCNotification
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:34.279Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:34.281Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:34.282Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953554278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:34.382Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:34.383Z||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-22T12:52:34.383Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:34.395Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:34.396Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:35.282Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:52:35.284Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:35.284Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to write artifact UUID: e5339c21-3308-4f4b-86c7-be46a59535d2, URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar to file: /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.285Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.285Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.286Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.627Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1685408715715917528/Definitions/service-Vfw20220322124857-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-22T12:52:38.294Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||####################################################################################################
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aa2725b9-ae33 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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||####################################################################################################
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57d12936-288e-4634-bc94-a702b78bca7c
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f13282af-80cc-4ce8-b27a-498234c83a2a
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08a465a3-1393-4a18-8c7f-c4d690f38896
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.317Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 12-48-57
Description:catalog service description
Model UUID:95bf46d4-8d2e-4b7f-b220-b871c33a9532
Model Version:NULL
Model InvariantUuid:d2813be2-6c85-45b2-8117-2bc2dfe000fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW aa2725b9-ae33
Model UUID:1bb5228f-12fc-410a-97ff-9ca780a25cec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02db4bef-e2d6-4c67-8e42-94a50d389d23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:692d5893-2099-4f2e-ac32-a2045a55d43b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:504467ff-f5f5-4af6-ab5f-3f1a402c0979
ModelName:VfwAa2725b9Ae33..base_vfw..module-0
ModelUuid:57ccaf45-e071-4b7b-8fcb-872463d9cf01
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57d12936-288e-4634-bc94-a702b78bca7c
ModelInvariantUuid:e48395ef-c228-4fbf-aba6-2a46590bfc8a
ModelName:vFW aa2725b9-ae33-nodes.vfwCvfc
ModelUuid:75edd06c-047f-494c-b614-8d27bf5aefdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e81fde8a-1852-43a8-b902-1d71cef3ad52
ModelInvariantUuid:6e7247c1-16f6-485f-80c6-53c0d78a2f65
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vfw
ModelUuid:3d6284ab-1e6a-413b-93c8-73a69f035e3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f13282af-80cc-4ce8-b27a-498234c83a2a
ModelInvariantUuid:ff06b08d-267e-457a-8970-38fb010d2979
ModelName:vFW aa2725b9-ae33-nodes.vsnCvfc
ModelUuid:4f24f09d-e28c-4897-8ed6-ba43c8e3ef43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:74d53640-3fea-4b13-960d-b589d6d7143f
ModelInvariantUuid:52b2626c-0f6a-49a0-b045-79e40512e786
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vsn
ModelUuid:164a6cd2-b774-4981-b29b-32a46a7b3616
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:08a465a3-1393-4a18-8c7f-c4d690f38896
ModelInvariantUuid:c3569ef6-9a75-44c0-b51b-c828cae4b02b
ModelName:vFW aa2725b9-ae33-nodes.vpgCvfc
ModelUuid:f81faace-4ec4-425c-abbf-fd343774d6e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7e842776-3c1a-4fa8-9bbc-3adc8b644be8
ModelInvariantUuid:68476c33-4a33-4e04-9c60-3e9610f86a88
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vpg
ModelUuid:c26f2e84-c33a-49dd-a8ab-837d211c4bee
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-22T12:52:38.323Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 9136b021-0305-4db8-a591-d3fe636c3782
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-22T12:52:38.329Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||vFW aa2725b9-ae33 0
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 9136b021-0305-4db8-a591-d3fe636c3782
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: e1cc0642-933a-48c7-8313-a4b032d3b77b from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.760Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:38.761Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json e1cc0642-933a-48c7-8313-a4b032d3b77b 785
2022-03-22T12:52:38.761Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json ASDC sendASDCNotification
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:38.765Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:38.765Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953558761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:38.865Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:38.866Z||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-22T12:52:38.866Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:38.903Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:38.904Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:39.766Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAa2725b9Ae33..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "504467ff-f5f5-4af6-ab5f-3f1a402c0979",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57ccaf45-e071-4b7b-8fcb-872463d9cf01",
    "vfModuleModelCustomizationUUID": "9e822fea-6cc6-4f47-948b-82bd75b02f51",
    "isBase": true,
    "artifacts": [
      "062263e9-0d57-4cff-a309-c538cf5cdf5a",
      "b7030d19-a25f-444f-ae89-f07ac9f5f1ff"
    ],
    "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-22T12:52:39.771Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAa2725b9Ae33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ccaf45-e071-4b7b-8fcb-872463d9cf01
VfModuleModelInvariantUUID:504467ff-f5f5-4af6-ab5f-3f1a402c0979
VfModuleModelDescription:NULL
Artifacts UUID List:{
062263e9-0d57-4cff-a309-c538cf5cdf5a
,
b7030d19-a25f-444f-ae89-f07ac9f5f1ff

}
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-22T12:52:39.775Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAa2725b9Ae33..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "504467ff-f5f5-4af6-ab5f-3f1a402c0979",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57ccaf45-e071-4b7b-8fcb-872463d9cf01",
    "vfModuleModelCustomizationUUID": "9e822fea-6cc6-4f47-948b-82bd75b02f51",
    "isBase": true,
    "artifacts": [
      "062263e9-0d57-4cff-a309-c538cf5cdf5a",
      "b7030d19-a25f-444f-ae89-f07ac9f5f1ff"
    ],
    "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-22T12:52:39.775Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAa2725b9Ae33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ccaf45-e071-4b7b-8fcb-872463d9cf01
VfModuleModelInvariantUUID:504467ff-f5f5-4af6-ab5f-3f1a402c0979
VfModuleModelDescription:NULL
Artifacts UUID List:{
062263e9-0d57-4cff-a309-c538cf5cdf5a
,
b7030d19-a25f-444f-ae89-f07ac9f5f1ff

}
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-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: 062263e9-0d57-4cff-a309-c538cf5cdf5a from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:41.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml 062263e9-0d57-4cff-a309-c538cf5cdf5a 20368
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:41.226Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:41.226Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:41.228Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:41.229Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953561223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:41.328Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:52:41.330Z||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-22T12:52:41.330Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:41.360Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:41.361Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:42.230Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: b7030d19-a25f-444f-ae89-f07ac9f5f1ff from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:42.230Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:42.231Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:43.022Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env b7030d19-a25f-444f-ae89-f07ac9f5f1ff 2098
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:43.026Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:43.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:43.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953563023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:52:43.128Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:43.129Z||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-22T12:52:43.129Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:43.168Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:43.169Z||pool-45-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:44.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Preparing to deploy Service: 95bf46d4-8d2e-4b7f-b220-b871c33a9532
2022-03-22T12:52:44.029Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aa2725b9-ae33 0 9136b021-0305-4db8-a591-d3fe636c3782 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-22T12:52:44.051Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16c0ea03, org.onap.sdc.toscaparser.api.parameters.Input@552bc4d1, org.onap.sdc.toscaparser.api.parameters.Input@31d8cdca, org.onap.sdc.toscaparser.api.parameters.Input@5a5958c0, org.onap.sdc.toscaparser.api.parameters.Input@4bd8317a]
2022-03-22T12:52:44.052Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VFCustomizationUUID= 692d5893-2099-4f2e-ac32-a2045a55d43b
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 692d5893-2099-4f2e-ac32-a2045a55d43b matches Tosca VF Customization UUID: 692d5893-2099-4f2e-ac32-a2045a55d43b
2022-03-22T12:52:44.054Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||vfCustomizationUUID: 692d5893-2099-4f2e-ac32-a2045a55d43b  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-22T12:52:44.057Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.057Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||resource request for resource customization id 692d5893-2099-4f2e-ac32-a2045a55d43b: {\"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-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27909bab
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e822fea-6cc6-4f47-948b-82bd75b02f51
2022-03-22T12:52:44.059Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e822fea-6cc6-4f47-948b-82bd75b02f51
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-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57d12936-288e-4634-bc94-a702b78bca7c
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-22T12:52:44.066Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.067Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.067Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.067Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.067Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:44.067Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:44.068Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:44.068Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:44.068Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.068Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.069Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.069Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:44.069Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:52:44.069Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:44.069Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.070Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:44.070Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.070Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f13282af-80cc-4ce8-b27a-498234c83a2a
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-22T12:52:44.072Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.073Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.073Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.073Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.073Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:44.074Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:44.074Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:44.074Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:44.074Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.075Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.075Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.075Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:44.075Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:44.075Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:44.076Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.076Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.076Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:52:44.076Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08a465a3-1393-4a18-8c7f-c4d690f38896
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-22T12:52:44.078Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.078Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.079Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.079Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.079Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.079Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=692d5893-2099-4f2e-ac32-a2045a55d43b
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-22T12:52:44.081Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.081Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.081Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500|| resourceSeq for service uuid 95bf46d4-8d2e-4b7f-b220-b871c33a9532: vFW aa2725b9-ae33
2022-03-22T12:52:44.082Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.082Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.082Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.082Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.082Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.083Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Saving Service: vFW 2022-03-22 12-48-57 
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-22T12:52:44.262Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aa2725b9-ae33 9136b021-0305-4db8-a591-d3fe636c3782 1 ASDC deployResourceStructure
2022-03-22T12:52:44.262Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json ASDC sendASDCNotification
2022-03-22T12:52:44.262Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:44.262Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:52:44.263Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:44.266Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:44.266Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953564262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:44.365Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:52:44.366Z||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-22T12:52:44.367Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:44.381Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:44.382Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:45.267Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:52:45.268Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:45.268Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:52:45.269Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:45.271Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:45.271Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953565267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:45.371Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:45.372Z||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-22T12:52:45.372Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:45.390Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:45.391Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:46.272Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:52:46.273Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:46.273Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:52:46.273Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:46.275Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:46.276Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953566272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:46.376Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:46.377Z||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-22T12:52:46.377Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:46.390Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:46.391Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:47.276Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar ASDC sendASDCNotification
2022-03-22T12:52:47.277Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:47.277Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:52:47.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:47.280Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:47.280Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953567276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:52:47.380Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:47.381Z||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-22T12:52:47.381Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:47.397Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:52:47.398Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:48.281Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:52:48.291Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:52:48.294Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:52:48.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:52:48.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:52:48.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:52:48.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T12:52:48.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-22T12:52:48.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:53:18.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:53:18.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 and serviceModelVersionId: 95bf46d4-8d2e-4b7f-b220-b871c33a9532
2022-03-22T12:53:18.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2813be2-6c85-45b2-8117-2bc2dfe000fa
2022-03-22T12:53:18.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0
2022-03-22T12:53:18.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:53:18.381Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:18.383Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Invoke
2022-03-22T12:53:19.935Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:19.936Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Invoke
2022-03-22T12:53:21.462Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:21.464Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Invoke
2022-03-22T12:53:22.498Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:53:22.500Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:22.500Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:53:22.500Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:22.509Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:22.509Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-22T12:53:22.509Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:53:22.510Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:53:22.512Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:53:22.512Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953602509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:53:22.612Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:53:22.613Z||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-22T12:53:22.613Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:53:22.633Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:53:22.633Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 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-22T12:53:26.217Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:53:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T12:53:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:53:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:53:26.221Z||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-22T12:53:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:53:26.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:53:26.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:53:26.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:53:26.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:53:35.779Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:26.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:54:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:54:26.221Z||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-22T12:54:26.221Z||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-22T12:54:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:26.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:26.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:54:26.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953546217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:54:26.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953554278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953558761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953561223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953563023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953564262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:26.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953565267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953566272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:26.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953567276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953602509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:54:26.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:54:26.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:26.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:54:26.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2413780a-3061-48a7-86bb-964493b06b1b","serviceName":"vFW 2022-03-22 12-51-56","serviceVersion":"1.0","serviceUUID":"07f3d48c-1d5d-4ba1-8ad8-10ca843559b8","serviceDescription":"catalog service description","serviceInvariantUUID":"efb3445c-18f1-47fb-b2d5-a269c4b3d891","resources":[{"resourceInstanceName":"vFW d5f9c4a8-148c 0","resourceName":"vFW d5f9c4a8-148c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17188d0c-e44a-4cbc-b75a-1efddfebf50d","resourceInvariantUUID":"7b491c2f-76bb-416a-abbe-7b04c9620082","resourceCustomizationUUID":"d406c055-1e0a-498f-a6eb-b759f4b2030b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFkZTQ4OTBmMDM0YjA4M2M1Mzk0NzIwNTdjOTRkOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"433362a7-d853-485c-9b23-36cddf51bc89","artifactVersion":"1"},{"artifactName":"vfwd5f9c4a8148c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json","artifactChecksum":"Nzg3MGFlMjk5MmUwNjUzYjI1ZGMwYjhmYzdiNjRiYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3439f3f8-77aa-4ccf-8bac-f60c5af2ca59","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42bf63d6-d2b6-4538-b258-341ba57b1b08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ5ZmQwYmJhYzcwNzQzZDczMDIwNGMzMzNjMDg1NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d121b50-b821-4bf0-aad2-fb80cc3f3ab0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86114cbe-a0b9-4c70-819d-8605a3f5111c","artifactVersion":"2","generatedFromUUID":"42bf63d6-d2b6-4538-b258-341ba57b1b08"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322125156-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml","artifactChecksum":"NGU2NWUwNzlhMzQ1MTAzNmJmZDY3Zjg5ZGE1NjA5NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d61cd7a0-d8eb-4aef-9d50-1316904ec4db","artifactVersion":"1"},{"artifactName":"service-Vfw20220322125156-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar","artifactChecksum":"OGUyZGNlODAzNDliNWJlODUwNGJiZTk3Y2QxOTY3ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78f93635-5f10-4427-b6fd-590af472d31b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:54:26.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:26.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:26.887Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:26.888Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:54:26.988Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:54:26.990Z||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-22T12:54:26.990Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:27.006Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:27.006Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:54:27.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:27.891Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:27.893Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:27.893Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:54:27.993Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:27.994Z||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-22T12:54:27.994Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:28.011Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:28.012Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:28.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:28.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:28.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:28.899Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:54:28.999Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:29.000Z||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-22T12:54:29.000Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:29.015Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:29.016Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:29.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:29.902Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:29.904Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:29.905Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:54:30.005Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:54:30.007Z||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-22T12:54:30.007Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:30.035Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:30.036Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:30.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:30.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:30.911Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:30.911Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:54:31.011Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:31.012Z||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-22T12:54:31.013Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:31.027Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:31.028Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:31.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:31.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:31.915Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:31.915Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:54:32.015Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:32.016Z||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-22T12:54:32.016Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:32.029Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:32.029Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:32.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:54:32.917Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:32.920Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:32.920Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:54:33.020Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:33.021Z||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-22T12:54:33.022Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:33.037Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:33.037Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:54:33.922Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "serviceName": "vFW 2022-03-22 12-51-56",
  "serviceVersion": "1.0",
  "serviceUUID": "07f3d48c-1d5d-4ba1-8ad8-10ca843559b8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "efb3445c-18f1-47fb-b2d5-a269c4b3d891",
  "resources": [
    {
      "resourceInstanceName": "vFW d5f9c4a8-148c 0",
      "resourceCustomizationUUID": "d406c055-1e0a-498f-a6eb-b759f4b2030b",
      "resourceName": "vFW d5f9c4a8-148c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17188d0c-e44a-4cbc-b75a-1efddfebf50d",
      "resourceInvariantUUID": "7b491c2f-76bb-416a-abbe-7b04c9620082",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd5f9c4a8148c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
          "artifactChecksum": "Nzg3MGFlMjk5MmUwNjUzYjI1ZGMwYjhmYzdiNjRiYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3439f3f8-77aa-4ccf-8bac-f60c5af2ca59",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42bf63d6-d2b6-4538-b258-341ba57b1b08",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "86114cbe-a0b9-4c70-819d-8605a3f5111c",
            "generatedFromUUID": "42bf63d6-d2b6-4538-b258-341ba57b1b08"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "86114cbe-a0b9-4c70-819d-8605a3f5111c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322125156-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
      "artifactChecksum": "OGUyZGNlODAzNDliNWJlODUwNGJiZTk3Y2QxOTY3ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78f93635-5f10-4427-b6fd-590af472d31b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T12:54:33.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:54:33.922Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07f3d48c-1d5d-4ba1-8ad8-10ca843559b8 ASDC
2022-03-22T12:54:33.923Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2413780a-3061-48a7-86bb-964493b06b1b
ServiceName:vFW 2022-03-22 12-51-56
ServiceVersion:1.0
ServiceUUID:07f3d48c-1d5d-4ba1-8ad8-10ca843559b8
ServiceInvariantUUID:efb3445c-18f1-47fb-b2d5-a269c4b3d891
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322125156-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar
ArtifactUUID:78f93635-5f10-4427-b6fd-590af472d31b
ArtifactChecksum:OGUyZGNlODAzNDliNWJlODUwNGJiZTk3Y2QxOTY3ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5f9c4a8-148c 0
ResourceCustomizationUUID:d406c055-1e0a-498f-a6eb-b759f4b2030b
ResourceInvariantUUID:7b491c2f-76bb-416a-abbe-7b04c9620082
ResourceName:vFW d5f9c4a8-148c
ResourceType:VF
ResourceUUID:17188d0c-e44a-4cbc-b75a-1efddfebf50d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5f9c4a8148c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json
ArtifactUUID:3439f3f8-77aa-4ccf-8bac-f60c5af2ca59
ArtifactChecksum:Nzg3MGFlMjk5MmUwNjUzYjI1ZGMwYjhmYzdiNjRiYTE=
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/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml
ArtifactUUID:42bf63d6-d2b6-4538-b258-341ba57b1b08
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/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
ArtifactUUID:86114cbe-a0b9-4c70-819d-8605a3f5111c
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/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
ArtifactUUID:86114cbe-a0b9-4c70-819d-8605a3f5111c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T12:54:33.924Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07f3d48c-1d5d-4ba1-8ad8-10ca843559b8 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-22T12:54:33.970Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:54:33.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-22T12:54:33.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-22T12:54:33.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 78f93635-5f10-4427-b6fd-590af472d31b from URL: /sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:33.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-22T12:54:33.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:34.471Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-22T12:54:34.477Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar 78f93635-5f10-4427-b6fd-590af472d31b 98966
2022-03-22T12:54:34.477Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar ASDC sendASDCNotification
2022-03-22T12:54:34.477Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:34.478Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:54:34.478Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:34.480Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:34.480Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953674477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:34.580Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:34.581Z||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-22T12:54:34.582Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:34.599Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:34.600Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:35.481Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:54:35.484Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-22T12:54:35.485Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 78f93635-5f10-4427-b6fd-590af472d31b, URL: /sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar to file: /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:35.485Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322125156-csar.csar
2022-03-22T12:54:35.486Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:35.486Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:35.800Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6477748999114416422/Definitions/service-Vfw20220322125156-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-22T12:54:38.959Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:54:38.960Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-22T12:54:38.960Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.960Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:54:38.960Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5f9c4a8-148c 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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.961Z|2413780a-3061-48a7-86bb-964493b06b1b|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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|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-Vfw20220322125156-csar.csar
2022-03-22T12:54:38.962Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-22T12:54:38.963Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.963Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.963Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:38.963Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-22T12:54:38.964Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:54:38.964Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.964Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.965Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:38.965Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-22T12:54:38.965Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:54:38.965Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.965Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.966Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.966Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:38.966Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:38.966Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:54:38.967Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.967Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.967Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:54:38.967Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.967Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:54:38.968Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.969Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:54:38.969Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.969Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:54:38.969Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.969Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:54:38.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:38.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:38.971Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:38.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:38.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:38.972Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:38.973Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.973Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:38.973Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:38.973Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:54:38.973Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:54:38.974Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c61997a-230f-4c1e-b5c3-ac517e9b8b8d
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:54:38.975Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.976Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4194964-ec46-4684-ad2b-786257c776e2
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:54:38.977Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:54:38.978Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a45a688e-2f98-4ab8-8fa1-f06c3596f672
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.979Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.980Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.980Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.980Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:38.980Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:38.980Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 12-51-56
Description:catalog service description
Model UUID:07f3d48c-1d5d-4ba1-8ad8-10ca843559b8
Model Version:NULL
Model InvariantUuid:efb3445c-18f1-47fb-b2d5-a269c4b3d891
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d5f9c4a8-148c
Model UUID:cf91a98e-5e91-49dd-b39c-d63a058a81d4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b491c2f-76bb-416a-abbe-7b04c9620082
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d406c055-1e0a-498f-a6eb-b759f4b2030b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:64322f0c-f601-424b-81b9-615fea5c5696
ModelName:VfwD5f9c4a8148c..base_vfw..module-0
ModelUuid:ad3f37cd-d97d-4c9f-b1fa-091f6fd59d3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c61997a-230f-4c1e-b5c3-ac517e9b8b8d
ModelInvariantUuid:b2ac3d1e-2583-47a3-ad76-03e24727cf93
ModelName:vFW d5f9c4a8-148c-nodes.vfwCvfc
ModelUuid:0a43d0ee-4047-4888-9778-17757223342c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ba69fe0f-7b82-4524-8f4f-a837e9ad802f
ModelInvariantUuid:6a2f06ff-50fe-43e2-9b10-e873debd1559
ModelName:VfwD5f9c4a8148c.compute.nodes.heat.vfw
ModelUuid:6a94e304-0c8c-47fd-bc9d-cf93cafa28ad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e4194964-ec46-4684-ad2b-786257c776e2
ModelInvariantUuid:236c5ad3-bc4a-499e-be42-3b2c71c48cff
ModelName:vFW d5f9c4a8-148c-nodes.vsnCvfc
ModelUuid:a4c0caf1-9ba2-4b60-89ce-8cb774e064e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b35ec3fc-2af4-4be3-8c1e-d35df1123a27
ModelInvariantUuid:552f65a1-a96d-40dd-b2a0-e8429153bf9e
ModelName:VfwD5f9c4a8148c.compute.nodes.heat.vsn
ModelUuid:e4f3898a-8e8a-473d-ac22-8c97ad7808b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a45a688e-2f98-4ab8-8fa1-f06c3596f672
ModelInvariantUuid:2a19f37a-8afd-4799-88eb-06a3893fad27
ModelName:vFW d5f9c4a8-148c-nodes.vpgCvfc
ModelUuid:6f7bc7b2-c6b7-4aac-8218-c620cd5a16c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:81da2b13-bded-467a-a2c3-6e8b612d990d
ModelInvariantUuid:97ffd53f-a0e2-4606-b1a4-a030b0954104
ModelName:VfwD5f9c4a8148c.compute.nodes.heat.vpg
ModelUuid:c2aa2d9d-5abe-4cf1-ac9a-3455a1420cb1
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-22T12:54:38.986Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 17188d0c-e44a-4cbc-b75a-1efddfebf50d
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-22T12:54:38.991Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||vFW d5f9c4a8-148c 0
2022-03-22T12:54:38.992Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17188d0c-e44a-4cbc-b75a-1efddfebf50d
2022-03-22T12:54:38.992Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3439f3f8-77aa-4ccf-8bac-f60c5af2ca59 from URL: /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json
2022-03-22T12:54:38.992Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-22T12:54:38.992Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json
2022-03-22T12:54:40.023Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-22T12:54:40.023Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json 3439f3f8-77aa-4ccf-8bac-f60c5af2ca59 785
2022-03-22T12:54:40.024Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json ASDC sendASDCNotification
2022-03-22T12:54:40.024Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json
2022-03-22T12:54:40.024Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:54:40.024Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:40.026Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:40.027Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953680024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:40.127Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:40.128Z||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-22T12:54:40.128Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:40.160Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:40.161Z||pool-59-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:54:41.027Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5f9c4a8148c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "64322f0c-f601-424b-81b9-615fea5c5696",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad3f37cd-d97d-4c9f-b1fa-091f6fd59d3a",
    "vfModuleModelCustomizationUUID": "d8437a46-6a9d-4ce8-97b2-c2051d61e861",
    "isBase": true,
    "artifacts": [
      "42bf63d6-d2b6-4538-b258-341ba57b1b08",
      "86114cbe-a0b9-4c70-819d-8605a3f5111c"
    ],
    "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-22T12:54:41.032Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5f9c4a8148c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad3f37cd-d97d-4c9f-b1fa-091f6fd59d3a
VfModuleModelInvariantUUID:64322f0c-f601-424b-81b9-615fea5c5696
VfModuleModelDescription:NULL
Artifacts UUID List:{
42bf63d6-d2b6-4538-b258-341ba57b1b08
,
86114cbe-a0b9-4c70-819d-8605a3f5111c

}
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-22T12:54:41.034Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5f9c4a8148c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "64322f0c-f601-424b-81b9-615fea5c5696",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad3f37cd-d97d-4c9f-b1fa-091f6fd59d3a",
    "vfModuleModelCustomizationUUID": "d8437a46-6a9d-4ce8-97b2-c2051d61e861",
    "isBase": true,
    "artifacts": [
      "42bf63d6-d2b6-4538-b258-341ba57b1b08",
      "86114cbe-a0b9-4c70-819d-8605a3f5111c"
    ],
    "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-22T12:54:41.034Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5f9c4a8148c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad3f37cd-d97d-4c9f-b1fa-091f6fd59d3a
VfModuleModelInvariantUUID:64322f0c-f601-424b-81b9-615fea5c5696
VfModuleModelDescription:NULL
Artifacts UUID List:{
42bf63d6-d2b6-4538-b258-341ba57b1b08
,
86114cbe-a0b9-4c70-819d-8605a3f5111c

}
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-22T12:54:41.034Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42bf63d6-d2b6-4538-b258-341ba57b1b08 from URL: /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml
2022-03-22T12:54:41.034Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-22T12:54:41.035Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml
2022-03-22T12:54:41.753Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-22T12:54:41.754Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml 42bf63d6-d2b6-4538-b258-341ba57b1b08 20368
2022-03-22T12:54:41.754Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:54:41.754Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml
2022-03-22T12:54:41.754Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:54:41.755Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:41.756Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:41.757Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953681754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:41.857Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:41.858Z||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-22T12:54:41.858Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:41.870Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:41.871Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:42.757Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 86114cbe-a0b9-4c70-819d-8605a3f5111c from URL: /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
2022-03-22T12:54:42.758Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-22T12:54:42.759Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
2022-03-22T12:54:43.226Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-22T12:54:43.227Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env 86114cbe-a0b9-4c70-819d-8605a3f5111c 2098
2022-03-22T12:54:43.227Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:54:43.227Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
2022-03-22T12:54:43.228Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:54:43.228Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:43.230Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:43.230Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953683227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:54:43.330Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:43.332Z||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-22T12:54:43.332Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:43.369Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:43.370Z||pool-61-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:44.231Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07f3d48c-1d5d-4ba1-8ad8-10ca843559b8
2022-03-22T12:54:44.232Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5f9c4a8-148c 0 17188d0c-e44a-4cbc-b75a-1efddfebf50d 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-22T12:54:44.260Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff93bc6, org.onap.sdc.toscaparser.api.parameters.Input@63c3425c, org.onap.sdc.toscaparser.api.parameters.Input@4586d325, org.onap.sdc.toscaparser.api.parameters.Input@67883ef1, org.onap.sdc.toscaparser.api.parameters.Input@41090ecd]
2022-03-22T12:54:44.263Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.264Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.264Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-22T12:54:44.265Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d406c055-1e0a-498f-a6eb-b759f4b2030b
2022-03-22T12:54:44.265Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d406c055-1e0a-498f-a6eb-b759f4b2030b matches Tosca VF Customization UUID: d406c055-1e0a-498f-a6eb-b759f4b2030b
2022-03-22T12:54:44.265Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d406c055-1e0a-498f-a6eb-b759f4b2030b  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-22T12:54:44.269Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.269Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.271Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d406c055-1e0a-498f-a6eb-b759f4b2030b: {\"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-22T12:54:44.271Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d1446f6
2022-03-22T12:54:44.272Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.272Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:54:44.273Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8437a46-6a9d-4ce8-97b2-c2051d61e861
2022-03-22T12:54:44.273Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8437a46-6a9d-4ce8-97b2-c2051d61e861
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-22T12:54:44.277Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.278Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.278Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:44.279Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.279Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.279Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:44.280Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.280Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:44.280Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:44.281Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:54:44.281Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:44.281Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:54:44.281Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:54:44.282Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.282Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.282Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:54:44.282Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.283Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:54:44.283Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.283Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c61997a-230f-4c1e-b5c3-ac517e9b8b8d
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-22T12:54:44.288Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.288Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.288Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:44.289Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.289Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:44.289Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:44.290Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:54:44.290Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.290Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.291Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:54:44.291Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.291Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:44.291Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:54:44.292Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:54:44.292Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.292Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:54:44.293Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.293Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4194964-ec46-4684-ad2b-786257c776e2
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-22T12:54:44.296Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.297Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.297Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:44.298Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.298Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is not matching search criteria
2022-03-22T12:54:44.298Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:54:44.298Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:54:44.298Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.299Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.299Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:54:44.299Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.299Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:54:44.300Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:54:44.300Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:54:44.300Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:54:44.300Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:54:44.301Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:54:44.301Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a45a688e-2f98-4ab8-8fa1-f06c3596f672
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-22T12:54:44.304Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.304Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.304Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:54:44.305Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.305Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Node template vFW d5f9c4a8-148c 0 is matching search criteria
2022-03-22T12:54:44.305Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5f9c4a8-148c 0] matching following query criteria: sdcType=VF, customizationUUID=d406c055-1e0a-498f-a6eb-b759f4b2030b
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-22T12:54:44.307Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.308Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.308Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07f3d48c-1d5d-4ba1-8ad8-10ca843559b8: vFW d5f9c4a8-148c
2022-03-22T12:54:44.308Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.309Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.309Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.309Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.310Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.310Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.310Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.310Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.310Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T12:54:44.311Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-22 12-51-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:54:44.311Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-22 12-51-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-22T12:54:44.579Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5f9c4a8-148c 17188d0c-e44a-4cbc-b75a-1efddfebf50d 1 ASDC deployResourceStructure
2022-03-22T12:54:44.580Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json ASDC sendASDCNotification
2022-03-22T12:54:44.580Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json
2022-03-22T12:54:44.580Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:54:44.581Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:44.584Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:44.584Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953684580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:44.684Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:44.686Z||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-22T12:54:44.686Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:44.703Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:44.704Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:45.588Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:54:45.588Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml
2022-03-22T12:54:45.589Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:54:45.589Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:45.593Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:45.593Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953685588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:45.694Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:45.695Z||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-22T12:54:45.695Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:45.716Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:45.717Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:46.595Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:54:46.596Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env
2022-03-22T12:54:46.596Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:54:46.596Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:46.599Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:46.599Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953686595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:46.699Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:46.700Z||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-22T12:54:46.701Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:46.721Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:46.721Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:54:47.600Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar ASDC sendASDCNotification
2022-03-22T12:54:47.600Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar
2022-03-22T12:54:47.601Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:54:47.601Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:54:47.603Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:54:47.603Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953687600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:54:47.704Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:54:47.705Z||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-22T12:54:47.705Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:54:47.735Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:54:47.735Z||pool-65-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:54:48.604Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:54:48.620Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:54:48.624Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:54:48.625Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:54:48.625Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:55:18.625Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:55:18.638Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:55:18.645Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:55:18.645Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:55:18.646Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:55:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:55:26.222Z||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-22T12:55:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:55:26.867Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:55:26.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953666217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953667680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953674477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953675941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "cds",
  "timestamp": 1647953676964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-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-22T12:55:26.897Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.897Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:26.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953672425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953673439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647953673656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953673819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953681051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953680024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953682064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953682368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953682751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953681754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953684483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953683227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953678183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953685549,
  "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-22T12:55:26.926Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.926Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:26.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953684580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953686275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953686411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647953686553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vfwd5f9c4a8148c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953685588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647953687284,
  "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-22T12:55:26.946Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.946Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:26.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953687417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953686595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "policy-id",
  "timestamp": 1647953688422,
  "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-22T12:55:26.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953687600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/resourceInstances/vfwd5f9c4a8148c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953685266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953697295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953698301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953699306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322125156/1.0/artifacts/service-Vfw20220322125156-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "aai-ml",
  "timestamp": 1647953699306,
  "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-22T12:55:26.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "clamp",
  "timestamp": 1647953700310,
  "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-22T12:55:26.984Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2413780a-3061-48a7-86bb-964493b06b1b
2022-03-22T12:55:26.984Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:55:48.646Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T12:55:48.666Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T12:55:48.669Z|2413780a-3061-48a7-86bb-964493b06b1b|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-22T12:55:48.674Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:56:18.676Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:56:18.691Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2413780a-3061-48a7-86bb-964493b06b1b and serviceModelVersionId: 07f3d48c-1d5d-4ba1-8ad8-10ca843559b8
2022-03-22T12:56:18.691Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efb3445c-18f1-47fb-b2d5-a269c4b3d891
2022-03-22T12:56:18.693Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0
2022-03-22T12:56:18.715Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:56:18.797Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Invoke
2022-03-22T12:56:18.798Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3a5ad10-8ba7-4f2e-8ab3-bba780491b1b], X-ECOMP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-TransactionId=[], X-ONAP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], Content-Type=[application/merge-patch+json]}
2022-03-22T12:56:20.344Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Invoke
2022-03-22T12:56:20.344Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f18251e-4d48-4dcb-a7d4-6ad0b5412ce8], X-ECOMP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-TransactionId=[], X-ONAP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], Content-Type=[application/merge-patch+json]}
2022-03-22T12:56:21.880Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Invoke
2022-03-22T12:56:21.881Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67d3fe38-89ee-4920-9ace-847ccf71a242], X-ECOMP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], X-TransactionId=[], X-ONAP-RequestID=[2413780a-3061-48a7-86bb-964493b06b1b], Content-Type=[application/merge-patch+json]}
2022-03-22T12:56:22.913Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:56:22.914Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:56:22.915Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:56:22.915Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:56:22.921Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:56:22.921Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2413780a-3061-48a7-86bb-964493b06b1b 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-22T12:56:22.921Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:56:22.922Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:56:22.924Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:56:22.924Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953782921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:56:23.024Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:56:23.025Z||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-22T12:56:23.026Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:56:23.051Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:56:23.051Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:56:23.940Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:56:23.941Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:56:23.941Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:56:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:56:26.221Z||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-22T12:56:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:56:26.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:56:26.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:56:26.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2413780a-3061-48a7-86bb-964493b06b1b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647953782921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:56:26.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:56:33.522Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:56:33.524Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:56:33.524Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:56:33.525Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:56:43.110Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:57:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:57:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:57:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:57:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:57:26.221Z||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-22T12:57:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:57:35.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:57:35.782Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:58:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:58:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:58:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:58:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:58:26.221Z||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-22T12:58:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:58:35.780Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:58:35.787Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:59:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:59:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T12:59:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:59:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:59:26.221Z||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-22T12:59:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:59:35.792Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T12:59:35.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:00:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:00:26.219Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T13:00:26.219Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:00:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:00:26.221Z||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-22T13:00:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:00:35.791Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:00:35.806Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:01:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:01:26.219Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T13:01:26.219Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:01:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:01:26.221Z||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-22T13:01:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:01:35.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:01:35.795Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:02:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:02:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T13:02:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:02:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:02:26.221Z||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-22T13:02:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:02:35.818Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:02:35.828Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:26.217Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:03:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T13:03:26.218Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:03:26.221Z||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-22T13:03:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:26.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:26.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:03:26.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:03:26.868Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:26.868Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||received message from topic
2022-03-22T13:03:26.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:03:26.868Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e055b839-c915-49dd-9098-3c27ca2e8dc2","serviceName":"vFW 2022-03-22 13-01-25","serviceVersion":"1.0","serviceUUID":"00ed0fe3-1621-4e87-a1b2-4276e1291d1b","serviceDescription":"catalog service description","serviceInvariantUUID":"9d717793-ed9a-42ee-b296-9f5dc0a35d9c","resources":[{"resourceInstanceName":"vFW 59338a67-3e15 0","resourceName":"vFW 59338a67-3e15","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac2addaf-16b8-405d-86b6-8d9d596affe8","resourceInvariantUUID":"3ffa4d71-a06e-479d-a6d2-f2b069b45b1e","resourceCustomizationUUID":"c82fc501-e2c6-4e7f-a5d1-9aef160b7398","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml","artifactChecksum":"ZDM5NTY0NjYwYTg3OWRmYmRkOWVkNTA5YzU0NjcyOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fa86de3-9efa-423b-ae4c-860ef9ff0100","artifactVersion":"1"},{"artifactName":"vfw59338a673e150_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json","artifactChecksum":"NmQ5MGI5OWZiOWZmZWU3NGFmMTA1ZTNiMjk4NzBmZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ede608b-7998-4b86-bf8e-56f9abd46d93","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"752b276c-bdaa-469d-b59b-84dc4775cfaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml","artifactChecksum":"YmVhZGU4MTZhYjdmYjk5N2RmYWYxMGQxMjkzZTUxYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4924fb3f-6c23-4014-b6d9-dd61c889e280","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e780a1a-8b7b-4bc6-addd-c2d02eebbdde","artifactVersion":"2","generatedFromUUID":"752b276c-bdaa-469d-b59b-84dc4775cfaf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322130125-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml","artifactChecksum":"Mzk3MDE4MzczNjEwNjVlMTk5N2M4ZjczNDY3ZWIxMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5a1c605-4de5-4681-b28d-55bb03a937e6","artifactVersion":"1"},{"artifactName":"service-Vfw20220322130125-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar","artifactChecksum":"YTAyMWNmMjdlZmY1YjNkZjhjZjc1MTRkYmZhODc3NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3a6edc3-f4ed-4574-ba0f-8c69f83594f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:03:26.873Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:26.874Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:26.879Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:26.879Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:03:26.978Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:03:26.980Z||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-22T13:03:26.980Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:27.002Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:27.003Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:03:27.880Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:27.880Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:27.883Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:27.883Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:03:27.983Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:03:27.984Z||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-22T13:03:27.984Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:27.996Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:27.996Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:03:28.884Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:28.886Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:28.888Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:28.889Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:03:28.989Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:28.989Z||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-22T13:03:28.990Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:29.010Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:29.011Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:29.889Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:29.898Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:29.901Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:29.901Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:03:30.001Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:30.002Z||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-22T13:03:30.002Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:30.018Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:30.019Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:30.902Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:30.903Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:30.906Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:30.906Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:03:31.006Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:31.007Z||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-22T13:03:31.007Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:31.019Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:31.019Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:31.906Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:31.907Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:31.910Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:31.910Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:03:32.010Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:32.011Z||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-22T13:03:32.011Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:32.029Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:32.030Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:32.910Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:03:32.911Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:32.914Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:32.914Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:03:33.014Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:33.015Z||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-22T13:03:33.015Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:33.026Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:33.026Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:03:33.915Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "serviceName": "vFW 2022-03-22 13-01-25",
  "serviceVersion": "1.0",
  "serviceUUID": "00ed0fe3-1621-4e87-a1b2-4276e1291d1b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9d717793-ed9a-42ee-b296-9f5dc0a35d9c",
  "resources": [
    {
      "resourceInstanceName": "vFW 59338a67-3e15 0",
      "resourceCustomizationUUID": "c82fc501-e2c6-4e7f-a5d1-9aef160b7398",
      "resourceName": "vFW 59338a67-3e15",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ac2addaf-16b8-405d-86b6-8d9d596affe8",
      "resourceInvariantUUID": "3ffa4d71-a06e-479d-a6d2-f2b069b45b1e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw59338a673e150_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
          "artifactChecksum": "NmQ5MGI5OWZiOWZmZWU3NGFmMTA1ZTNiMjk4NzBmZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ede608b-7998-4b86-bf8e-56f9abd46d93",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "752b276c-bdaa-469d-b59b-84dc4775cfaf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6e780a1a-8b7b-4bc6-addd-c2d02eebbdde",
            "generatedFromUUID": "752b276c-bdaa-469d-b59b-84dc4775cfaf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6e780a1a-8b7b-4bc6-addd-c2d02eebbdde",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322130125-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
      "artifactChecksum": "YTAyMWNmMjdlZmY1YjNkZjhjZjc1MTRkYmZhODc3NzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3a6edc3-f4ed-4574-ba0f-8c69f83594f4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:03:33.916Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:03:33.916Z|2413780a-3061-48a7-86bb-964493b06b1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00ed0fe3-1621-4e87-a1b2-4276e1291d1b ASDC
2022-03-22T13:03:33.917Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e055b839-c915-49dd-9098-3c27ca2e8dc2
ServiceName:vFW 2022-03-22 13-01-25
ServiceVersion:1.0
ServiceUUID:00ed0fe3-1621-4e87-a1b2-4276e1291d1b
ServiceInvariantUUID:9d717793-ed9a-42ee-b296-9f5dc0a35d9c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322130125-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar
ArtifactUUID:c3a6edc3-f4ed-4574-ba0f-8c69f83594f4
ArtifactChecksum:YTAyMWNmMjdlZmY1YjNkZjhjZjc1MTRkYmZhODc3NzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 59338a67-3e15 0
ResourceCustomizationUUID:c82fc501-e2c6-4e7f-a5d1-9aef160b7398
ResourceInvariantUUID:3ffa4d71-a06e-479d-a6d2-f2b069b45b1e
ResourceName:vFW 59338a67-3e15
ResourceType:VF
ResourceUUID:ac2addaf-16b8-405d-86b6-8d9d596affe8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw59338a673e150_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json
ArtifactUUID:8ede608b-7998-4b86-bf8e-56f9abd46d93
ArtifactChecksum:NmQ5MGI5OWZiOWZmZWU3NGFmMTA1ZTNiMjk4NzBmZjk=
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/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml
ArtifactUUID:752b276c-bdaa-469d-b59b-84dc4775cfaf
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/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
ArtifactUUID:6e780a1a-8b7b-4bc6-addd-c2d02eebbdde
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/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
ArtifactUUID:6e780a1a-8b7b-4bc6-addd-c2d02eebbdde
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:03:33.917Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00ed0fe3-1621-4e87-a1b2-4276e1291d1b 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-22T13:03:33.957Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:03:33.959Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:03:33.959Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:03:33.959Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Trying to download the artifact UUID: c3a6edc3-f4ed-4574-ba0f-8c69f83594f4 from URL: /sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:33.960Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:03:33.960Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:34.242Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:03:34.250Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar c3a6edc3-f4ed-4574-ba0f-8c69f83594f4 98942
2022-03-22T13:03:34.251Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar ASDC sendASDCNotification
2022-03-22T13:03:34.252Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:34.252Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:03:34.253Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:34.255Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:34.256Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954214250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:03:34.356Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:03:34.357Z||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-22T13:03:34.357Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:34.369Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:34.370Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:35.256Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:03:35.258Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:03:35.258Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Trying to write artifact UUID: c3a6edc3-f4ed-4574-ba0f-8c69f83594f4, URL: /sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar to file: /app/ASDC/1/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:35.259Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322130125-csar.csar
2022-03-22T13:03:35.259Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:35.260Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:35.550Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6042972739990699764/Definitions/service-Vfw20220322130125-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-22T13:03:38.445Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:03:38.447Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|WARN|500||####################################################################################################
2022-03-22T13:03:38.447Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.447Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:03:38.448Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.448Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.449Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.449Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.449Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.450Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.450Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.450Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 59338a67-3e15 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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.451Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.451Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.451Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.452Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.452Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-Vfw20220322130125-csar.csar
2022-03-22T13:03:38.452Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|WARN|500||####################################################################################################
2022-03-22T13:03:38.453Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.456Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.457Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:38.457Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:03:38.457Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:03:38.458Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.458Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.458Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:38.458Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:03:38.458Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:38.459Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:03:38.460Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.461Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.461Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:03:38.461Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.461Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:03:38.461Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.462Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:03:38.462Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.462Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:03:38.462Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.463Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:38.463Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:38.463Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.463Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:38.463Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:38.464Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.464Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:38.464Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:38.464Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.464Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:03:38.465Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.466Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71204703-f8ea-45f1-9341-f448791cbd27
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:03:38.467Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.468Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:03:38.469Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.469Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ba3caee-fbf6-4a66-a734-2a0cb2d2cd9c
2022-03-22T13:03:38.469Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.469Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:38.469Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:38.470Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:38.470Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:03:38.470Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.470Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:38.471Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6700404a-d1e6-433f-9c7c-1598bc32a40e
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.472Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.473Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.473Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.473Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:38.473Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:38.473Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-01-25
Description:catalog service description
Model UUID:00ed0fe3-1621-4e87-a1b2-4276e1291d1b
Model Version:NULL
Model InvariantUuid:9d717793-ed9a-42ee-b296-9f5dc0a35d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 59338a67-3e15
Model UUID:b0721f99-a5f6-4301-959e-de9347bf380e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ffa4d71-a06e-479d-a6d2-f2b069b45b1e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c82fc501-e2c6-4e7f-a5d1-9aef160b7398
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03e279ab-e13d-401a-b6cb-cec5f6589975
ModelName:Vfw59338a673e15..base_vfw..module-0
ModelUuid:a77397ae-86ce-44de-8825-188d30504f43
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:71204703-f8ea-45f1-9341-f448791cbd27
ModelInvariantUuid:3aa19e11-85b5-442c-b33f-311a2e198b5e
ModelName:vFW 59338a67-3e15-nodes.vfwCvfc
ModelUuid:ea23d193-08a5-40cf-904b-f818aa9c0181
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1681459b-ad88-4582-8067-038ba5697b0b
ModelInvariantUuid:b8f04bf5-cef2-43b1-92fa-ba5145a25be5
ModelName:Vfw59338a673e15.compute.nodes.heat.vfw
ModelUuid:62cacd69-78de-4fcd-9ab8-306811551fc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6ba3caee-fbf6-4a66-a734-2a0cb2d2cd9c
ModelInvariantUuid:8a543ccb-4098-49fb-a676-bd44e5ee260b
ModelName:vFW 59338a67-3e15-nodes.vsnCvfc
ModelUuid:aad93da1-f44b-4b66-afed-ad17e48c8d1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:528d3571-91d3-4b87-a304-89fd2d53d983
ModelInvariantUuid:75db13c3-992c-4884-a963-456528ec7f58
ModelName:Vfw59338a673e15.compute.nodes.heat.vsn
ModelUuid:5e56a5c7-4987-47de-b0fa-d7425cb201b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6700404a-d1e6-433f-9c7c-1598bc32a40e
ModelInvariantUuid:7897c8bc-5fe9-43ce-b047-5bd114efc269
ModelName:vFW 59338a67-3e15-nodes.vpgCvfc
ModelUuid:1784db80-f9dd-4666-9091-873ef2905800
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3dba97b4-a4f3-4925-ad00-e7414e6ca7c8
ModelInvariantUuid:357346f5-e2a7-467b-8316-586a60cf2cd9
ModelName:Vfw59338a673e15.compute.nodes.heat.vpg
ModelUuid:b0f07b7d-35ad-4daa-92db-d2fc12c5a970
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-22T13:03:38.480Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ac2addaf-16b8-405d-86b6-8d9d596affe8
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-22T13:03:38.485Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||vFW 59338a67-3e15 0
2022-03-22T13:03:38.485Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ac2addaf-16b8-405d-86b6-8d9d596affe8
2022-03-22T13:03:38.485Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Trying to download the artifact UUID: 8ede608b-7998-4b86-bf8e-56f9abd46d93 from URL: /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json
2022-03-22T13:03:38.485Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:03:38.485Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json
2022-03-22T13:03:39.120Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:03:39.120Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json 8ede608b-7998-4b86-bf8e-56f9abd46d93 785
2022-03-22T13:03:39.120Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json ASDC sendASDCNotification
2022-03-22T13:03:39.120Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json
2022-03-22T13:03:39.121Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:03:39.121Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:39.123Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:39.123Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954219120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:03:39.223Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:03:39.224Z||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-22T13:03:39.224Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:39.259Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:39.260Z||pool-75-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:03:40.124Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw59338a673e15..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03e279ab-e13d-401a-b6cb-cec5f6589975",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a77397ae-86ce-44de-8825-188d30504f43",
    "vfModuleModelCustomizationUUID": "e7ddde79-8cb8-41ac-a62b-e2df6a6244ba",
    "isBase": true,
    "artifacts": [
      "752b276c-bdaa-469d-b59b-84dc4775cfaf",
      "6e780a1a-8b7b-4bc6-addd-c2d02eebbdde"
    ],
    "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-22T13:03:40.134Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59338a673e15..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a77397ae-86ce-44de-8825-188d30504f43
VfModuleModelInvariantUUID:03e279ab-e13d-401a-b6cb-cec5f6589975
VfModuleModelDescription:NULL
Artifacts UUID List:{
752b276c-bdaa-469d-b59b-84dc4775cfaf
,
6e780a1a-8b7b-4bc6-addd-c2d02eebbdde

}
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-22T13:03:40.137Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw59338a673e15..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03e279ab-e13d-401a-b6cb-cec5f6589975",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a77397ae-86ce-44de-8825-188d30504f43",
    "vfModuleModelCustomizationUUID": "e7ddde79-8cb8-41ac-a62b-e2df6a6244ba",
    "isBase": true,
    "artifacts": [
      "752b276c-bdaa-469d-b59b-84dc4775cfaf",
      "6e780a1a-8b7b-4bc6-addd-c2d02eebbdde"
    ],
    "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-22T13:03:40.137Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59338a673e15..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a77397ae-86ce-44de-8825-188d30504f43
VfModuleModelInvariantUUID:03e279ab-e13d-401a-b6cb-cec5f6589975
VfModuleModelDescription:NULL
Artifacts UUID List:{
752b276c-bdaa-469d-b59b-84dc4775cfaf
,
6e780a1a-8b7b-4bc6-addd-c2d02eebbdde

}
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-22T13:03:40.137Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Trying to download the artifact UUID: 752b276c-bdaa-469d-b59b-84dc4775cfaf from URL: /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml
2022-03-22T13:03:40.137Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:03:40.138Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml
2022-03-22T13:03:40.530Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:03:40.531Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml 752b276c-bdaa-469d-b59b-84dc4775cfaf 20368
2022-03-22T13:03:40.531Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:03:40.531Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml
2022-03-22T13:03:40.531Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:03:40.532Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:40.534Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:40.534Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954220531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:03:40.634Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:40.635Z||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-22T13:03:40.635Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:40.656Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:40.657Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:41.535Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Trying to download the artifact UUID: 6e780a1a-8b7b-4bc6-addd-c2d02eebbdde from URL: /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
2022-03-22T13:03:41.536Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:03:41.536Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
2022-03-22T13:03:41.810Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:03:41.811Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env 6e780a1a-8b7b-4bc6-addd-c2d02eebbdde 2098
2022-03-22T13:03:41.811Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:03:41.811Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
2022-03-22T13:03:41.811Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:03:41.811Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:41.813Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:41.813Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954221811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:03:41.914Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:41.915Z||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-22T13:03:41.915Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:41.940Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:41.940Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:42.814Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Preparing to deploy Service: 00ed0fe3-1621-4e87-a1b2-4276e1291d1b
2022-03-22T13:03:42.815Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 59338a67-3e15 0 ac2addaf-16b8-405d-86b6-8d9d596affe8 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-22T13:03:42.832Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65370fed, org.onap.sdc.toscaparser.api.parameters.Input@11494ce0, org.onap.sdc.toscaparser.api.parameters.Input@285c887c, org.onap.sdc.toscaparser.api.parameters.Input@70379ab8, org.onap.sdc.toscaparser.api.parameters.Input@2da2ab34]
2022-03-22T13:03:42.834Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.834Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.834Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:03:42.834Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||VFCustomizationUUID= c82fc501-e2c6-4e7f-a5d1-9aef160b7398
2022-03-22T13:03:42.835Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c82fc501-e2c6-4e7f-a5d1-9aef160b7398 matches Tosca VF Customization UUID: c82fc501-e2c6-4e7f-a5d1-9aef160b7398
2022-03-22T13:03:42.835Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||vfCustomizationUUID: c82fc501-e2c6-4e7f-a5d1-9aef160b7398  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-22T13:03:42.837Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.837Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.838Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||resource request for resource customization id c82fc501-e2c6-4e7f-a5d1-9aef160b7398: {\"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-22T13:03:42.839Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@762a0a50
2022-03-22T13:03:42.839Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.839Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:03:42.839Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7ddde79-8cb8-41ac-a62b-e2df6a6244ba
2022-03-22T13:03:42.839Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7ddde79-8cb8-41ac-a62b-e2df6a6244ba
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-22T13:03:42.842Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.843Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.843Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:42.843Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.844Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.844Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:42.844Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.844Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:03:42.845Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.846Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.846Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:03:42.846Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.846Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:03:42.846Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.847Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71204703-f8ea-45f1-9341-f448791cbd27
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-22T13:03:42.851Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.852Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.852Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:42.852Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.852Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.853Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.854Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:03:42.854Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:03:42.854Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:03:42.854Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.855Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:03:42.855Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.855Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ba3caee-fbf6-4a66-a734-2a0cb2d2cd9c
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-22T13:03:42.858Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.858Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.858Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:42.859Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.859Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is not matching search criteria
2022-03-22T13:03:42.859Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:03:42.860Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:03:42.860Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:03:42.860Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.860Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.860Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.861Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:03:42.861Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:03:42.861Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:03:42.861Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:03:42.861Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:03:42.862Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:03:42.862Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6700404a-d1e6-433f-9c7c-1598bc32a40e
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-22T13:03:42.865Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.865Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.865Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:03:42.866Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.866Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Node template vFW 59338a67-3e15 0 is matching search criteria
2022-03-22T13:03:42.866Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found topology templates [vFW 59338a67-3e15 0] matching following query criteria: sdcType=VF, customizationUUID=c82fc501-e2c6-4e7f-a5d1-9aef160b7398
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-22T13:03:42.868Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.868Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.869Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500|| resourceSeq for service uuid 00ed0fe3-1621-4e87-a1b2-4276e1291d1b: vFW 59338a67-3e15
2022-03-22T13:03:42.869Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.869Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.869Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.869Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.870Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.870Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.870Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.870Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.870Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:03:42.871Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Service vFW 2022-03-22 13-01-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:03:42.871Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||Saving Service: vFW 2022-03-22 13-01-25 
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-22T13:03:43.043Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 59338a67-3e15 ac2addaf-16b8-405d-86b6-8d9d596affe8 1 ASDC deployResourceStructure
2022-03-22T13:03:43.043Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json ASDC sendASDCNotification
2022-03-22T13:03:43.043Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json
2022-03-22T13:03:43.043Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:03:43.043Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:43.045Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:43.046Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954223043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:03:43.146Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:43.147Z||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-22T13:03:43.147Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:43.161Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:43.161Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:44.052Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:03:44.053Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml
2022-03-22T13:03:44.054Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:03:44.055Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:44.057Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:44.058Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954224052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:03:44.157Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-22T13:03:44.158Z||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-22T13:03:44.158Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:44.183Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:44.184Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:45.062Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:03:45.063Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env
2022-03-22T13:03:45.063Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:03:45.063Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:45.065Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:45.065Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954225062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:03:45.165Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:45.166Z||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-22T13:03:45.166Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:45.182Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:45.182Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:46.066Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar ASDC sendASDCNotification
2022-03-22T13:03:46.067Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar
2022-03-22T13:03:46.067Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:03:46.067Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:03:46.069Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:03:46.069Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954226066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:03:46.169Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:03:46.170Z||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-22T13:03:46.171Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:03:46.185Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:03:46.186Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:03:47.070Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:03:47.078Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:03:47.079Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:03:47.080Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:03:47.080Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:04:17.080Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:04:17.089Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:04:17.091Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:04:17.091Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:04:17.091Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:04:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:04:26.222Z||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-22T13:04:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:04:26.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:04:26.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:04:26.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:04:26.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:04:47.092Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:04:47.108Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:04:47.110Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:04:47.111Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:04:47.111Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:05:17.111Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:05:17.130Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:05:17.134Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:05:17.134Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:05:17.134Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:05:26.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:05:26.225Z||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-22T13:05:26.226Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:05:26.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:05:26.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954198182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954206217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954207680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954214793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954214250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954215798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954215839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "policy-id",
  "timestamp": 1647954216802,
  "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-22T13:05:26.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:26.863Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:26.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "cds",
  "timestamp": 1647954216846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-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-22T13:05:26.891Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:26.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:26.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954212424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954213439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954213656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954220552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954213819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954219120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954221849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954222060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954220531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954222145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954221811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954223536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954223043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954224607,
  "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-22T13:05:26.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:26.917Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:26.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954224052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954225611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954225990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954225062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vfw59338a673e150_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954226994,
  "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-22T13:05:26.935Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:26.935Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:26.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954226066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/resourceInstances/vfw59338a673e150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:05:26.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954225266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:05:26.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:05:26.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954237592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:05:26.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "aai-ml",
  "timestamp": 1647954238597,
  "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-22T13:05:26.984Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:26.984Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:26.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954241621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:05:26.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954242655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322130125/1.0/artifacts/service-Vfw20220322130125-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:05:26.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:05:26.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:05:26.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "clamp",
  "timestamp": 1647954243659,
  "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-22T13:05:27.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e055b839-c915-49dd-9098-3c27ca2e8dc2
2022-03-22T13:05:27.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:05:47.135Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:05:47.186Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:05:47.194Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:05:47.195Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:05:47.195Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:05:47.195Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:05:47.195Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:05:47.195Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?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-22T13:05:47.225Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:06:17.227Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:06:17.241Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e055b839-c915-49dd-9098-3c27ca2e8dc2 and serviceModelVersionId: 00ed0fe3-1621-4e87-a1b2-4276e1291d1b
2022-03-22T13:06:17.242Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d717793-ed9a-42ee-b296-9f5dc0a35d9c
2022-03-22T13:06:17.244Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0
2022-03-22T13:06:17.258Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:06:17.375Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efb3445c-18f1-47fb-b2d5-a269c4b3d891/model-vers/model-ver/07f3d48c-1d5d-4ba1-8ad8-10ca843559b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:17.380Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Invoke
2022-03-22T13:06:18.941Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:18.943Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Invoke
2022-03-22T13:06:20.486Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:20.488Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Invoke
2022-03-22T13:06:21.509Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:06:21.510Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:21.510Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:06:21.511Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:21.516Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:21.517Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e055b839-c915-49dd-9098-3c27ca2e8dc2 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-22T13:06:21.517Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:06:21.518Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:21.521Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:21.521Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954381517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:06:21.621Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:21.622Z||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-22T13:06:21.622Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:21.669Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:21.670Z||pool-82-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:06:22.537Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:06:22.538Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:22.538Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:06:26.222Z||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-22T13:06:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:26.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:26.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:06:26.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e055b839-c915-49dd-9098-3c27ca2e8dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954381517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:06:26.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:06:32.871Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:32.871Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:06:32.872Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:32.872Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:42.450Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:42.451Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:06:42.452Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:06:42.453Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:43.762Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:43.763Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||received message from topic
2022-03-22T13:06:43.763Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1a102d11-b663-49eb-9aed-a28f602194e3","serviceName":"Demo_pNF_53F4OS9XObwXjAQmIedw","serviceVersion":"1.0","serviceUUID":"e39e1587-1618-42b3-abff-857e0baa3c51","serviceDescription":"catalog service description","serviceInvariantUUID":"d426c329-501a-4135-8f91-d5dfe3655877","resources":[{"resourceInstanceName":"pNF 15e8f080-2bdf 0","resourceName":"pNF 15e8f080-2bdf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07","resourceInvariantUUID":"c6daff19-5fb7-406c-872e-b914dfa1b78c","resourceCustomizationUUID":"96524914-ad28-4f37-a20a-bb269dbea1f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml","artifactChecksum":"MjljMDZkOWZiNGUzODExMGM1MmM3MTZkMTNmNmJlZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ca68c55-a90e-4e06-923b-b02edfd7ede0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"770b0cc1-3942-409b-b47f-5944c4958d1f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90855145-f1df-4ab9-92bd-2cbc3b5c56ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml","artifactChecksum":"NGNiYjg5MmYzNTEyYzEzMjk1YzA2NDdhOGNkYjBiOWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d5e382a-ba64-4852-a96d-29e9e3f91ff7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f286200-1443-4a85-82d5-0bba82878696","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f708011-1b58-4539-a28f-872d232861ab","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf53f4os9xobwxjaqmiedw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml","artifactChecksum":"NTUxZmM2YTgyN2NkYTBkMmM3YmNiOGIyMzU0MTM2NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"356fabcc-1d62-4d4c-959a-673b8d7a1dcf","artifactVersion":"1"},{"artifactName":"service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar","artifactChecksum":"MGNiNjUyODVjNTY0M2U0ODMyZTBlN2ExNjJjNzE1ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"492cd493-1212-4b12-8337-5f3f15afd243","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:06:43.766Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:43.766Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:43.768Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:43.768Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:43.868Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:43.869Z||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-22T13:06:43.869Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:43.884Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:43.885Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:44.769Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:44.770Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:44.772Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:44.772Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:44.872Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:44.873Z||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-22T13:06:44.874Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:44.911Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:44.912Z||pool-84-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:45.774Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:45.774Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:45.776Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:45.776Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:45.879Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-22T13:06:45.880Z||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-22T13:06:45.881Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:45.920Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:45.921Z||pool-85-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:46.778Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:46.784Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:46.787Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:46.787Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:46.887Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:46.889Z||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-22T13:06:46.889Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:46.930Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:46.931Z||pool-86-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:47.788Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:47.789Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:47.791Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:47.791Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:47.892Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:06:47.901Z||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-22T13:06:47.902Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:47.928Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:47.929Z||pool-87-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:48.791Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:48.792Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:48.794Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:48.794Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:48.895Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:48.895Z||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-22T13:06:48.896Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:48.927Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:48.928Z||pool-88-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:49.795Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:49.796Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:49.799Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:49.799Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:06:49.899Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:49.900Z||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-22T13:06:49.900Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:49.960Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:49.960Z||pool-89-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:06:50.800Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:06:50.802Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:50.805Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:50.805Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:06:50.905Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:06:50.907Z||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-22T13:06:50.907Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:50.932Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:50.933Z||pool-90-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:06:51.806Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "serviceName": "Demo_pNF_53F4OS9XObwXjAQmIedw",
  "serviceVersion": "1.0",
  "serviceUUID": "e39e1587-1618-42b3-abff-857e0baa3c51",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d426c329-501a-4135-8f91-d5dfe3655877",
  "resources": [
    {
      "resourceInstanceName": "pNF 15e8f080-2bdf 0",
      "resourceCustomizationUUID": "96524914-ad28-4f37-a20a-bb269dbea1f8",
      "resourceName": "pNF 15e8f080-2bdf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07",
      "resourceInvariantUUID": "c6daff19-5fb7-406c-872e-b914dfa1b78c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
      "artifactChecksum": "MGNiNjUyODVjNTY0M2U0ODMyZTBlN2ExNjJjNzE1ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "492cd493-1212-4b12-8337-5f3f15afd243"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:06:51.807Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:06:51.807Z|e055b839-c915-49dd-9098-3c27ca2e8dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e39e1587-1618-42b3-abff-857e0baa3c51 ASDC
2022-03-22T13:06:51.808Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1a102d11-b663-49eb-9aed-a28f602194e3
ServiceName:Demo_pNF_53F4OS9XObwXjAQmIedw
ServiceVersion:1.0
ServiceUUID:e39e1587-1618-42b3-abff-857e0baa3c51
ServiceInvariantUUID:d426c329-501a-4135-8f91-d5dfe3655877
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
ArtifactUUID:492cd493-1212-4b12-8337-5f3f15afd243
ArtifactChecksum:MGNiNjUyODVjNTY0M2U0ODMyZTBlN2ExNjJjNzE1ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 15e8f080-2bdf 0
ResourceCustomizationUUID:96524914-ad28-4f37-a20a-bb269dbea1f8
ResourceInvariantUUID:c6daff19-5fb7-406c-872e-b914dfa1b78c
ResourceName:pNF 15e8f080-2bdf
ResourceType:PNF
ResourceUUID:a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:06:51.808Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e39e1587-1618-42b3-abff-857e0baa3c51 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-22T13:06:51.839Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:06:51.840Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:06:51.840Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:06:51.840Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Trying to download the artifact UUID: 492cd493-1212-4b12-8337-5f3f15afd243 from URL: /sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:51.840Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:06:51.841Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:52.335Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:06:52.341Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar 492cd493-1212-4b12-8337-5f3f15afd243 82648
2022-03-22T13:06:52.342Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar ASDC sendASDCNotification
2022-03-22T13:06:52.342Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:52.342Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:06:52.342Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:52.346Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:52.347Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954412342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:06:52.445Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-22T13:06:52.446Z||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-22T13:06:52.446Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:52.464Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:52.464Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:06:53.348Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:06:53.350Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:06:53.350Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Trying to write artifact UUID: 492cd493-1212-4b12-8337-5f3f15afd243, URL: /sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar to file: /app/ASDC/1/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:53.350Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:53.351Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:53.351Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:53.582Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4198694910132156551/Definitions/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml
2022-03-22T13:06:54.659Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:06:54.659Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|WARN|500||####################################################################################################
2022-03-22T13:06:54.659Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 15e8f080-2bdf 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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.660Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.661Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|WARN|500||####################################################################################################
2022-03-22T13:06:54.661Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.661Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.661Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Node template pNF 15e8f080-2bdf 0 is matching search criteria
2022-03-22T13:06:54.662Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:06:54.662Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found topology templates [pNF 15e8f080-2bdf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:06:54.662Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.662Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Node template pNF 15e8f080-2bdf 0 is matching search criteria
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found topology templates [pNF 15e8f080-2bdf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.663Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.664Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.665Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_53F4OS9XObwXjAQmIedw
Description:catalog service description
Model UUID:e39e1587-1618-42b3-abff-857e0baa3c51
Model Version:NULL
Model InvariantUuid:d426c329-501a-4135-8f91-d5dfe3655877
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-22T13:06:54.674Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07
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-22T13:06:54.680Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||pNF 15e8f080-2bdf 0
2022-03-22T13:06:54.681Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07
2022-03-22T13:06:54.682Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||No resources found for Service: e39e1587-1618-42b3-abff-857e0baa3c51
2022-03-22T13:06:54.682Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Preparing to deploy Service: e39e1587-1618-42b3-abff-857e0baa3c51
2022-03-22T13:06:54.682Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 15e8f080-2bdf 0 a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07 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-22T13:06:54.689Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bd31f0b, org.onap.sdc.toscaparser.api.parameters.Input@24c81b7e, org.onap.sdc.toscaparser.api.parameters.Input@6bb74551, org.onap.sdc.toscaparser.api.parameters.Input@60bc081a, org.onap.sdc.toscaparser.api.parameters.Input@73847841]
2022-03-22T13:06:54.690Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.691Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.691Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500|| resourceSeq for service uuid e39e1587-1618-42b3-abff-857e0baa3c51: pNF 15e8f080-2bdf
2022-03-22T13:06:54.692Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Processing PNF resource: a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07
2022-03-22T13:06:54.692Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:06:54.692Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Service Demo_pNF_53F4OS9XObwXjAQmIedw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:06:54.693Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||Resource customization UUID: 96524914-ad28-4f37-a20a-bb269dbea1f8 is the same as notified resource customizationUUID: 96524914-ad28-4f37-a20a-bb269dbea1f8
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-22T13:06:54.788Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 15e8f080-2bdf a2d4f4c0-3ad1-4c86-a9e7-9b3aa8bbdb07 0 ASDC deployResourceStructure
2022-03-22T13:06:54.788Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar ASDC sendASDCNotification
2022-03-22T13:06:54.788Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar
2022-03-22T13:06:54.789Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:06:54.789Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:06:54.791Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:06:54.791Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954414788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:06:54.892Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:06:54.892Z||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-22T13:06:54.893Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:06:54.909Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:06:54.910Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:06:55.793Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:06:55.804Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:06:55.806Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:06:55.806Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:06:55.806Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:07:25.806Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:07:25.812Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:07:25.814Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:07:25.814Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:07:25.814Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:07:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:07:26.222Z||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-22T13:07:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:07:26.925Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:07:26.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954402451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954402680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954398183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954405266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954412342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954413880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:26.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954413935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:26.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954414887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:07:26.951Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "cds",
  "timestamp": 1647954414944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-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-22T13:07:26.966Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:26.967Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:26.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "policy-id",
  "timestamp": 1647954415895,
  "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-22T13:07:26.983Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:26.983Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:26.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954414788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954417420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954419432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954412424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:26.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:26.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:26.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "clamp",
  "timestamp": 1647954420436,
  "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-22T13:07:27.005Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:27.005Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:27.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954413656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954422597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954423796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954424801,
  "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-22T13:07:27.024Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:27.024Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:27.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/resourceInstances/pnf15e8f0802bdf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954423438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:27.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954423819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954432842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954433049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:07:27.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954435280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:07:27.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954436284,
  "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-22T13:07:27.071Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:27.071Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:27.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954440927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf53f4os9xobwxjaqmiedw/1.0/artifacts/service-DemoPnf53f4os9xobwxjaqmiedw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:07:27.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:07:27.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:07:27.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "aai-ml",
  "timestamp": 1647954441934,
  "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-22T13:07:27.086Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1a102d11-b663-49eb-9aed-a28f602194e3
2022-03-22T13:07:27.086Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:07:55.814Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:07:55.826Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:07:55.831Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:07:55.832Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?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-22T13:07:55.836Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:08:25.836Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:08:25.841Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a102d11-b663-49eb-9aed-a28f602194e3 and serviceModelVersionId: e39e1587-1618-42b3-abff-857e0baa3c51
2022-03-22T13:08:25.841Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d426c329-501a-4135-8f91-d5dfe3655877
2022-03-22T13:08:25.842Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0
2022-03-22T13:08:25.848Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:08:25.919Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d717793-ed9a-42ee-b296-9f5dc0a35d9c/model-vers/model-ver/00ed0fe3-1621-4e87-a1b2-4276e1291d1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:25.924Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Invoke
2022-03-22T13:08:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:08:26.222Z||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-22T13:08:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:26.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:26.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954453819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954458182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954453438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954462680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954472842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954472819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954472845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954473025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954473851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954465267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "cds",
  "timestamp": 1647954474046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T13:08:26.901Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "policy-id",
  "timestamp": 1647954474855,
  "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-22T13:08:26.915Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.915Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954475417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954476421,
  "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-22T13:08:26.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954472424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:26.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954481456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954482356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954482473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954482746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:08:26.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "clamp",
  "timestamp": 1647954483477,
  "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-22T13:08:26.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "aai-ml",
  "timestamp": 1647954483752,
  "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-22T13:08:26.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954483975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954485156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954486656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954487726,
  "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-22T13:08:26.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c2198da-99d8-4194-aad2-dca495caa5e4
2022-03-22T13:08:26.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:08:26.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:08:26.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954488730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:26.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:08:27.462Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:27.463Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Invoke
2022-03-22T13:08:28.991Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:28.993Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Invoke
2022-03-22T13:08:30.025Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:08:30.026Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:30.027Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:08:30.027Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:30.032Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:30.033Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a102d11-b663-49eb-9aed-a28f602194e3 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-22T13:08:30.033Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:08:30.034Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:30.037Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:30.037Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954510033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:08:30.137Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:30.138Z||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-22T13:08:30.138Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:30.163Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:30.164Z||pool-93-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-22T13:08:31.051Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:08:31.052Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:31.052Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:31.686Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:31.687Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||received message from topic
2022-03-22T13:08:31.687Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0c2198da-99d8-4194-aad2-dca495caa5e4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ad301747-6b2e-48f3-87bf-ad0aedc2a4a3","serviceDescription":"service","serviceInvariantUUID":"8c08b7f3-2ee9-4398-acb2-71ed1d892a31","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63afe3ba-77dc-490e-b081-fa891011dc1e","resourceInvariantUUID":"d8074feb-1f9f-4a84-a5bb-1c252aa3dcd2","resourceCustomizationUUID":"d79a9223-694d-43c6-bed0-aa5ccf54fe92","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":"NjM3OWJkMGM1NGYxY2M5ZTIzYmFlMDYyNmY5ZTc4MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41f509ac-fe2b-4a8e-9e11-ebee5d4eadc8","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":"2752ae6e-064e-4b3e-8025-28568665b786","artifactVersion":"2","generatedFromUUID":"00b5ec9c-4160-407d-ad38-b21cd20f0b68"},{"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":"00b5ec9c-4160-407d-ad38-b21cd20f0b68","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":"MjQ4OThhN2Q0YWYwNjBmZDRmYjg4ZTcwN2JhNmRmNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5956241b-8869-45c8-9ac6-0cdec7a44347","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":"1c631d1e-ebd1-46a0-902c-fa42b2d91584","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":"bcddb5d0-b87b-42ac-acae-3b7f655a50c7","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":"ffda3c53-f354-44ba-9f63-ec2ff57f75bf","artifactVersion":"2","generatedFromUUID":"1c631d1e-ebd1-46a0-902c-fa42b2d91584"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjY5MzVlYzExMDUxOTBlMGE5OGY0NWFjYWM4OTI0ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9c9f7c4-caf3-4b11-b13e-772822ede716","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDc4MWNmY2IxNDU2NTIzN2UyYWJlYzFlODI3ZjFjMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd3831d-c155-4b1b-ad45-b9c02e5b00fb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:08:31.690Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:31.690Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:31.692Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:31.692Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:31.792Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:31.793Z||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-22T13:08:31.793Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:31.805Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:31.806Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:32.693Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:32.694Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:32.697Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:32.697Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T13:08:32.797Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:32.798Z||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-22T13:08:32.798Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:32.822Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:32.823Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:33.698Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:33.698Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:33.702Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:33.703Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T13:08:33.811Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-22T13:08:33.812Z||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-22T13:08:33.812Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:33.831Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:33.832Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:34.703Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:34.704Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:34.707Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:34.707Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:08:34.811Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-22T13:08:34.812Z||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-22T13:08:34.813Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:34.828Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:34.829Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:35.708Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:35.708Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:35.715Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:35.715Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:08:35.815Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:35.816Z||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-22T13:08:35.816Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:35.851Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:35.852Z||pool-98-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:36.716Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:36.717Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:36.718Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:36.719Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:36.819Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:36.820Z||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-22T13:08:36.820Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:36.833Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:36.833Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:37.720Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:37.720Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:37.724Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:37.725Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T13:08:37.824Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:08:37.826Z||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-22T13:08:37.826Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:37.849Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:37.849Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:38.725Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:38.726Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:38.728Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:38.728Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:08:38.828Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:38.829Z||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-22T13:08:38.830Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:38.860Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:38.860Z||pool-101-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:39.728Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:08:39.731Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:39.737Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:39.737Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:08:39.843Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T13:08:39.844Z||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-22T13:08:39.844Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:39.867Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:39.867Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:08:40.738Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ad301747-6b2e-48f3-87bf-ad0aedc2a4a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8c08b7f3-2ee9-4398-acb2-71ed1d892a31",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d79a9223-694d-43c6-bed0-aa5ccf54fe92",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "63afe3ba-77dc-490e-b081-fa891011dc1e",
      "resourceInvariantUUID": "d8074feb-1f9f-4a84-a5bb-1c252aa3dcd2",
      "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": "2752ae6e-064e-4b3e-8025-28568665b786",
          "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": "00b5ec9c-4160-407d-ad38-b21cd20f0b68",
          "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": "MjQ4OThhN2Q0YWYwNjBmZDRmYjg4ZTcwN2JhNmRmNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5956241b-8869-45c8-9ac6-0cdec7a44347",
          "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": "1c631d1e-ebd1-46a0-902c-fa42b2d91584",
          "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": "ffda3c53-f354-44ba-9f63-ec2ff57f75bf",
            "generatedFromUUID": "1c631d1e-ebd1-46a0-902c-fa42b2d91584"
          },
          "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": "ffda3c53-f354-44ba-9f63-ec2ff57f75bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDc4MWNmY2IxNDU2NTIzN2UyYWJlYzFlODI3ZjFjMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd3831d-c155-4b1b-ad45-b9c02e5b00fb"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:08:40.739Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:08:40.742Z|1a102d11-b663-49eb-9aed-a28f602194e3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ad301747-6b2e-48f3-87bf-ad0aedc2a4a3 ASDC
2022-03-22T13:08:40.743Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0c2198da-99d8-4194-aad2-dca495caa5e4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ad301747-6b2e-48f3-87bf-ad0aedc2a4a3
ServiceInvariantUUID:8c08b7f3-2ee9-4398-acb2-71ed1d892a31
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:5fd3831d-c155-4b1b-ad45-b9c02e5b00fb
ArtifactChecksum:MDc4MWNmY2IxNDU2NTIzN2UyYWJlYzFlODI3ZjFjMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d79a9223-694d-43c6-bed0-aa5ccf54fe92
ResourceInvariantUUID:d8074feb-1f9f-4a84-a5bb-1c252aa3dcd2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:63afe3ba-77dc-490e-b081-fa891011dc1e
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:2752ae6e-064e-4b3e-8025-28568665b786
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:00b5ec9c-4160-407d-ad38-b21cd20f0b68
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:5956241b-8869-45c8-9ac6-0cdec7a44347
ArtifactChecksum:MjQ4OThhN2Q0YWYwNjBmZDRmYjg4ZTcwN2JhNmRmNzA=
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:1c631d1e-ebd1-46a0-902c-fa42b2d91584
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:ffda3c53-f354-44ba-9f63-ec2ff57f75bf
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:ffda3c53-f354-44ba-9f63-ec2ff57f75bf
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:08:40.743Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad301747-6b2e-48f3-87bf-ad0aedc2a4a3 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-22T13:08:40.777Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:08:40.778Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:08:40.778Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:08:40.778Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: 5fd3831d-c155-4b1b-ad45-b9c02e5b00fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T13:08:40.778Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:40.779Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:41.122Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:41.126Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5fd3831d-c155-4b1b-ad45-b9c02e5b00fb 68953
2022-03-22T13:08:41.126Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:41.126Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:41.127Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:41.127Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:41.129Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:41.129Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954521126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:41.230Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:08:41.231Z||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-22T13:08:41.231Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:41.247Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:41.248Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:42.130Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:08:42.132Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:08:42.132Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to write artifact UUID: 5fd3831d-c155-4b1b-ad45-b9c02e5b00fb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T13:08:42.134Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-22T13:08:42.135Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T13:08:42.135Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T13:08:42.258Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12061997383324281595/Definitions/service-BasicCnf-template.yml
2022-03-22T13:08:43.682Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:08:43.682Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|WARN|500||####################################################################################################
2022-03-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:43.683Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|WARN|500||####################################################################################################
2022-03-22T13:08:43.684Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.684Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.684Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:43.684Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:08:43.684Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.685Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.686Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:43.687Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T13:08:43.688Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b069e53-3b9e-4d66-af53-566723baad02
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.689Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:43.690Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:43.690Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ad301747-6b2e-48f3-87bf-ad0aedc2a4a3
Model Version:NULL
Model InvariantUuid:8c08b7f3-2ee9-4398-acb2-71ed1d892a31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:df27dd54-37b6-41d7-b29f-40a3af98fe53
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d8074feb-1f9f-4a84-a5bb-1c252aa3dcd2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d79a9223-694d-43c6-bed0-aa5ccf54fe92
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7647881d-7250-4a30-b71e-46a54f2c59a1
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b676a438-744e-47cc-ad39-ef66cdfb2ebf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b069e53-3b9e-4d66-af53-566723baad02
ModelInvariantUuid:5fbffa4b-040d-4c58-9b25-53e0abef9628
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ec809a14-04cb-4b22-a419-d65af786a0ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:317629cc-e749-479d-be9d-ea925a080ce1
ModelInvariantUuid:90f48edf-42d7-412f-be6a-c67d0d38f5b5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d28d330a-eb50-496f-8d2f-a5b8e95ee322
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-22T13:08:43.703Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 63afe3ba-77dc-490e-b081-fa891011dc1e
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-22T13:08:43.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||basic_cnf 0
2022-03-22T13:08:43.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 63afe3ba-77dc-490e-b081-fa891011dc1e
2022-03-22T13:08:43.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: 2752ae6e-064e-4b3e-8025-28568665b786 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T13:08:43.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:43.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:44.222Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:44.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2752ae6e-064e-4b3e-8025-28568665b786 12
2022-03-22T13:08:44.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:44.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:44.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:44.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:44.225Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:44.225Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954524223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:44.325Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:44.327Z||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-22T13:08:44.327Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:44.346Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:44.347Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:45.226Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: 00b5ec9c-4160-407d-ad38-b21cd20f0b68 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T13:08:45.231Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:45.231Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:45.706Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:45.706Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 00b5ec9c-4160-407d-ad38-b21cd20f0b68 2688
2022-03-22T13:08:45.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:45.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:45.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:45.707Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:45.709Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:45.709Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954525706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:45.830Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 121 ms
2022-03-22T13:08:45.831Z||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-22T13:08:45.831Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:45.863Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:45.864Z||pool-105-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:46.711Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: 5956241b-8869-45c8-9ac6-0cdec7a44347 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T13:08:46.712Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:46.713Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:47.210Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:47.210Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5956241b-8869-45c8-9ac6-0cdec7a44347 828
2022-03-22T13:08:47.211Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:47.211Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:47.211Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:47.212Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:47.214Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:47.214Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954527211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:47.314Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:08:47.315Z||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-22T13:08:47.315Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:47.345Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:47.345Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:48.215Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7647881d-7250-4a30-b71e-46a54f2c59a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b676a438-744e-47cc-ad39-ef66cdfb2ebf",
    "vfModuleModelCustomizationUUID": "b5d6cf4c-d402-4331-8261-ed71e33f4fc9",
    "isBase": true,
    "artifacts": [
      "1c631d1e-ebd1-46a0-902c-fa42b2d91584",
      "00b5ec9c-4160-407d-ad38-b21cd20f0b68",
      "ffda3c53-f354-44ba-9f63-ec2ff57f75bf"
    ],
    "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-22T13:08:48.220Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b676a438-744e-47cc-ad39-ef66cdfb2ebf
VfModuleModelInvariantUUID:7647881d-7250-4a30-b71e-46a54f2c59a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c631d1e-ebd1-46a0-902c-fa42b2d91584
,
00b5ec9c-4160-407d-ad38-b21cd20f0b68
,
ffda3c53-f354-44ba-9f63-ec2ff57f75bf

}
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-22T13:08:48.223Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7647881d-7250-4a30-b71e-46a54f2c59a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b676a438-744e-47cc-ad39-ef66cdfb2ebf",
    "vfModuleModelCustomizationUUID": "b5d6cf4c-d402-4331-8261-ed71e33f4fc9",
    "isBase": true,
    "artifacts": [
      "1c631d1e-ebd1-46a0-902c-fa42b2d91584",
      "00b5ec9c-4160-407d-ad38-b21cd20f0b68",
      "ffda3c53-f354-44ba-9f63-ec2ff57f75bf"
    ],
    "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-22T13:08:48.224Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b676a438-744e-47cc-ad39-ef66cdfb2ebf
VfModuleModelInvariantUUID:7647881d-7250-4a30-b71e-46a54f2c59a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c631d1e-ebd1-46a0-902c-fa42b2d91584
,
00b5ec9c-4160-407d-ad38-b21cd20f0b68
,
ffda3c53-f354-44ba-9f63-ec2ff57f75bf

}
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-22T13:08:48.224Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: 1c631d1e-ebd1-46a0-902c-fa42b2d91584 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T13:08:48.224Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:48.225Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:48.716Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:48.716Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1c631d1e-ebd1-46a0-902c-fa42b2d91584 1164
2022-03-22T13:08:48.716Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:48.717Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:48.717Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:48.717Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:48.719Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:48.719Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954528716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:48.820Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:08:48.821Z||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-22T13:08:48.821Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:48.848Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:48.849Z||pool-107-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:08:49.720Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||Trying to download the artifact UUID: ffda3c53-f354-44ba-9f63-ec2ff57f75bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T13:08:49.721Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:08:49.721Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:49.919Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:08:49.920Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ffda3c53-f354-44ba-9f63-ec2ff57f75bf 200
2022-03-22T13:08:49.921Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:49.921Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:49.921Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:08:49.921Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:49.923Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:49.924Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954529920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:08:50.024Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:50.025Z||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-22T13:08:50.025Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:50.043Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:50.044Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:50.924Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Preparing to deploy Service: ad301747-6b2e-48f3-87bf-ad0aedc2a4a3
2022-03-22T13:08:50.925Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 63afe3ba-77dc-490e-b081-fa891011dc1e ASDC
2022-03-22T13:08:50.939Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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 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 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-22T13:08:50.963Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a6d1247, org.onap.sdc.toscaparser.api.parameters.Input@6461df67, org.onap.sdc.toscaparser.api.parameters.Input@21a5ff4, org.onap.sdc.toscaparser.api.parameters.Input@5d745ca, org.onap.sdc.toscaparser.api.parameters.Input@57fa801d]
2022-03-22T13:08:50.965Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.965Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.966Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:08:50.966Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||VFCustomizationUUID= d79a9223-694d-43c6-bed0-aa5ccf54fe92
2022-03-22T13:08:50.966Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d79a9223-694d-43c6-bed0-aa5ccf54fe92 matches Tosca VF Customization UUID: d79a9223-694d-43c6-bed0-aa5ccf54fe92
2022-03-22T13:08:50.966Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||vfCustomizationUUID: d79a9223-694d-43c6-bed0-aa5ccf54fe92  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-22T13:08:50.969Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.969Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.970Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||resource request for resource customization id d79a9223-694d-43c6-bed0-aa5ccf54fe92: {\"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-22T13:08:50.970Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52f90ba0
2022-03-22T13:08:50.971Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.971Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:50.971Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5d6cf4c-d402-4331-8261-ed71e33f4fc9
2022-03-22T13:08:50.971Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5d6cf4c-d402-4331-8261-ed71e33f4fc9
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-22T13:08:50.974Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.974Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:50.974Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:50.975Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.975Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:50.975Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:50.976Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.976Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T13:08:50.976Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T13:08:50.976Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b069e53-3b9e-4d66-af53-566723baad02
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-22T13:08:50.979Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.979Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:50.979Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:08:50.980Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.980Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T13:08:50.980Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d79a9223-694d-43c6-bed0-aa5ccf54fe92
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-22T13:08:50.985Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.986Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.986Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500|| resourceSeq for service uuid ad301747-6b2e-48f3-87bf-ad0aedc2a4a3: basic_cnf
2022-03-22T13:08:50.987Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.987Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.987Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.987Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.988Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.988Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.988Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.989Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.989Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:08:50.989Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:08:50.989Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:51.064Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 63afe3ba-77dc-490e-b081-fa891011dc1e 1 ASDC deployResourceStructure
2022-03-22T13:08:51.065Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:51.065Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:51.065Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T13:08:51.066Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:51.068Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:51.068Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954531064,
  "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-22T13:08:51.168Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:51.169Z||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-22T13:08:51.169Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:51.209Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:51.209Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:52.069Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:52.070Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:52.070Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T13:08:52.070Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:52.072Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:52.072Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954532069,
  "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-22T13:08:52.172Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:52.173Z||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-22T13:08:52.173Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:52.186Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:52.187Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:53.074Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:53.075Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:53.075Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:08:53.075Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:53.077Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:53.077Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954533074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:53.177Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:53.178Z||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-22T13:08:53.179Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:53.193Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:53.194Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:54.078Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:54.079Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:54.079Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:08:54.079Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:54.081Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:54.081Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954534078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:54.183Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T13:08:54.184Z||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-22T13:08:54.184Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:54.202Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:54.202Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:55.082Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:55.083Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:55.083Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:08:55.083Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:55.086Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:55.086Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954535082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:55.186Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:55.187Z||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-22T13:08:55.187Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:55.206Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:55.207Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:56.087Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:56.088Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:56.088Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:08:56.088Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:08:56.090Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:08:56.090Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954536087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:08:56.191Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:08:56.192Z||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-22T13:08:56.192Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:08:56.211Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:08:56.211Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:08:57.091Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c2198da-99d8-4194-aad2-dca495caa5e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:08:57.106Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c2198da-99d8-4194-aad2-dca495caa5e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:08:57.108Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:08:57.109Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:08:57.109Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:08:57.109Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:08:57.109Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:08:57.110Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?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-22T13:08:57.112Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:09:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:09:26.222Z||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-22T13:09:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:26.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:26.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a102d11-b663-49eb-9aed-a28f602194e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954510033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954507683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954519230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954512424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954513438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954513656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954513819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954521823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "cds",
  "timestamp": 1647954522094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T13:09:26.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:26.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:26.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954521126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954522546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954523023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954523243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954524744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954525231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954524223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954525768,
  "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-22T13:09:26.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:26.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:26.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954518183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954526242,
  "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-22T13:09:26.973Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:26.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:26.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954526771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:26.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:09:26.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954525706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954527360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954528365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954527211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:26.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:26.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:26.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:26.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:26.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "policy-id",
  "timestamp": 1647954529369,
  "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-22T13:09:26.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:26.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:27.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954528716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954529920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954531064,
  "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-22T13:09:27.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954532923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954525266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954532069,
  "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-22T13:09:27.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "aai-ml",
  "timestamp": 1647954533928,
  "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-22T13:09:27.015Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:27.015Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954533074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954534078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954535082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954536087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954544443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954548448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:27.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:09:27.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:09:27.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "clamp",
  "timestamp": 1647954549452,
  "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-22T13:09:27.040Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c218407-d002-4415-bcce-86e6beff0feb
2022-03-22T13:09:27.040Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:09:27.113Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:09:27.117Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c2198da-99d8-4194-aad2-dca495caa5e4 and serviceModelVersionId: ad301747-6b2e-48f3-87bf-ad0aedc2a4a3
2022-03-22T13:09:27.118Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c08b7f3-2ee9-4398-acb2-71ed1d892a31
2022-03-22T13:09:27.119Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0
2022-03-22T13:09:27.124Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d426c329-501a-4135-8f91-d5dfe3655877/model-vers/model-ver/e39e1587-1618-42b3-abff-857e0baa3c51?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:09:27.175Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Invoke
2022-03-22T13:09:27.175Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6ac8af3-ad65-45d5-bc3f-28084d82939c], X-ECOMP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-TransactionId=[], X-ONAP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], Content-Type=[application/merge-patch+json]}
2022-03-22T13:09:28.702Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Invoke
2022-03-22T13:09:28.703Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a183451-c633-4e15-9b45-03e4eb112f63], X-ECOMP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-TransactionId=[], X-ONAP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], Content-Type=[application/merge-patch+json]}
2022-03-22T13:09:30.242Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Invoke
2022-03-22T13:09:30.243Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b560af05-5a99-47f5-ac3f-80160100e31d], X-ECOMP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], X-TransactionId=[], X-ONAP-RequestID=[0c2198da-99d8-4194-aad2-dca495caa5e4], Content-Type=[application/merge-patch+json]}
2022-03-22T13:09:31.273Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:09:31.273Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?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-22T13:09:31.274Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:09:31.274Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?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-22T13:09:31.282Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?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-22T13:09:31.282Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c2198da-99d8-4194-aad2-dca495caa5e4 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-22T13:09:31.282Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:09:31.283Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:31.285Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:31.285Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954571282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:09:31.386Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:31.387Z||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-22T13:09:31.387Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:31.405Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:31.407Z||pool-115-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:09:32.297Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||received message from topic
2022-03-22T13:09:32.297Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5c218407-d002-4415-bcce-86e6beff0feb","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"eec0d683-b539-4d88-b343-941308e8ff99","serviceDescription":"service","serviceInvariantUUID":"2597b7e2-c474-492a-a270-8ce78b093ce6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc23e533-9b80-4630-b6b2-cd96f3c957f7","resourceInvariantUUID":"cea462d3-17a8-4a3c-a611-52fe7372044a","resourceCustomizationUUID":"3c938a15-5a3f-4b97-aed2-8be308f66946","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjZkNWI3MWE2M2VhYzYyN2ZjNDQ2YWNhNWU5ZWI1Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84b53216-5cdf-4a58-a39e-fffb52887886","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"M2Y0ZTgzMmZkNDM2N2Q1NGJiOGMyOWVmZWVlNTk0Zjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"053cd162-07d5-44f6-95e7-bb994207a8e1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5451398b-e176-4390-8dc2-8b81e2c73db5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a0376f5-d9ab-49b1-a46c-a0d9abeaa185","artifactVersion":"2","generatedFromUUID":"d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZWNkNWE0YTM0OTIzOGEyOTlmOTYyNTc2NDM5OTRiZDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5d1b5aa1-4c18-468f-8ec0-9b1ffb1889e8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDg5MTZhZGM2MDNjZTNkYmI1MWI1M2IxZmE1NDYxMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e34ab6d-2639-4a0f-b0cd-57d2de03c9e9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2IzYTQ3NWUwZTYwZjJhOTMyZmNmYzllZTUwMjRmODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1413c863-10cd-4656-b136-6eac8690c0aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:09:32.297Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:32.298Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:32.304Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:32.304Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:32.404Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:32.405Z||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-22T13:09:32.405Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:32.423Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:32.423Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:33.305Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:33.305Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:33.307Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:33.308Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:09:33.408Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:33.409Z||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-22T13:09:33.409Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:33.421Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:33.422Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:34.308Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:34.309Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:34.311Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:34.311Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:09:34.412Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:34.413Z||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-22T13:09:34.413Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:34.451Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:34.451Z||pool-118-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:35.312Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:35.313Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:35.316Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:35.316Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:35.416Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:35.417Z||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-22T13:09:35.417Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:35.437Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:35.437Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:36.317Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:36.318Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:36.321Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:36.322Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T13:09:36.421Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:36.423Z||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-22T13:09:36.423Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:36.437Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:36.437Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:37.322Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:37.325Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:37.327Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:37.327Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:37.427Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:37.428Z||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-22T13:09:37.428Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:37.448Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:37.448Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:38.328Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:38.328Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:38.336Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:38.336Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:09:38.436Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:38.438Z||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-22T13:09:38.438Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:38.453Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:38.454Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:39.337Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:09:39.338Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:39.343Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:39.343Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:09:39.443Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:39.444Z||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-22T13:09:39.453Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:39.466Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:39.466Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:40.345Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eec0d683-b539-4d88-b343-941308e8ff99",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2597b7e2-c474-492a-a270-8ce78b093ce6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3c938a15-5a3f-4b97-aed2-8be308f66946",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc23e533-9b80-4630-b6b2-cd96f3c957f7",
      "resourceInvariantUUID": "cea462d3-17a8-4a3c-a611-52fe7372044a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "M2Y0ZTgzMmZkNDM2N2Q1NGJiOGMyOWVmZWVlNTk0Zjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "053cd162-07d5-44f6-95e7-bb994207a8e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7a0376f5-d9ab-49b1-a46c-a0d9abeaa185",
            "generatedFromUUID": "d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7a0376f5-d9ab-49b1-a46c-a0d9abeaa185",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2IzYTQ3NWUwZTYwZjJhOTMyZmNmYzllZTUwMjRmODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1413c863-10cd-4656-b136-6eac8690c0aa"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:09:40.345Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:09:40.346Z|0c2198da-99d8-4194-aad2-dca495caa5e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eec0d683-b539-4d88-b343-941308e8ff99 ASDC
2022-03-22T13:09:40.346Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5c218407-d002-4415-bcce-86e6beff0feb
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:eec0d683-b539-4d88-b343-941308e8ff99
ServiceInvariantUUID:2597b7e2-c474-492a-a270-8ce78b093ce6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:1413c863-10cd-4656-b136-6eac8690c0aa
ArtifactChecksum:Y2IzYTQ3NWUwZTYwZjJhOTMyZmNmYzllZTUwMjRmODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3c938a15-5a3f-4b97-aed2-8be308f66946
ResourceInvariantUUID:cea462d3-17a8-4a3c-a611-52fe7372044a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cc23e533-9b80-4630-b6b2-cd96f3c957f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:053cd162-07d5-44f6-95e7-bb994207a8e1
ArtifactChecksum:M2Y0ZTgzMmZkNDM2N2Q1NGJiOGMyOWVmZWVlNTk0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:7a0376f5-d9ab-49b1-a46c-a0d9abeaa185
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:7a0376f5-d9ab-49b1-a46c-a0d9abeaa185
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:09:40.347Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eec0d683-b539-4d88-b343-941308e8ff99 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-22T13:09:40.383Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:09:40.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:09:40.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:09:40.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Trying to download the artifact UUID: 1413c863-10cd-4656-b136-6eac8690c0aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T13:09:40.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:09:40.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T13:09:40.729Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:09:40.734Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1413c863-10cd-4656-b136-6eac8690c0aa 78811
2022-03-22T13:09:40.734Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-22T13:09:40.735Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T13:09:40.735Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:09:40.735Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:40.738Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:40.738Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954580734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:40.839Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:40.840Z||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-22T13:09:40.840Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:40.852Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:40.853Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:41.739Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:09:41.740Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:09:41.741Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Trying to write artifact UUID: 1413c863-10cd-4656-b136-6eac8690c0aa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:41.741Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-22T13:09:41.742Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:41.742Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:41.897Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8252449476635517666/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-22T13:09:43.368Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:09:43.368Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||####################################################################################################
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.369Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.370Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.370Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.370Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.370Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.370Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-22T13:09:43.371Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|WARN|500||####################################################################################################
2022-03-22T13:09:43.371Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.371Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.371Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:43.372Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:09:43.372Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:09:43.373Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.373Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.373Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:43.374Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:09:43.374Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:09:43.374Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.375Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.375Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.375Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T13:09:43.376Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-22T13:09:43.376Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-22T13:09:43.376Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-22T13:09:43.377Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T13:09:43.377Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:09:43.378Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.378Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:09:43.379Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.379Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:43.379Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:43.380Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.380Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:43.380Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:43.381Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.381Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:43.381Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:43.382Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.382Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T13:09:43.382Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T13:09:43.382Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T13:09:43.383Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de28ca8b-aa9a-4c8e-82d3-f039fdf7e082
2022-03-22T13:09:43.383Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.383Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.384Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:43.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:43.385Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:eec0d683-b539-4d88-b343-941308e8ff99
Model Version:NULL
Model InvariantUuid:2597b7e2-c474-492a-a270-8ce78b093ce6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6d88fe00-c2a2-4d04-844c-0043fb884243
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cea462d3-17a8-4a3c-a611-52fe7372044a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c938a15-5a3f-4b97-aed2-8be308f66946
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd7f1daa-3506-44a3-9f8f-18c96dc6666d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:18ab6d9c-55e8-4ea6-88a0-a566670a72f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de28ca8b-aa9a-4c8e-82d3-f039fdf7e082
ModelInvariantUuid:b1aab8d7-f66e-4223-9215-38f083f801e4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a221983f-c084-479a-b8a8-7150407aaf59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8449354c-375f-4c4b-99f1-30435c3da587
ModelInvariantUuid:c0cd5222-175c-4ade-9da5-103321bce4a9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:97be0db2-b8dd-46b3-838f-e999ae0c0d08
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-22T13:09:43.394Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: cc23e533-9b80-4630-b6b2-cd96f3c957f7
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-22T13:09:43.404Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||basic_vm_macro 0
2022-03-22T13:09:43.405Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: cc23e533-9b80-4630-b6b2-cd96f3c957f7
2022-03-22T13:09:43.405Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Trying to download the artifact UUID: 053cd162-07d5-44f6-95e7-bb994207a8e1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-22T13:09:43.405Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:09:43.405Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-22T13:09:43.817Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:09:43.817Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 053cd162-07d5-44f6-95e7-bb994207a8e1 792
2022-03-22T13:09:43.817Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-22T13:09:43.818Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-22T13:09:43.818Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:09:43.818Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:43.820Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:43.820Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954583817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:43.920Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:43.921Z||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-22T13:09:43.921Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:43.937Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:43.937Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:44.821Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd7f1daa-3506-44a3-9f8f-18c96dc6666d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18ab6d9c-55e8-4ea6-88a0-a566670a72f3",
    "vfModuleModelCustomizationUUID": "dcfde40f-0cbe-4c69-a7c8-8310136b5d12",
    "isBase": true,
    "artifacts": [
      "d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757",
      "7a0376f5-d9ab-49b1-a46c-a0d9abeaa185"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-22T13:09:44.826Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18ab6d9c-55e8-4ea6-88a0-a566670a72f3
VfModuleModelInvariantUUID:cd7f1daa-3506-44a3-9f8f-18c96dc6666d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757
,
7a0376f5-d9ab-49b1-a46c-a0d9abeaa185

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

isBase:true


}

2022-03-22T13:09:44.829Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd7f1daa-3506-44a3-9f8f-18c96dc6666d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18ab6d9c-55e8-4ea6-88a0-a566670a72f3",
    "vfModuleModelCustomizationUUID": "dcfde40f-0cbe-4c69-a7c8-8310136b5d12",
    "isBase": true,
    "artifacts": [
      "d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757",
      "7a0376f5-d9ab-49b1-a46c-a0d9abeaa185"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-22T13:09:44.830Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18ab6d9c-55e8-4ea6-88a0-a566670a72f3
VfModuleModelInvariantUUID:cd7f1daa-3506-44a3-9f8f-18c96dc6666d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757
,
7a0376f5-d9ab-49b1-a46c-a0d9abeaa185

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

isBase:true


}

2022-03-22T13:09:44.830Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Trying to download the artifact UUID: d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-22T13:09:44.831Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:09:44.831Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-22T13:09:45.318Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:09:45.318Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d5d6fe11-1616-4f1c-9a1a-0e5d5fd08757 5033
2022-03-22T13:09:45.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-22T13:09:45.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-22T13:09:45.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:09:45.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:45.321Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:45.322Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954585319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:45.427Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T13:09:45.428Z||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-22T13:09:45.428Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:45.500Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:45.501Z||pool-126-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:46.322Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Trying to download the artifact UUID: 7a0376f5-d9ab-49b1-a46c-a0d9abeaa185 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-22T13:09:46.323Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:09:46.323Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-22T13:09:46.887Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:09:46.888Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7a0376f5-d9ab-49b1-a46c-a0d9abeaa185 903
2022-03-22T13:09:46.888Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-22T13:09:46.889Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-22T13:09:46.889Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:09:46.889Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:46.891Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:46.892Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954586888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:09:46.992Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:46.993Z||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-22T13:09:46.993Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:47.031Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:47.031Z||pool-127-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:47.892Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Preparing to deploy Service: eec0d683-b539-4d88-b343-941308e8ff99
2022-03-22T13:09:47.893Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cc23e533-9b80-4630-b6b2-cd96f3c957f7 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-22T13:09:47.909Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162014bc, org.onap.sdc.toscaparser.api.parameters.Input@56202b2c, org.onap.sdc.toscaparser.api.parameters.Input@4b23f216, org.onap.sdc.toscaparser.api.parameters.Input@2a9d5dc4, org.onap.sdc.toscaparser.api.parameters.Input@3c8e39df]
2022-03-22T13:09:47.910Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.911Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.911Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:09:47.911Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||VFCustomizationUUID= 3c938a15-5a3f-4b97-aed2-8be308f66946
2022-03-22T13:09:47.911Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c938a15-5a3f-4b97-aed2-8be308f66946 matches Tosca VF Customization UUID: 3c938a15-5a3f-4b97-aed2-8be308f66946
2022-03-22T13:09:47.912Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||vfCustomizationUUID: 3c938a15-5a3f-4b97-aed2-8be308f66946  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-22T13:09:47.915Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.919Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.920Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||resource request for resource customization id 3c938a15-5a3f-4b97-aed2-8be308f66946: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-22T13:09:47.920Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f74f958
2022-03-22T13:09:47.921Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.921Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:09:47.921Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dcfde40f-0cbe-4c69-a7c8-8310136b5d12
2022-03-22T13:09:47.922Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dcfde40f-0cbe-4c69-a7c8-8310136b5d12
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-22T13:09:47.925Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.925Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:47.925Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:47.926Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.926Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:47.927Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:47.927Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.928Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-22T13:09:47.928Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T13:09:47.928Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T13:09:47.929Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de28ca8b-aa9a-4c8e-82d3-f039fdf7e082
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-22T13:09:47.932Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.933Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:47.933Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:09:47.935Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.935Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-22T13:09:47.935Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c938a15-5a3f-4b97-aed2-8be308f66946
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-22T13:09:47.938Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.939Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.939Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500|| resourceSeq for service uuid eec0d683-b539-4d88-b343-941308e8ff99: basic_vm_macro
2022-03-22T13:09:47.939Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.940Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.940Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.940Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.940Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.941Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.941Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.941Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.942Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:09:47.943Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:09:47.943Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T13:09:48.044Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cc23e533-9b80-4630-b6b2-cd96f3c957f7 1 ASDC deployResourceStructure
2022-03-22T13:09:48.045Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-22T13:09:48.045Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-22T13:09:48.045Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:09:48.046Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:48.048Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:48.048Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954588045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:48.148Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:09:48.149Z||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-22T13:09:48.149Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:48.164Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:48.165Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:49.049Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-22T13:09:49.049Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-22T13:09:49.050Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:09:49.050Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:49.053Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:49.053Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954589049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:49.153Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:49.154Z||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-22T13:09:49.154Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:49.169Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:49.169Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:09:50.055Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-22T13:09:50.056Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-22T13:09:50.056Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:09:50.056Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:50.059Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:50.059Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954590055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:50.159Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:50.160Z||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-22T13:09:50.160Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:50.176Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:50.177Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:51.061Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-22T13:09:51.061Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-22T13:09:51.062Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:09:51.062Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:09:51.064Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:09:51.064Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954591061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:09:51.165Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:09:51.165Z||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-22T13:09:51.165Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:09:51.177Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:09:51.177Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:09:52.065Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c218407-d002-4415-bcce-86e6beff0feb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:09:52.077Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c218407-d002-4415-bcce-86e6beff0feb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:09:52.080Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:09:52.080Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:09:52.081Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:09:52.081Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:09:52.081Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:09:52.081Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?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-22T13:09:52.084Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:10:22.085Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:10:22.097Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c218407-d002-4415-bcce-86e6beff0feb and serviceModelVersionId: eec0d683-b539-4d88-b343-941308e8ff99
2022-03-22T13:10:22.097Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2597b7e2-c474-492a-a270-8ce78b093ce6
2022-03-22T13:10:22.099Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0
2022-03-22T13:10:22.106Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c08b7f3-2ee9-4398-acb2-71ed1d892a31/model-vers/model-ver/ad301747-6b2e-48f3-87bf-ad0aedc2a4a3?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:10:22.164Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Invoke
2022-03-22T13:10:22.164Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fd08feb-ee7c-456a-b0a8-6fd2ddea4d62], X-ECOMP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-TransactionId=[], X-ONAP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], Content-Type=[application/merge-patch+json]}
2022-03-22T13:10:23.704Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Invoke
2022-03-22T13:10:23.705Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[171213e7-00eb-49de-afcc-38db32f761d1], X-ECOMP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-TransactionId=[], X-ONAP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], Content-Type=[application/merge-patch+json]}
2022-03-22T13:10:25.245Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Invoke
2022-03-22T13:10:25.245Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83a35c52-f453-4f69-becf-b4b9bff30e16], X-ECOMP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], X-TransactionId=[], X-ONAP-RequestID=[5c218407-d002-4415-bcce-86e6beff0feb], Content-Type=[application/merge-patch+json]}
2022-03-22T13:10:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:10:26.223Z||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-22T13:10:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:10:26.280Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:10:26.281Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:10:26.283Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:10:26.283Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:10:26.288Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:10:26.289Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c218407-d002-4415-bcce-86e6beff0feb 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-22T13:10:26.289Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:10:26.289Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:10:26.293Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:10:26.293Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954626289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:10:26.393Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:10:26.394Z||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-22T13:10:26.394Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:10:26.409Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:10:26.410Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:10:26.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:10:26.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c2198da-99d8-4194-aad2-dca495caa5e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954571282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:10:26.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:10:26.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:10:26.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:10:26.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:10:26.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T13:10:26.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:10:26.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:10:26.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954511051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:10:26.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:10:26.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954580734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:10:26.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954583817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:10:26.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954585319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:10:26.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954586888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:10:26.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954588045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:10:26.436Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954589049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:10:26.436Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954590055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:10:26.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:10:26.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-22T13:10:26.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954591061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:10:26.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:10:27.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:10:27.327Z||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-22T13:10:27.328Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:10:36.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:10:36.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:10:36.908Z||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-22T13:10:36.908Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:10:46.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:10:46.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:10:46.461Z||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-22T13:10:46.461Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:10:56.025Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:11:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:11:26.218Z||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-22T13:11:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:11:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:11:26.222Z||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-22T13:11:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:11:26.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:11:26.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:11:26.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c218407-d002-4415-bcce-86e6beff0feb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954626289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:11:26.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:11:35.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:12:26.218Z||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-22T13:12:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:12:26.221Z||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-22T13:12:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:33.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:33.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T13:12:33.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd319f00-d65f-4cb2-8497-95fc5eb7863d","serviceName":"vFW 2022-03-22 13-10-37","serviceVersion":"1.0","serviceUUID":"0dfee39f-e468-4655-9033-7562e057506b","serviceDescription":"catalog service description","serviceInvariantUUID":"67cc5f04-673c-414b-a0e0-526b623b5544","resources":[{"resourceInstanceName":"vFW 5f8b51d5-b916 0","resourceName":"vFW 5f8b51d5-b916","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"200057b5-18fb-45f5-989c-a17e271be8a7","resourceInvariantUUID":"e9cf2c4f-db4f-4a2d-a0a4-cf7ebecfc822","resourceCustomizationUUID":"778ef213-3aca-4922-ba5c-05277b5c8eeb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml","artifactChecksum":"YmJiZDI4MjdlNDQ0ZDIzOTUyMWVjM2QwYjgwNGJmY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b688860-ced2-448d-a5ac-bef053bdb5de","artifactVersion":"1"},{"artifactName":"vfw5f8b51d5b9160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json","artifactChecksum":"OWEyN2YwMzA1MzI1M2Y1ZmI3MDNiYjYwYWVmM2RiOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d00dc19-cbba-4320-891d-5d72c92061bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c3de450-b31c-42b5-b278-9815a91b910d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml","artifactChecksum":"NzI4ZTVmZGMwYzk1YmJmYzc4Y2QyYWNlZWUwZjAwNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbd5b44d-45d8-4862-9e36-4f97619f1476","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef6411b8-3fd9-4e4e-bd0d-249404d4ec84","artifactVersion":"2","generatedFromUUID":"4c3de450-b31c-42b5-b278-9815a91b910d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322131037-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml","artifactChecksum":"MDgxOWU5YTY5YTJlZjA3MzUzMzhkZTBkZjZkODM5MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83c14ce1-fec8-4ecb-a7c2-ee9161a3aa4f","artifactVersion":"1"},{"artifactName":"service-Vfw20220322131037-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar","artifactChecksum":"NDI3ZTkwNjdlMDQ1ZmVlNTdmYTQ1NGRkZjY4ZDY3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b2a5f19-da02-4d81-84d7-ec024b31074c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:12:33.291Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:33.294Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:33.299Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:33.299Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:33.399Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:12:33.400Z||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-22T13:12:33.400Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:33.419Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:33.419Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:33.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:33.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:12:33.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:33.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:12:34.300Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:34.301Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:34.303Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:34.303Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:12:34.404Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:12:34.405Z||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-22T13:12:34.405Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:34.420Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:34.420Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:35.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:35.311Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:35.314Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:35.314Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:12:35.430Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-03-22T13:12:35.438Z||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-22T13:12:35.439Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:35.512Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:35.512Z||pool-135-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:36.315Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:36.316Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:36.326Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:36.327Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:36.426Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:12:36.428Z||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-22T13:12:36.428Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:36.445Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:36.446Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:37.327Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:37.328Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:37.331Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:37.331Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:12:37.435Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-22T13:12:37.436Z||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-22T13:12:37.436Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:37.468Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:37.468Z||pool-137-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:38.332Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:38.333Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:38.336Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:38.336Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:12:38.436Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:12:38.437Z||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-22T13:12:38.438Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:38.474Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:38.475Z||pool-138-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:39.337Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:12:39.338Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:39.341Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:39.341Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:12:39.442Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:12:39.443Z||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-22T13:12:39.443Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:39.498Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:39.499Z||pool-139-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:40.348Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "serviceName": "vFW 2022-03-22 13-10-37",
  "serviceVersion": "1.0",
  "serviceUUID": "0dfee39f-e468-4655-9033-7562e057506b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "67cc5f04-673c-414b-a0e0-526b623b5544",
  "resources": [
    {
      "resourceInstanceName": "vFW 5f8b51d5-b916 0",
      "resourceCustomizationUUID": "778ef213-3aca-4922-ba5c-05277b5c8eeb",
      "resourceName": "vFW 5f8b51d5-b916",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "200057b5-18fb-45f5-989c-a17e271be8a7",
      "resourceInvariantUUID": "e9cf2c4f-db4f-4a2d-a0a4-cf7ebecfc822",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5f8b51d5b9160_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
          "artifactChecksum": "OWEyN2YwMzA1MzI1M2Y1ZmI3MDNiYjYwYWVmM2RiOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d00dc19-cbba-4320-891d-5d72c92061bb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4c3de450-b31c-42b5-b278-9815a91b910d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef6411b8-3fd9-4e4e-bd0d-249404d4ec84",
            "generatedFromUUID": "4c3de450-b31c-42b5-b278-9815a91b910d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef6411b8-3fd9-4e4e-bd0d-249404d4ec84",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322131037-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
      "artifactChecksum": "NDI3ZTkwNjdlMDQ1ZmVlNTdmYTQ1NGRkZjY4ZDY3MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b2a5f19-da02-4d81-84d7-ec024b31074c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:12:40.349Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:12:40.349Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0dfee39f-e468-4655-9033-7562e057506b ASDC
2022-03-22T13:12:40.350Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dd319f00-d65f-4cb2-8497-95fc5eb7863d
ServiceName:vFW 2022-03-22 13-10-37
ServiceVersion:1.0
ServiceUUID:0dfee39f-e468-4655-9033-7562e057506b
ServiceInvariantUUID:67cc5f04-673c-414b-a0e0-526b623b5544
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322131037-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar
ArtifactUUID:8b2a5f19-da02-4d81-84d7-ec024b31074c
ArtifactChecksum:NDI3ZTkwNjdlMDQ1ZmVlNTdmYTQ1NGRkZjY4ZDY3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5f8b51d5-b916 0
ResourceCustomizationUUID:778ef213-3aca-4922-ba5c-05277b5c8eeb
ResourceInvariantUUID:e9cf2c4f-db4f-4a2d-a0a4-cf7ebecfc822
ResourceName:vFW 5f8b51d5-b916
ResourceType:VF
ResourceUUID:200057b5-18fb-45f5-989c-a17e271be8a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5f8b51d5b9160_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json
ArtifactUUID:2d00dc19-cbba-4320-891d-5d72c92061bb
ArtifactChecksum:OWEyN2YwMzA1MzI1M2Y1ZmI3MDNiYjYwYWVmM2RiOGE=
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/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml
ArtifactUUID:4c3de450-b31c-42b5-b278-9815a91b910d
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/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
ArtifactUUID:ef6411b8-3fd9-4e4e-bd0d-249404d4ec84
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/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
ArtifactUUID:ef6411b8-3fd9-4e4e-bd0d-249404d4ec84
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:12:40.350Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0dfee39f-e468-4655-9033-7562e057506b 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-22T13:12:40.400Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:12:40.402Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T13:12:40.403Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T13:12:40.403Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b2a5f19-da02-4d81-84d7-ec024b31074c from URL: /sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:40.403Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T13:12:40.404Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:41.523Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T13:12:41.530Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar 8b2a5f19-da02-4d81-84d7-ec024b31074c 98974
2022-03-22T13:12:41.531Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar ASDC sendASDCNotification
2022-03-22T13:12:41.531Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:41.531Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:12:41.531Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:41.537Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:41.537Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954761530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:12:41.637Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:12:41.638Z||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-22T13:12:41.638Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:41.654Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:41.655Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:42.538Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:12:42.540Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T13:12:42.541Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8b2a5f19-da02-4d81-84d7-ec024b31074c, URL: /sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar to file: /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:42.542Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322131037-csar.csar
2022-03-22T13:12:42.544Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:42.544Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:42.827Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3823124135156870397/Definitions/service-Vfw20220322131037-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-22T13:12:45.480Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:12:45.481Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T13:12:45.481Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.481Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:12:45.481Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||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-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.481Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||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-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5f8b51d5-b916 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-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||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-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.482Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T13:12:45.483Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.484Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.485Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:45.486Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:45.486Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:45.486Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:12:45.486Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.486Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.487Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:12:45.488Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.489Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:12:45.489Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.489Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:45.489Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:45.490Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.491Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:45.491Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:45.492Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.492Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:45.492Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:45.492Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.492Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:45.493Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:45.493Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:45.493Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:12:45.493Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:12:45.494Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:12:45.494Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.494Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.494Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:12:45.494Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc650a2-23fa-43f0-9ef8-178c5cad53cf
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:45.495Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:45.496Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:45.496Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:12:45.496Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.496Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.496Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:12:45.497Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.498Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c00c71b7-5dd4-4b79-9aa9-b4f179858c52
2022-03-22T13:12:45.498Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.498Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:45.498Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:45.498Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:45.499Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:12:45.499Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.499Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.499Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.499Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:12:45.500Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:12:45.500Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:12:45.500Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:45.500Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:45.500Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc06f20e-970f-4993-9c7b-3cbe72a9b560
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.501Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.502Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.502Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:45.502Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:45.502Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-10-37
Description:catalog service description
Model UUID:0dfee39f-e468-4655-9033-7562e057506b
Model Version:NULL
Model InvariantUuid:67cc5f04-673c-414b-a0e0-526b623b5544
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5f8b51d5-b916
Model UUID:02b2241e-d413-402c-8d02-02654016f42d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e9cf2c4f-db4f-4a2d-a0a4-cf7ebecfc822
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:778ef213-3aca-4922-ba5c-05277b5c8eeb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9904416-f24d-45d8-9508-840f38c85d34
ModelName:Vfw5f8b51d5B916..base_vfw..module-0
ModelUuid:7684d06d-013c-4819-906b-4d3352064a44
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ccc650a2-23fa-43f0-9ef8-178c5cad53cf
ModelInvariantUuid:95270217-5f94-44d8-8697-6b88a5c4b78c
ModelName:vFW 5f8b51d5-b916-nodes.vfwCvfc
ModelUuid:93353e35-a535-4bbd-91ba-f24f5027858c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:56845146-f11b-47ea-90fa-3b07801b14a6
ModelInvariantUuid:b76c6b0f-aaef-48d9-a728-cc7e7eeb3b8d
ModelName:Vfw5f8b51d5B916.compute.nodes.heat.vfw
ModelUuid:e70f5e1b-0854-472c-b2a7-66cd233b9cce
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c00c71b7-5dd4-4b79-9aa9-b4f179858c52
ModelInvariantUuid:db230977-4faa-4f2a-9c31-c7da21008859
ModelName:vFW 5f8b51d5-b916-nodes.vsnCvfc
ModelUuid:3de49a45-5214-4e74-a006-941e0b93f75e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d8bcc854-64d8-4094-9bb3-e8b7584fff14
ModelInvariantUuid:64e268e2-8fb3-4971-b0bc-2bb5b4611715
ModelName:Vfw5f8b51d5B916.compute.nodes.heat.vsn
ModelUuid:45cafd8d-f68b-4ea7-9b4f-869225512e7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fc06f20e-970f-4993-9c7b-3cbe72a9b560
ModelInvariantUuid:1b87953d-0774-4a74-83b5-f689ef29026a
ModelName:vFW 5f8b51d5-b916-nodes.vpgCvfc
ModelUuid:e8998e6e-5aaa-449d-8515-b00922c02e95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:85b21b1b-46ad-47a7-842e-f1952da9a4a9
ModelInvariantUuid:7f7cd5a8-5d47-4734-8430-36738d362e58
ModelName:Vfw5f8b51d5B916.compute.nodes.heat.vpg
ModelUuid:006fcf73-6f6a-485d-8a17-6063be15a4a0
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-22T13:12:45.521Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 200057b5-18fb-45f5-989c-a17e271be8a7
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-22T13:12:45.525Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||vFW 5f8b51d5-b916 0
2022-03-22T13:12:45.525Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 200057b5-18fb-45f5-989c-a17e271be8a7
2022-03-22T13:12:45.526Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2d00dc19-cbba-4320-891d-5d72c92061bb from URL: /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json
2022-03-22T13:12:45.526Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T13:12:45.526Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json
2022-03-22T13:12:46.087Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T13:12:46.088Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json 2d00dc19-cbba-4320-891d-5d72c92061bb 785
2022-03-22T13:12:46.088Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json ASDC sendASDCNotification
2022-03-22T13:12:46.089Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json
2022-03-22T13:12:46.089Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:12:46.089Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:46.092Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:46.092Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954766088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:12:46.192Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:12:46.193Z||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-22T13:12:46.193Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:46.207Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:46.208Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:47.093Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5f8b51d5B916..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b9904416-f24d-45d8-9508-840f38c85d34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7684d06d-013c-4819-906b-4d3352064a44",
    "vfModuleModelCustomizationUUID": "9c84b5aa-4cc8-4d0a-bda5-81b83d4262ce",
    "isBase": true,
    "artifacts": [
      "4c3de450-b31c-42b5-b278-9815a91b910d",
      "ef6411b8-3fd9-4e4e-bd0d-249404d4ec84"
    ],
    "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-22T13:12:47.106Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5f8b51d5B916..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7684d06d-013c-4819-906b-4d3352064a44
VfModuleModelInvariantUUID:b9904416-f24d-45d8-9508-840f38c85d34
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c3de450-b31c-42b5-b278-9815a91b910d
,
ef6411b8-3fd9-4e4e-bd0d-249404d4ec84

}
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-22T13:12:47.110Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5f8b51d5B916..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b9904416-f24d-45d8-9508-840f38c85d34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7684d06d-013c-4819-906b-4d3352064a44",
    "vfModuleModelCustomizationUUID": "9c84b5aa-4cc8-4d0a-bda5-81b83d4262ce",
    "isBase": true,
    "artifacts": [
      "4c3de450-b31c-42b5-b278-9815a91b910d",
      "ef6411b8-3fd9-4e4e-bd0d-249404d4ec84"
    ],
    "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-22T13:12:47.110Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5f8b51d5B916..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7684d06d-013c-4819-906b-4d3352064a44
VfModuleModelInvariantUUID:b9904416-f24d-45d8-9508-840f38c85d34
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c3de450-b31c-42b5-b278-9815a91b910d
,
ef6411b8-3fd9-4e4e-bd0d-249404d4ec84

}
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-22T13:12:47.110Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4c3de450-b31c-42b5-b278-9815a91b910d from URL: /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml
2022-03-22T13:12:47.110Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T13:12:47.111Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml
2022-03-22T13:12:47.620Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T13:12:47.621Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml 4c3de450-b31c-42b5-b278-9815a91b910d 20368
2022-03-22T13:12:47.622Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:12:47.622Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml
2022-03-22T13:12:47.622Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:12:47.623Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:47.626Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:47.626Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954767622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:12:47.726Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:12:47.727Z||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-22T13:12:47.728Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:47.742Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:47.742Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:12:48.627Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef6411b8-3fd9-4e4e-bd0d-249404d4ec84 from URL: /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
2022-03-22T13:12:48.627Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T13:12:48.628Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
2022-03-22T13:12:49.221Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T13:12:49.221Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env ef6411b8-3fd9-4e4e-bd0d-249404d4ec84 2098
2022-03-22T13:12:49.222Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:12:49.222Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
2022-03-22T13:12:49.222Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:12:49.222Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:49.224Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:49.224Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954769222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:12:49.325Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:12:49.326Z||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-22T13:12:49.326Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:49.345Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:49.345Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:50.225Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0dfee39f-e468-4655-9033-7562e057506b
2022-03-22T13:12:50.226Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5f8b51d5-b916 0 200057b5-18fb-45f5-989c-a17e271be8a7 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-22T13:12:50.247Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@392054e7, org.onap.sdc.toscaparser.api.parameters.Input@3fa75de3, org.onap.sdc.toscaparser.api.parameters.Input@47640cac, org.onap.sdc.toscaparser.api.parameters.Input@3222b83a, org.onap.sdc.toscaparser.api.parameters.Input@91e45f5]
2022-03-22T13:12:50.268Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.269Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.271Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-22T13:12:50.271Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 778ef213-3aca-4922-ba5c-05277b5c8eeb
2022-03-22T13:12:50.271Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 778ef213-3aca-4922-ba5c-05277b5c8eeb matches Tosca VF Customization UUID: 778ef213-3aca-4922-ba5c-05277b5c8eeb
2022-03-22T13:12:50.271Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 778ef213-3aca-4922-ba5c-05277b5c8eeb  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-22T13:12:50.275Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.275Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.277Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 778ef213-3aca-4922-ba5c-05277b5c8eeb: {\"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-22T13:12:50.277Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c71a30e
2022-03-22T13:12:50.277Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.277Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:12:50.278Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c84b5aa-4cc8-4d0a-bda5-81b83d4262ce
2022-03-22T13:12:50.278Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c84b5aa-4cc8-4d0a-bda5-81b83d4262ce
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-22T13:12:50.281Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.281Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.281Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:50.281Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.282Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.282Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:50.282Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.283Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:50.283Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:50.283Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:50.283Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:12:50.284Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:12:50.284Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:12:50.285Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.285Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.285Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:12:50.286Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.286Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:12:50.286Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.287Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc650a2-23fa-43f0-9ef8-178c5cad53cf
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-22T13:12:50.290Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.290Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.291Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:50.291Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.292Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:50.292Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:50.292Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:50.292Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:12:50.292Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.293Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.293Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.293Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:12:50.293Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:12:50.293Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:12:50.294Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.294Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:12:50.294Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.294Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c00c71b7-5dd4-4b79-9aa9-b4f179858c52
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-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is not matching search criteria
2022-03-22T13:12:50.297Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.298Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:12:50.299Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc06f20e-970f-4993-9c7b-3cbe72a9b560
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-22T13:12:50.302Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.302Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.302Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:12:50.302Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.303Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Node template vFW 5f8b51d5-b916 0 is matching search criteria
2022-03-22T13:12:50.303Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 5f8b51d5-b916 0] matching following query criteria: sdcType=VF, customizationUUID=778ef213-3aca-4922-ba5c-05277b5c8eeb
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-22T13:12:50.305Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.305Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.305Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0dfee39f-e468-4655-9033-7562e057506b: vFW 5f8b51d5-b916
2022-03-22T13:12:50.306Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.306Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.306Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.306Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.306Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.307Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.307Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.307Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.307Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:12:50.307Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-22 13-10-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:12:50.308Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-22 13-10-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-22T13:12:50.608Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5f8b51d5-b916 200057b5-18fb-45f5-989c-a17e271be8a7 1 ASDC deployResourceStructure
2022-03-22T13:12:50.609Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json ASDC sendASDCNotification
2022-03-22T13:12:50.609Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json
2022-03-22T13:12:50.609Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:12:50.610Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:50.612Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:50.612Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954770609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:12:50.719Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-22T13:12:50.720Z||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-22T13:12:50.721Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:50.762Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:50.763Z||pool-144-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:51.624Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:12:51.624Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml
2022-03-22T13:12:51.624Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:12:51.625Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:51.627Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:51.627Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954771624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:12:51.727Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T13:12:51.728Z||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-22T13:12:51.728Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:51.742Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:51.743Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:52.633Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:12:52.633Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env
2022-03-22T13:12:52.635Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:12:52.635Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:52.638Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:52.638Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954772633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:12:52.738Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:12:52.738Z||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-22T13:12:52.739Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:52.757Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:52.757Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:12:53.640Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar ASDC sendASDCNotification
2022-03-22T13:12:53.640Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar
2022-03-22T13:12:53.641Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:12:53.642Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:12:53.645Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:12:53.646Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954773639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:12:53.745Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:12:53.746Z||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-22T13:12:53.746Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:12:53.763Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:12:53.763Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:12:54.647Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:12:54.662Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:12:54.664Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:12:54.664Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:12:54.665Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:13:24.665Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:13:24.677Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:13:24.679Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:13:24.679Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:13:24.679Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:13:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:13:26.222Z||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-22T13:13:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:13:26.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:13:26.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:13:26.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:13:26.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:13:54.679Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:13:54.690Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:13:54.691Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:13:54.691Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:13:54.691Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:14:24.692Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:14:24.703Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:14:24.704Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:14:24.704Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:14:24.705Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:14:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:14:26.222Z||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-22T13:14:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:14:26.260Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:14:26.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:14:26.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:14:26.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:14:54.705Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:14:54.721Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:14:54.723Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:14:54.723Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:14:54.723Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:15:24.723Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:15:24.752Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:15:24.758Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:15:24.758Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:15:24.758Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:15:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:15:26.222Z||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-22T13:15:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:15:26.262Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:15:26.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954753656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954753439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954746217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954753819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954747680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954752425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954762751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954762816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954762833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954761530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954763139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "cds",
  "timestamp": 1647954763844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-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-22T13:15:26.308Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.309Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:26.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954764760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954758183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954766354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954766424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954767176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954767361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954767458,
  "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-22T13:15:26.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:26.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954766088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.347Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954768180,
  "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-22T13:15:26.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:26.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "policy-id",
  "timestamp": 1647954768367,
  "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-22T13:15:26.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.364Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:26.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954768462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954767622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954769222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954765267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954770609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/vfw5f8b51d5b9160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954771624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954772633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/resourceInstances/vfw5f8b51d5b9160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954773639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954778394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "aai-ml",
  "timestamp": 1647954779404,
  "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-22T13:15:26.380Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.381Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:26.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954779497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:15:26.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954781502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322131037/1.0/artifacts/service-Vfw20220322131037-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:15:26.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:15:26.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:15:26.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "clamp",
  "timestamp": 1647954782507,
  "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-22T13:15:26.397Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd319f00-d65f-4cb2-8497-95fc5eb7863d
2022-03-22T13:15:26.397Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:15:54.758Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:15:54.769Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:15:54.773Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:15:54.778Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:15:54.778Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:15:54.778Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:15:54.778Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:15:54.778Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||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-22T13:15:54.785Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:16:24.785Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:16:24.793Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd319f00-d65f-4cb2-8497-95fc5eb7863d and serviceModelVersionId: 0dfee39f-e468-4655-9033-7562e057506b
2022-03-22T13:16:24.793Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67cc5f04-673c-414b-a0e0-526b623b5544
2022-03-22T13:16:24.794Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0
2022-03-22T13:16:24.808Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:16:24.871Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:24.876Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Invoke
2022-03-22T13:16:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:16:26.222Z||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-22T13:16:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:26.259Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:26.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:16:26.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:26.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:16:26.428Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:26.430Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Invoke
2022-03-22T13:16:27.960Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:27.962Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Invoke
2022-03-22T13:16:28.996Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:16:28.997Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:28.998Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:16:28.998Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:29.003Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:29.004Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd319f00-d65f-4cb2-8497-95fc5eb7863d 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-22T13:16:29.004Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:16:29.005Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:29.008Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:29.008Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954989004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:16:29.108Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:29.110Z||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-22T13:16:29.110Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:29.126Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:29.127Z||pool-148-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:16:30.018Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:16:30.020Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:16:30.020Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:34.389Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:34.391Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||received message from topic
2022-03-22T13:16:34.391Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9c15006b-634a-4db2-83c6-7380a5b04d6a","serviceName":"Demo_pNF_GAjnVjTSJB76ulo2NmT6","serviceVersion":"1.0","serviceUUID":"734b20b4-36a7-46cd-8fd8-d244a3464330","serviceDescription":"catalog service description","serviceInvariantUUID":"f7fa8bb8-d5af-4f08-b4c6-5b729651025c","resources":[{"resourceInstanceName":"pNF 4687de02-91be 0","resourceName":"pNF 4687de02-91be","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"64a7c291-d567-4606-bd6e-e85a2fe2129e","resourceInvariantUUID":"ee099212-997b-412f-ba5d-3c8db5cde235","resourceCustomizationUUID":"b8829ec1-d7cb-4809-b322-48f30631ed07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml","artifactChecksum":"YWNjNjRkMDUyZmVmZDYwNTYyZTVmZDAwODEyMWU1YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ff132b5-1be0-49cd-9dfd-7f3480d08da9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6bfd30b-923d-4ce6-8652-4b4906ef55b1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"294f61cb-65c8-45d4-9fe7-5349448c25cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml","artifactChecksum":"YmNlZTkyNjg0ZmUwNDVmZjI4ZmQwYjExZWFkZjEzZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"888d5e0f-a36b-4da2-a560-cb9cf41b2dd8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"865f745c-866e-4ffa-9311-f3b1c8b5071d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dd53c82-437c-4ad1-ac02-6b524446810d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml","artifactChecksum":"Yzg5ZGQxODRiMDdkODdhODdiMWQ4ZGQ2YzNlYTRjYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2be0333-c298-44e2-b1bc-11297cfde9ef","artifactVersion":"1"},{"artifactName":"service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar","artifactChecksum":"NzY0YmM3Y2U2NDQ3OTA1OTI0MWRmOWJmOWVhMWVlMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34a747a9-803b-4f33-913c-54bfd97e09d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:16:34.393Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:34.393Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:34.395Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:34.395Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:34.496Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:34.496Z||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-22T13:16:34.497Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:34.513Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:34.513Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:35.396Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:35.397Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:35.399Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:35.399Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:35.501Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T13:16:35.502Z||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-22T13:16:35.503Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:35.532Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:35.533Z||pool-150-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:16:36.400Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:36.401Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:36.404Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:36.405Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:36.505Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:36.506Z||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-22T13:16:36.506Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:36.528Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:36.529Z||pool-151-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:37.405Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:37.406Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:37.408Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:37.409Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:37.509Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:37.509Z||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-22T13:16:37.509Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:37.523Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:37.524Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:38.409Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:38.410Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:38.425Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:38.425Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:38.517Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-22T13:16:38.518Z||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-22T13:16:38.519Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:38.543Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:38.544Z||pool-153-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:39.426Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:39.427Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:39.429Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:39.429Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:39.530Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:39.531Z||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-22T13:16:39.531Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:39.555Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:39.560Z||pool-154-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:16:40.430Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:40.431Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:40.434Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:40.434Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:16:40.534Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:16:40.535Z||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-22T13:16:40.535Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:40.548Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:40.549Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:41.435Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:16:41.436Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:41.439Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:41.444Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:16:41.539Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-22T13:16:41.540Z||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-22T13:16:41.540Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:41.582Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:41.582Z||pool-156-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:16:42.445Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "serviceName": "Demo_pNF_GAjnVjTSJB76ulo2NmT6",
  "serviceVersion": "1.0",
  "serviceUUID": "734b20b4-36a7-46cd-8fd8-d244a3464330",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f7fa8bb8-d5af-4f08-b4c6-5b729651025c",
  "resources": [
    {
      "resourceInstanceName": "pNF 4687de02-91be 0",
      "resourceCustomizationUUID": "b8829ec1-d7cb-4809-b322-48f30631ed07",
      "resourceName": "pNF 4687de02-91be",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "64a7c291-d567-4606-bd6e-e85a2fe2129e",
      "resourceInvariantUUID": "ee099212-997b-412f-ba5d-3c8db5cde235",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
      "artifactChecksum": "NzY0YmM3Y2U2NDQ3OTA1OTI0MWRmOWJmOWVhMWVlMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34a747a9-803b-4f33-913c-54bfd97e09d7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:16:42.446Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:16:42.446Z|dd319f00-d65f-4cb2-8497-95fc5eb7863d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 734b20b4-36a7-46cd-8fd8-d244a3464330 ASDC
2022-03-22T13:16:42.447Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9c15006b-634a-4db2-83c6-7380a5b04d6a
ServiceName:Demo_pNF_GAjnVjTSJB76ulo2NmT6
ServiceVersion:1.0
ServiceUUID:734b20b4-36a7-46cd-8fd8-d244a3464330
ServiceInvariantUUID:f7fa8bb8-d5af-4f08-b4c6-5b729651025c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
ArtifactUUID:34a747a9-803b-4f33-913c-54bfd97e09d7
ArtifactChecksum:NzY0YmM3Y2U2NDQ3OTA1OTI0MWRmOWJmOWVhMWVlMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4687de02-91be 0
ResourceCustomizationUUID:b8829ec1-d7cb-4809-b322-48f30631ed07
ResourceInvariantUUID:ee099212-997b-412f-ba5d-3c8db5cde235
ResourceName:pNF 4687de02-91be
ResourceType:PNF
ResourceUUID:64a7c291-d567-4606-bd6e-e85a2fe2129e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:16:42.447Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 734b20b4-36a7-46cd-8fd8-d244a3464330 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-22T13:16:42.475Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:16:42.476Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:16:42.476Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:16:42.476Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Trying to download the artifact UUID: 34a747a9-803b-4f33-913c-54bfd97e09d7 from URL: /sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:42.476Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:16:42.477Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:43.215Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:16:43.220Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar 34a747a9-803b-4f33-913c-54bfd97e09d7 82645
2022-03-22T13:16:43.223Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar ASDC sendASDCNotification
2022-03-22T13:16:43.223Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:43.224Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:16:43.224Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:43.226Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:43.227Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955003223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:16:43.326Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:16:43.327Z||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-22T13:16:43.327Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:43.346Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:43.347Z||pool-157-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:44.227Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:16:44.228Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:16:44.228Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Trying to write artifact UUID: 34a747a9-803b-4f33-913c-54bfd97e09d7, URL: /sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar to file: /app/ASDC/1/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:44.229Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:44.229Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:44.230Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:44.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11090342517683911508/Definitions/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml
2022-03-22T13:16:45.375Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:16:45.376Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|WARN|500||####################################################################################################
2022-03-22T13:16:45.376Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4687de02-91be 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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.377Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.378Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.378Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|WARN|500||####################################################################################################
2022-03-22T13:16:45.378Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.378Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.379Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Node template pNF 4687de02-91be 0 is matching search criteria
2022-03-22T13:16:45.379Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:16:45.379Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found topology templates [pNF 4687de02-91be 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:16:45.379Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Node template pNF 4687de02-91be 0 is matching search criteria
2022-03-22T13:16:45.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:16:45.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found topology templates [pNF 4687de02-91be 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:16:45.380Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.381Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.382Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.382Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.382Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.382Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_GAjnVjTSJB76ulo2NmT6
Description:catalog service description
Model UUID:734b20b4-36a7-46cd-8fd8-d244a3464330
Model Version:NULL
Model InvariantUuid:f7fa8bb8-d5af-4f08-b4c6-5b729651025c
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-22T13:16:45.393Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 64a7c291-d567-4606-bd6e-e85a2fe2129e
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-22T13:16:45.396Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||pNF 4687de02-91be 0
2022-03-22T13:16:45.397Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 64a7c291-d567-4606-bd6e-e85a2fe2129e
2022-03-22T13:16:45.397Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||No resources found for Service: 734b20b4-36a7-46cd-8fd8-d244a3464330
2022-03-22T13:16:45.397Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Preparing to deploy Service: 734b20b4-36a7-46cd-8fd8-d244a3464330
2022-03-22T13:16:45.397Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4687de02-91be 0 64a7c291-d567-4606-bd6e-e85a2fe2129e 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-22T13:16:45.403Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c8a4c21, org.onap.sdc.toscaparser.api.parameters.Input@2bf4b0c3, org.onap.sdc.toscaparser.api.parameters.Input@66fcb031, org.onap.sdc.toscaparser.api.parameters.Input@3b040235, org.onap.sdc.toscaparser.api.parameters.Input@65b1ba30]
2022-03-22T13:16:45.404Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.404Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.405Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500|| resourceSeq for service uuid 734b20b4-36a7-46cd-8fd8-d244a3464330: pNF 4687de02-91be
2022-03-22T13:16:45.405Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Processing PNF resource: 64a7c291-d567-4606-bd6e-e85a2fe2129e
2022-03-22T13:16:45.405Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:16:45.405Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Service Demo_pNF_GAjnVjTSJB76ulo2NmT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:16:45.408Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||Resource customization UUID: b8829ec1-d7cb-4809-b322-48f30631ed07 is the same as notified resource customizationUUID: b8829ec1-d7cb-4809-b322-48f30631ed07
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-22T13:16:45.482Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4687de02-91be 64a7c291-d567-4606-bd6e-e85a2fe2129e 0 ASDC deployResourceStructure
2022-03-22T13:16:45.483Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar ASDC sendASDCNotification
2022-03-22T13:16:45.483Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar
2022-03-22T13:16:45.483Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:16:45.484Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:16:45.487Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:16:45.487Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955005483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:16:45.589Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:16:45.591Z||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-22T13:16:45.591Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:16:45.623Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:16:45.624Z||pool-158-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:16:46.488Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:16:46.502Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:16:46.506Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:16:46.506Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:16:46.506Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:17:16.506Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:17:16.516Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:17:16.518Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:17:16.518Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:17:16.518Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:17:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:17:26.222Z||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-22T13:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:17:26.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:17:26.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954915266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954918183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954933876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954934881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954927680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "policy-id",
  "timestamp": 1647954935886,
  "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-22T13:17:26.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.284Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:26.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954937406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "cds",
  "timestamp": 1647954938412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-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-22T13:17:26.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:26.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647954932425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954933438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954933656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954933819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:17:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954941534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954942575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954942813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954942954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954943232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:17:26.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "clamp",
  "timestamp": 1647954943582,
  "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-22T13:17:26.327Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:26.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954944272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:17:26.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954944953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:17:26.336Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647954945275,
  "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-22T13:17:26.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647954945958,
  "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-22T13:17:26.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.350Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:26.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954950236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:17:26.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:17:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:17:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "aai-ml",
  "timestamp": 1647954951240,
  "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-22T13:17:26.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9c15006b-634a-4db2-83c6-7380a5b04d6a
2022-03-22T13:17:26.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:17:46.518Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:17:46.535Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:17:46.539Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:17:46.540Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?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-22T13:17:46.543Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:18:16.543Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:18:16.550Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c15006b-634a-4db2-83c6-7380a5b04d6a and serviceModelVersionId: 734b20b4-36a7-46cd-8fd8-d244a3464330
2022-03-22T13:18:16.551Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7fa8bb8-d5af-4f08-b4c6-5b729651025c
2022-03-22T13:18:16.560Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0
2022-03-22T13:18:16.569Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:18:16.628Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67cc5f04-673c-414b-a0e0-526b623b5544/model-vers/model-ver/0dfee39f-e468-4655-9033-7562e057506b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:16.630Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Invoke
2022-03-22T13:18:18.178Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:18.180Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Invoke
2022-03-22T13:18:19.708Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:19.710Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Invoke
2022-03-22T13:18:20.743Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:18:20.743Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:20.744Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:18:20.744Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:20.751Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:20.752Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c15006b-634a-4db2-83c6-7380a5b04d6a 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-22T13:18:20.752Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:18:20.753Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:18:20.755Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:18:20.756Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955100752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:18:20.856Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:18:20.857Z||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-22T13:18:20.857Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:20.879Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:20.879Z||pool-159-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:18:21.771Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:18:21.772Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:21.772Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:18:26.222Z||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-22T13:18:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:26.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:26.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd319f00-d65f-4cb2-8497-95fc5eb7863d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954989004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/resourceInstances/pnf4687de0291be0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647954990018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:18:26.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955003223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:18:26.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:18:26.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:18:26.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955005483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGajnvjtsjb76ulo2nmt6/1.0/artifacts/service-DemoPnfGajnvjtsjb76ulo2nmt6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:18:26.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:18:31.362Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:31.362Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:18:31.363Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:18:31.363Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:40.921Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:40.922Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:18:40.923Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:18:40.923Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:50.486Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:50.487Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:18:50.487Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:18:50.487Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:59.287Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:59.287Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||received message from topic
2022-03-22T13:18:59.288Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"08c9e5d0-77e1-4034-9386-092606d9cb01","serviceName":"Demo_pNF_j4KPf375RPw3gQX5nXof","serviceVersion":"1.0","serviceUUID":"25dda88e-107e-4b0f-9259-a553ac6dbed7","serviceDescription":"catalog service description","serviceInvariantUUID":"a7d3316f-3fe4-4ba7-bfda-49a917177942","resources":[{"resourceInstanceName":"pNF f3234170-3f78 0","resourceName":"pNF f3234170-3f78","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eef00834-428e-4551-9785-c6b99e29ab1b","resourceInvariantUUID":"59d1606d-f132-4759-8224-06737fc35f0b","resourceCustomizationUUID":"b7114783-6603-4f51-a9f5-88322d545960","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml","artifactChecksum":"YTkyMTZlMjlkNzFlYjdkNWMwNDRjYjRmY2ExODMyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e36e9e4c-4ff9-462f-ab02-3e626f71ae13","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1bd48e8e-23bd-4400-adb3-2b1c3e2c3d16","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12f92cc3-3f9c-419e-8161-5af0c3970f7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml","artifactChecksum":"NzRlOWFkM2VhNTQ1YWNmZDIyMmZjYmFlNDliNjRiMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b0e9ca5-7fc9-4a8d-a96d-4377741ef067","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57d28408-ae02-422b-bc44-753be85e1b55","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75cc5b87-efbb-4035-80ef-c6df6806b135","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml","artifactChecksum":"OTdjZGE4YTk0YWY3ZWVmODFmYTAyNTlhM2VlZGFjNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a99d0168-15ec-43fc-bd67-cb36b5d3c4ad","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar","artifactChecksum":"OTNiNGYzNjU5YTFmZDliMDMwMTAxMWI4YTFlYWM4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27897caf-5410-45c4-8035-930e13f0ccdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:18:59.292Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:18:59.292Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:18:59.296Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:18:59.296Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:18:59.395Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:18:59.396Z||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-22T13:18:59.396Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:18:59.421Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:18:59.422Z||pool-160-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:19:00.297Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:00.298Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:00.300Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:00.300Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:00.405Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T13:19:00.406Z||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-22T13:19:00.406Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:00.430Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:00.430Z||pool-161-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:19:01.300Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:01.301Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:01.303Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:01.303Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:01.404Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:19:01.404Z||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-22T13:19:01.404Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:01.422Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:01.422Z||pool-162-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:02.306Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:02.307Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:02.309Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:02.309Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:02.409Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:19:02.411Z||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-22T13:19:02.411Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:02.431Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:02.431Z||pool-163-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:03.310Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:03.311Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:03.313Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:03.314Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:03.414Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:19:03.415Z||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-22T13:19:03.415Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:03.434Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:03.435Z||pool-164-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:04.314Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:04.315Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:04.318Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:04.318Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:04.418Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:19:04.419Z||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-22T13:19:04.419Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:04.430Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:04.430Z||pool-165-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:05.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:05.319Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:05.322Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:05.322Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:19:05.430Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-22T13:19:05.430Z||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-22T13:19:05.431Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:05.457Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:05.459Z||pool-166-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:19:06.323Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:19:06.323Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:06.327Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:06.327Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:19:06.427Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:19:06.428Z||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-22T13:19:06.428Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:06.467Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:06.468Z||pool-167-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:07.328Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "serviceName": "Demo_pNF_j4KPf375RPw3gQX5nXof",
  "serviceVersion": "1.0",
  "serviceUUID": "25dda88e-107e-4b0f-9259-a553ac6dbed7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7d3316f-3fe4-4ba7-bfda-49a917177942",
  "resources": [
    {
      "resourceInstanceName": "pNF f3234170-3f78 0",
      "resourceCustomizationUUID": "b7114783-6603-4f51-a9f5-88322d545960",
      "resourceName": "pNF f3234170-3f78",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eef00834-428e-4551-9785-c6b99e29ab1b",
      "resourceInvariantUUID": "59d1606d-f132-4759-8224-06737fc35f0b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
      "artifactChecksum": "OTNiNGYzNjU5YTFmZDliMDMwMTAxMWI4YTFlYWM4MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27897caf-5410-45c4-8035-930e13f0ccdf"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:19:07.328Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:19:07.328Z|5c218407-d002-4415-bcce-86e6beff0feb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 25dda88e-107e-4b0f-9259-a553ac6dbed7 ASDC
2022-03-22T13:19:07.329Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||ASDC Notification:
DistributionID:08c9e5d0-77e1-4034-9386-092606d9cb01
ServiceName:Demo_pNF_j4KPf375RPw3gQX5nXof
ServiceVersion:1.0
ServiceUUID:25dda88e-107e-4b0f-9259-a553ac6dbed7
ServiceInvariantUUID:a7d3316f-3fe4-4ba7-bfda-49a917177942
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
ArtifactUUID:27897caf-5410-45c4-8035-930e13f0ccdf
ArtifactChecksum:OTNiNGYzNjU5YTFmZDliMDMwMTAxMWI4YTFlYWM4MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f3234170-3f78 0
ResourceCustomizationUUID:b7114783-6603-4f51-a9f5-88322d545960
ResourceInvariantUUID:59d1606d-f132-4759-8224-06737fc35f0b
ResourceName:pNF f3234170-3f78
ResourceType:PNF
ResourceUUID:eef00834-428e-4551-9785-c6b99e29ab1b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:19:07.331Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25dda88e-107e-4b0f-9259-a553ac6dbed7 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-22T13:19:07.385Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:19:07.386Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:19:07.386Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:19:07.386Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Trying to download the artifact UUID: 27897caf-5410-45c4-8035-930e13f0ccdf from URL: /sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:07.386Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:19:07.386Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:07.866Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:19:07.881Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar 27897caf-5410-45c4-8035-930e13f0ccdf 82661
2022-03-22T13:19:07.881Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar ASDC sendASDCNotification
2022-03-22T13:19:07.882Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:07.882Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:19:07.882Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:07.884Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:07.885Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955147881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:19:07.987Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T13:19:07.987Z||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-22T13:19:07.987Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:08.023Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:08.024Z||pool-168-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:08.885Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:19:08.886Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:19:08.886Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Trying to write artifact UUID: 27897caf-5410-45c4-8035-930e13f0ccdf, URL: /sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar to file: /app/ASDC/1/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:08.887Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:08.887Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:08.887Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.024Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3798387473052252769/Definitions/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml
2022-03-22T13:19:09.979Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:19:09.980Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|WARN|500||####################################################################################################
2022-03-22T13:19:09.980Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.980Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:19:09.980Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.980Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3234170-3f78 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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|WARN|500||####################################################################################################
2022-03-22T13:19:09.981Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.982Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.982Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Node template pNF f3234170-3f78 0 is matching search criteria
2022-03-22T13:19:09.982Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:19:09.982Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found topology templates [pNF f3234170-3f78 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:19:09.982Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Node template pNF f3234170-3f78 0 is matching search criteria
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found topology templates [pNF f3234170-3f78 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.983Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.984Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:09.985Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:09.985Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_j4KPf375RPw3gQX5nXof
Description:catalog service description
Model UUID:25dda88e-107e-4b0f-9259-a553ac6dbed7
Model Version:NULL
Model InvariantUuid:a7d3316f-3fe4-4ba7-bfda-49a917177942
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-22T13:19:09.991Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: eef00834-428e-4551-9785-c6b99e29ab1b
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-22T13:19:09.994Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||pNF f3234170-3f78 0
2022-03-22T13:19:09.994Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: eef00834-428e-4551-9785-c6b99e29ab1b
2022-03-22T13:19:09.994Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||No resources found for Service: 25dda88e-107e-4b0f-9259-a553ac6dbed7
2022-03-22T13:19:09.994Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Preparing to deploy Service: 25dda88e-107e-4b0f-9259-a553ac6dbed7
2022-03-22T13:19:09.994Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f3234170-3f78 0 eef00834-428e-4551-9785-c6b99e29ab1b 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-22T13:19:09.999Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fd527b8, org.onap.sdc.toscaparser.api.parameters.Input@2f32f352, org.onap.sdc.toscaparser.api.parameters.Input@5ecb023d, org.onap.sdc.toscaparser.api.parameters.Input@68f2e48a, org.onap.sdc.toscaparser.api.parameters.Input@5e2cf6cb]
2022-03-22T13:19:10.000Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:10.000Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:10.000Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500|| resourceSeq for service uuid 25dda88e-107e-4b0f-9259-a553ac6dbed7: pNF f3234170-3f78
2022-03-22T13:19:10.000Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Processing PNF resource: eef00834-428e-4551-9785-c6b99e29ab1b
2022-03-22T13:19:10.000Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:19:10.001Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Service Demo_pNF_j4KPf375RPw3gQX5nXof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:19:10.001Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||Resource customization UUID: b7114783-6603-4f51-a9f5-88322d545960 is the same as notified resource customizationUUID: b7114783-6603-4f51-a9f5-88322d545960
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-22T13:19:10.037Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f3234170-3f78 eef00834-428e-4551-9785-c6b99e29ab1b 0 ASDC deployResourceStructure
2022-03-22T13:19:10.038Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar ASDC sendASDCNotification
2022-03-22T13:19:10.038Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar
2022-03-22T13:19:10.038Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:19:10.038Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:19:10.040Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:19:10.040Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955150038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:19:10.141Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:19:10.142Z||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-22T13:19:10.142Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:10.172Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:10.172Z||pool-169-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:19:11.046Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:19:11.057Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:19:11.059Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:19:11.060Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:19:11.060Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:19:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:19:26.222Z||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-22T13:19:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:19:26.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:19:26.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:19:26.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c15006b-634a-4db2-83c6-7380a5b04d6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955100752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:19:26.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:19:41.060Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:19:41.071Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:19:41.073Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:19:41.073Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:19:41.073Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:20:11.074Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:20:11.090Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:20:11.092Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:20:11.092Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:20:11.093Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:20:26.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:20:26.225Z||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-22T13:20:26.225Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:20:26.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:20:26.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955133656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955130487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955137680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955138183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955132424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955147881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955149394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955149466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955149442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955150471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:20:26.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "cds",
  "timestamp": 1647955150402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-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-22T13:20:26.327Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:20:26.328Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:20:26.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955150471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:20:26.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955143438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "policy-id",
  "timestamp": 1647955151474,
  "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-22T13:20:26.345Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:20:26.345Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:20:26.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955150038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:20:26.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955151476,
  "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-22T13:20:26.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:20:26.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:20:26.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955143819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955152688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955153037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:20:26.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955154924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:20:26.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955155929,
  "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-22T13:20:26.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:20:26.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:20:26.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955160185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:20:26.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:20:26.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/resourceInstances/pnff32341703f780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "aai-ml",
  "timestamp": 1647955161192,
  "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-22T13:20:26.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:20:26.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:20:26.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:20:26.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:26.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:20:26.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955155266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:20:26.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:20:41.093Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:20:41.103Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:20:41.106Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:20:41.106Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:20:41.106Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:20:41.107Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:20:41.107Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:20:41.107Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:20:41.107Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?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-22T13:20:41.111Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:21:11.112Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:21:11.119Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08c9e5d0-77e1-4034-9386-092606d9cb01 and serviceModelVersionId: 25dda88e-107e-4b0f-9259-a553ac6dbed7
2022-03-22T13:21:11.119Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7d3316f-3fe4-4ba7-bfda-49a917177942
2022-03-22T13:21:11.121Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0
2022-03-22T13:21:11.132Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2597b7e2-c474-492a-a270-8ce78b093ce6/model-vers/model-ver/eec0d683-b539-4d88-b343-941308e8ff99?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:21:11.194Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Invoke
2022-03-22T13:21:11.195Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fc5c8d1-6da0-411c-81f7-db2638710740], X-ECOMP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-TransactionId=[], X-ONAP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], Content-Type=[application/merge-patch+json]}
2022-03-22T13:21:12.728Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Invoke
2022-03-22T13:21:12.728Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bd55441-b2c2-498c-8113-52f7c1391e46], X-ECOMP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-TransactionId=[], X-ONAP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], Content-Type=[application/merge-patch+json]}
2022-03-22T13:21:14.264Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Invoke
2022-03-22T13:21:14.265Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ccaf258-2767-4c19-abe3-55f0200abc92], X-ECOMP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], X-TransactionId=[], X-ONAP-RequestID=[08c9e5d0-77e1-4034-9386-092606d9cb01], Content-Type=[application/merge-patch+json]}
2022-03-22T13:21:15.300Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:21:15.301Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:15.301Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:21:15.302Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:15.313Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:15.314Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:21:15.314Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:21:15.315Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:21:15.319Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:21:15.319Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955275314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:21:15.419Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:21:15.420Z||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-22T13:21:15.421Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:15.494Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:21:15.496Z||pool-170-thread-1|||||INFO|500||cambria reply ok (76 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-22T13:21:16.338Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:21:16.339Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:16.339Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:21:26.222Z||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-22T13:21:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:26.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:21:26.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:21:26.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955174564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955176572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ4kpf375rpw3gqx5nxof/1.0/artifacts/service-DemoPnfJ4kpf375rpw3gqx5nxof-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:21:26.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "clamp",
  "timestamp": 1647955177576,
  "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-22T13:21:26.261Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08c9e5d0-77e1-4034-9386-092606d9cb01
2022-03-22T13:21:26.261Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08c9e5d0-77e1-4034-9386-092606d9cb01 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-22T13:21:26.652Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:21:26.653Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:21:26.653Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:26.653Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:36.211Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:21:36.211Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:21:36.212Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:36.212Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:45.769Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:21:45.770Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:21:45.771Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:21:45.771Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:21:55.337Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:26.217Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:22:26.220Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:22:26.221Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:22:26.222Z||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-22T13:22:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:26.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:26.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:22:26.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08c9e5d0-77e1-4034-9386-092606d9cb01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955275314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:22:26.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:22:26.880Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:26.881Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||received message from topic
2022-03-22T13:22:26.881Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"06a8369d-4ce5-43ca-9e94-44c9802fcbab","serviceName":"vFW 2022-03-22 13-20-13","serviceVersion":"1.0","serviceUUID":"c0813832-dbe6-42ed-8ae8-24b22999ece9","serviceDescription":"catalog service description","serviceInvariantUUID":"87df795a-45d7-4e44-bc84-324d386019ea","resources":[{"resourceInstanceName":"vFW 6cbefe2f-fc72 0","resourceName":"vFW 6cbefe2f-fc72","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a25f017-7560-4b54-ae62-790fb8f1a879","resourceInvariantUUID":"74c94f04-749c-4eac-94dd-0e67f458ee82","resourceCustomizationUUID":"9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml","artifactChecksum":"YTY5YTE3ODI0ODJkMzdlNWZiNjlmYzNjZWFkNTg5MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d463ef87-d06e-414d-805d-6c99b0e96a09","artifactVersion":"1"},{"artifactName":"vfw6cbefe2ffc720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json","artifactChecksum":"ZmY3OWZkMTNmN2U5YmUzNGI4MjE5NDU1NDAwZGE0MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59f13061-be41-4709-8154-d32a881b21e3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"94aead4e-92e3-45ef-b74b-582eed73d166","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ5NjIxOWVhZjFlYTVkNjI2ZTcyMWYxMjQ5MDEyZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb5233d5-108f-4f29-8b72-e96098995716","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f507f1d5-6d18-47cc-b612-579a08f63b99","artifactVersion":"2","generatedFromUUID":"94aead4e-92e3-45ef-b74b-582eed73d166"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322132013-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml","artifactChecksum":"NDIwMTE2YWQwYTkwNTZmZGVkMmRjYTUyMGFiN2Q4NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0dc99c2b-6c33-4c06-8380-10e0896beb6e","artifactVersion":"1"},{"artifactName":"service-Vfw20220322132013-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar","artifactChecksum":"NTU3ZDc1ZTEwMGY1ZGQwNGZjNTRhMWJjZDc0MTU2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"844e6388-0616-49ac-a632-7f85c5ff6b88","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:22:26.888Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:26.888Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:26.891Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:26.891Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:22:26.991Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:26.992Z||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-22T13:22:26.992Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:27.016Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:27.017Z||pool-171-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:27.892Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:27.898Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:27.906Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:27.907Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:22:28.002Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-22T13:22:28.002Z||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-22T13:22:28.002Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:28.064Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:28.065Z||pool-172-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:22:28.908Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:28.909Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:28.912Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:28.912Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:22:29.012Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:29.014Z||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-22T13:22:29.014Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:29.042Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:29.043Z||pool-173-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:29.913Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:29.914Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:29.917Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:29.917Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:22:30.017Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:22:30.018Z||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-22T13:22:30.018Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:30.053Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:30.054Z||pool-174-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:30.918Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:30.919Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:30.921Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:30.922Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:22:31.022Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:31.023Z||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-22T13:22:31.023Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:31.047Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:31.048Z||pool-175-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:22:31.922Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:31.923Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:31.926Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:31.926Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:22:32.026Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:32.027Z||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-22T13:22:32.027Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:32.039Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:32.039Z||pool-176-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:32.926Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:22:32.927Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:32.929Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:32.929Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:22:33.030Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:33.031Z||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-22T13:22:33.031Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:33.046Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:33.046Z||pool-177-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:22:33.933Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "serviceName": "vFW 2022-03-22 13-20-13",
  "serviceVersion": "1.0",
  "serviceUUID": "c0813832-dbe6-42ed-8ae8-24b22999ece9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "87df795a-45d7-4e44-bc84-324d386019ea",
  "resources": [
    {
      "resourceInstanceName": "vFW 6cbefe2f-fc72 0",
      "resourceCustomizationUUID": "9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90",
      "resourceName": "vFW 6cbefe2f-fc72",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a25f017-7560-4b54-ae62-790fb8f1a879",
      "resourceInvariantUUID": "74c94f04-749c-4eac-94dd-0e67f458ee82",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6cbefe2ffc720_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
          "artifactChecksum": "ZmY3OWZkMTNmN2U5YmUzNGI4MjE5NDU1NDAwZGE0MDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59f13061-be41-4709-8154-d32a881b21e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "94aead4e-92e3-45ef-b74b-582eed73d166",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f507f1d5-6d18-47cc-b612-579a08f63b99",
            "generatedFromUUID": "94aead4e-92e3-45ef-b74b-582eed73d166"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f507f1d5-6d18-47cc-b612-579a08f63b99",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322132013-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
      "artifactChecksum": "NTU3ZDc1ZTEwMGY1ZGQwNGZjNTRhMWJjZDc0MTU2MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "844e6388-0616-49ac-a632-7f85c5ff6b88"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:22:33.933Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:22:33.934Z|08c9e5d0-77e1-4034-9386-092606d9cb01|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0813832-dbe6-42ed-8ae8-24b22999ece9 ASDC
2022-03-22T13:22:33.935Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||ASDC Notification:
DistributionID:06a8369d-4ce5-43ca-9e94-44c9802fcbab
ServiceName:vFW 2022-03-22 13-20-13
ServiceVersion:1.0
ServiceUUID:c0813832-dbe6-42ed-8ae8-24b22999ece9
ServiceInvariantUUID:87df795a-45d7-4e44-bc84-324d386019ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322132013-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar
ArtifactUUID:844e6388-0616-49ac-a632-7f85c5ff6b88
ArtifactChecksum:NTU3ZDc1ZTEwMGY1ZGQwNGZjNTRhMWJjZDc0MTU2MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6cbefe2f-fc72 0
ResourceCustomizationUUID:9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90
ResourceInvariantUUID:74c94f04-749c-4eac-94dd-0e67f458ee82
ResourceName:vFW 6cbefe2f-fc72
ResourceType:VF
ResourceUUID:4a25f017-7560-4b54-ae62-790fb8f1a879
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6cbefe2ffc720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json
ArtifactUUID:59f13061-be41-4709-8154-d32a881b21e3
ArtifactChecksum:ZmY3OWZkMTNmN2U5YmUzNGI4MjE5NDU1NDAwZGE0MDM=
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/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml
ArtifactUUID:94aead4e-92e3-45ef-b74b-582eed73d166
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/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
ArtifactUUID:f507f1d5-6d18-47cc-b612-579a08f63b99
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/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
ArtifactUUID:f507f1d5-6d18-47cc-b612-579a08f63b99
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:22:33.935Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0813832-dbe6-42ed-8ae8-24b22999ece9 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-22T13:22:33.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:22:33.996Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:22:33.996Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:22:33.996Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Trying to download the artifact UUID: 844e6388-0616-49ac-a632-7f85c5ff6b88 from URL: /sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:33.996Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:22:33.997Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:34.543Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:22:34.550Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar 844e6388-0616-49ac-a632-7f85c5ff6b88 98986
2022-03-22T13:22:34.550Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar ASDC sendASDCNotification
2022-03-22T13:22:34.551Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:34.551Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:22:34.551Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:34.557Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:34.557Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955354550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:22:34.657Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-22T13:22:34.658Z||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-22T13:22:34.658Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:34.672Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:34.673Z||pool-178-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:22:35.563Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:22:35.567Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:22:35.567Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Trying to write artifact UUID: 844e6388-0616-49ac-a632-7f85c5ff6b88, URL: /sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar to file: /app/ASDC/1/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:35.568Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322132013-csar.csar
2022-03-22T13:22:35.568Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:35.568Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:35.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6600343682379937015/Definitions/service-Vfw20220322132013-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-22T13:22:38.976Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:22:38.977Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|WARN|500||####################################################################################################
2022-03-22T13:22:38.977Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.977Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:22:38.977Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.977Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6cbefe2f-fc72 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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.978Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-Vfw20220322132013-csar.csar
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|WARN|500||####################################################################################################
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:38.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:22:38.981Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:22:38.981Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.981Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.981Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.981Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:38.982Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:38.982Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:22:38.982Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.982Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.982Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.983Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.984Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:22:38.985Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.985Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:38.985Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:38.985Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.985Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:38.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:38.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:22:38.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:38.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:22:38.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:22:38.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:22:38.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8be69762-908c-488d-9005-7da663221ef8
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:38.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:38.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:22:38.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:22:38.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:22:38.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78bb373-eb85-403a-975f-5d894b447859
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:22:38.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e291edb-183d-404e-8e71-1609ab484fa2
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:38.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-20-13
Description:catalog service description
Model UUID:c0813832-dbe6-42ed-8ae8-24b22999ece9
Model Version:NULL
Model InvariantUuid:87df795a-45d7-4e44-bc84-324d386019ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6cbefe2f-fc72
Model UUID:60d83473-2039-431f-a41d-b909ccaf04ac
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74c94f04-749c-4eac-94dd-0e67f458ee82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec578f0a-5dc1-4de0-bea1-11f0c5443c47
ModelName:Vfw6cbefe2fFc72..base_vfw..module-0
ModelUuid:eab7c0d6-03ff-464c-9062-66bf9a5fec29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8be69762-908c-488d-9005-7da663221ef8
ModelInvariantUuid:2848e9fd-a490-4693-b318-98a00b814574
ModelName:vFW 6cbefe2f-fc72-nodes.vfwCvfc
ModelUuid:7723eb11-931f-41eb-9261-d242d7eac0bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:42d23635-275c-421a-983e-d68afff869fc
ModelInvariantUuid:4a0e2545-b2e9-4f62-97de-94f30c4191d8
ModelName:Vfw6cbefe2fFc72.compute.nodes.heat.vfw
ModelUuid:9bf51d0e-3673-453a-90fd-cf3e8f73c692
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a78bb373-eb85-403a-975f-5d894b447859
ModelInvariantUuid:9fe53c09-a635-4318-8b5a-94fb5392849c
ModelName:vFW 6cbefe2f-fc72-nodes.vsnCvfc
ModelUuid:dcd2247a-34ea-4d89-969e-bcd981f2d4c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3a53c2ff-3516-43a1-84df-c1ce8b816ba5
ModelInvariantUuid:80dbbfb0-54ee-4147-925c-8c6a07dd56b8
ModelName:Vfw6cbefe2fFc72.compute.nodes.heat.vsn
ModelUuid:e450fa06-e9f0-400a-8a46-4e68f704cf81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8e291edb-183d-404e-8e71-1609ab484fa2
ModelInvariantUuid:89f0ba5f-2e79-4787-a611-7ab674a0781a
ModelName:vFW 6cbefe2f-fc72-nodes.vpgCvfc
ModelUuid:067598e2-9750-4da2-aa61-6df0d3885b97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f5f903d7-597d-4274-abb3-14db88ea21ef
ModelInvariantUuid:ca10edac-0809-4308-bc69-9c6341f88990
ModelName:Vfw6cbefe2fFc72.compute.nodes.heat.vpg
ModelUuid:073a7644-e160-4ee5-91aa-7d54312e93b8
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-22T13:22:39.006Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4a25f017-7560-4b54-ae62-790fb8f1a879
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-22T13:22:39.010Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||vFW 6cbefe2f-fc72 0
2022-03-22T13:22:39.010Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4a25f017-7560-4b54-ae62-790fb8f1a879
2022-03-22T13:22:39.010Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Trying to download the artifact UUID: 59f13061-be41-4709-8154-d32a881b21e3 from URL: /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json
2022-03-22T13:22:39.010Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:22:39.011Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json
2022-03-22T13:22:40.104Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:22:40.105Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json 59f13061-be41-4709-8154-d32a881b21e3 785
2022-03-22T13:22:40.105Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json ASDC sendASDCNotification
2022-03-22T13:22:40.105Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json
2022-03-22T13:22:40.105Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:22:40.106Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:40.108Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:40.108Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955360105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:22:40.210Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T13:22:40.211Z||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-22T13:22:40.212Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:40.225Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:40.226Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:41.109Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6cbefe2fFc72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ec578f0a-5dc1-4de0-bea1-11f0c5443c47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eab7c0d6-03ff-464c-9062-66bf9a5fec29",
    "vfModuleModelCustomizationUUID": "549cf238-6826-4ab1-8e1c-d89089c5c497",
    "isBase": true,
    "artifacts": [
      "94aead4e-92e3-45ef-b74b-582eed73d166",
      "f507f1d5-6d18-47cc-b612-579a08f63b99"
    ],
    "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-22T13:22:41.114Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6cbefe2fFc72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eab7c0d6-03ff-464c-9062-66bf9a5fec29
VfModuleModelInvariantUUID:ec578f0a-5dc1-4de0-bea1-11f0c5443c47
VfModuleModelDescription:NULL
Artifacts UUID List:{
94aead4e-92e3-45ef-b74b-582eed73d166
,
f507f1d5-6d18-47cc-b612-579a08f63b99

}
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-22T13:22:41.117Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6cbefe2fFc72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ec578f0a-5dc1-4de0-bea1-11f0c5443c47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eab7c0d6-03ff-464c-9062-66bf9a5fec29",
    "vfModuleModelCustomizationUUID": "549cf238-6826-4ab1-8e1c-d89089c5c497",
    "isBase": true,
    "artifacts": [
      "94aead4e-92e3-45ef-b74b-582eed73d166",
      "f507f1d5-6d18-47cc-b612-579a08f63b99"
    ],
    "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-22T13:22:41.118Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6cbefe2fFc72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eab7c0d6-03ff-464c-9062-66bf9a5fec29
VfModuleModelInvariantUUID:ec578f0a-5dc1-4de0-bea1-11f0c5443c47
VfModuleModelDescription:NULL
Artifacts UUID List:{
94aead4e-92e3-45ef-b74b-582eed73d166
,
f507f1d5-6d18-47cc-b612-579a08f63b99

}
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-22T13:22:41.118Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Trying to download the artifact UUID: 94aead4e-92e3-45ef-b74b-582eed73d166 from URL: /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml
2022-03-22T13:22:41.118Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:22:41.118Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml
2022-03-22T13:22:41.949Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:22:41.950Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml 94aead4e-92e3-45ef-b74b-582eed73d166 20368
2022-03-22T13:22:41.950Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:22:41.951Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml
2022-03-22T13:22:41.951Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:22:41.951Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:41.953Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:41.954Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955361950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:22:42.054Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:42.055Z||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-22T13:22:42.055Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:42.077Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:42.078Z||pool-180-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:42.954Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Trying to download the artifact UUID: f507f1d5-6d18-47cc-b612-579a08f63b99 from URL: /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
2022-03-22T13:22:42.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:22:42.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
2022-03-22T13:22:43.506Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:22:43.507Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env f507f1d5-6d18-47cc-b612-579a08f63b99 2098
2022-03-22T13:22:43.507Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:22:43.507Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
2022-03-22T13:22:43.507Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:22:43.508Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:43.509Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:43.510Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955363507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:22:43.610Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:22:43.610Z||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-22T13:22:43.610Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:43.623Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:43.624Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:44.510Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Preparing to deploy Service: c0813832-dbe6-42ed-8ae8-24b22999ece9
2022-03-22T13:22:44.511Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6cbefe2f-fc72 0 4a25f017-7560-4b54-ae62-790fb8f1a879 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-22T13:22:44.534Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11100b9b, org.onap.sdc.toscaparser.api.parameters.Input@3febdf20, org.onap.sdc.toscaparser.api.parameters.Input@e4b63b3, org.onap.sdc.toscaparser.api.parameters.Input@6f49eb97, org.onap.sdc.toscaparser.api.parameters.Input@7e946936]
2022-03-22T13:22:44.540Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.540Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.541Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:22:44.541Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||VFCustomizationUUID= 9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90
2022-03-22T13:22:44.541Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90 matches Tosca VF Customization UUID: 9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90
2022-03-22T13:22:44.541Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||vfCustomizationUUID: 9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90  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-22T13:22:44.551Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.552Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.555Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||resource request for resource customization id 9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90: {\"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-22T13:22:44.556Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a514a37
2022-03-22T13:22:44.556Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.556Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:22:44.557Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 549cf238-6826-4ab1-8e1c-d89089c5c497
2022-03-22T13:22:44.558Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 549cf238-6826-4ab1-8e1c-d89089c5c497
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-22T13:22:44.562Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.563Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.563Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:44.564Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.564Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.564Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:44.565Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.566Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:44.566Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:44.566Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:22:44.567Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:44.567Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:22:44.567Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:22:44.568Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.568Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.569Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:22:44.569Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.569Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:22:44.570Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.570Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8be69762-908c-488d-9005-7da663221ef8
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-22T13:22:44.574Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.575Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.575Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:44.575Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.575Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:44.576Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:44.576Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:22:44.576Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.576Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.577Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:22:44.578Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.578Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:44.578Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:22:44.578Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:22:44.579Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.579Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:22:44.579Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.580Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78bb373-eb85-403a-975f-5d894b447859
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-22T13:22:44.583Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.583Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.584Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:44.584Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.584Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is not matching search criteria
2022-03-22T13:22:44.585Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:22:44.585Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:22:44.585Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.585Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.586Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:22:44.586Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.587Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:22:44.587Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:22:44.587Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:22:44.587Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:22:44.588Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:22:44.588Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:22:44.590Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e291edb-183d-404e-8e71-1609ab484fa2
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-22T13:22:44.594Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.598Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.598Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:22:44.599Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.599Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Node template vFW 6cbefe2f-fc72 0 is matching search criteria
2022-03-22T13:22:44.599Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found topology templates [vFW 6cbefe2f-fc72 0] matching following query criteria: sdcType=VF, customizationUUID=9a04d99d-5a32-42fc-8d8c-d3a21a6b1c90
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-22T13:22:44.604Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.604Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.605Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500|| resourceSeq for service uuid c0813832-dbe6-42ed-8ae8-24b22999ece9: vFW 6cbefe2f-fc72
2022-03-22T13:22:44.605Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.605Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.606Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.606Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.606Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.606Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.607Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.607Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.607Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:22:44.607Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Service vFW 2022-03-22 13-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:22:44.607Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||Saving Service: vFW 2022-03-22 13-20-13 
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-22T13:22:45.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6cbefe2f-fc72 4a25f017-7560-4b54-ae62-790fb8f1a879 1 ASDC deployResourceStructure
2022-03-22T13:22:45.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json ASDC sendASDCNotification
2022-03-22T13:22:45.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json
2022-03-22T13:22:45.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:22:45.016Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:45.018Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:45.018Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955365015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:22:45.118Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:45.119Z||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-22T13:22:45.119Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:45.160Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:45.160Z||pool-182-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:46.019Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:22:46.019Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml
2022-03-22T13:22:46.020Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:22:46.020Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:46.022Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:46.022Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955366019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:22:46.122Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:46.124Z||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-22T13:22:46.124Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:46.162Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:46.163Z||pool-183-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:47.023Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:22:47.024Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env
2022-03-22T13:22:47.024Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:22:47.025Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:47.027Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:47.027Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955367023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:22:47.128Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:22:47.129Z||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-22T13:22:47.129Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:47.150Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:47.150Z||pool-184-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:48.029Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar ASDC sendASDCNotification
2022-03-22T13:22:48.029Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar
2022-03-22T13:22:48.030Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:22:48.031Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:22:48.033Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:22:48.033Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955368029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:22:48.133Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:22:48.135Z||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-22T13:22:48.135Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:22:48.173Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:22:48.174Z||pool-185-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:22:49.034Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:22:49.057Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:22:49.060Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:22:49.061Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:22:49.061Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:23:19.061Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:23:19.069Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:23:19.071Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:23:19.071Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:23:19.071Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:23:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:23:26.222Z||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-22T13:23:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:23:26.263Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:23:26.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955312424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955313656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955317680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955318184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955328877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955328846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955329064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "cds",
  "timestamp": 1647955329865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-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-22T13:23:26.292Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:23:26.293Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:23:26.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955330069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:23:26.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955323438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955323819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955330737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "policy-id",
  "timestamp": 1647955331077,
  "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-22T13:23:26.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:23:26.308Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:23:26.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955331788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955332087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955332334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955333367,
  "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-22T13:23:26.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:23:26.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:23:26.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955334371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:23:26.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955335526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955336538,
  "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-22T13:23:26.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:23:26.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:23:26.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:23:26.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955335266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:23:26.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:23:26.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:23:26.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955346585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:23:26.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:23:49.072Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:23:49.083Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:23:49.086Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:23:49.086Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:23:49.086Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:24:19.087Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:24:19.109Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:24:19.113Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:24:19.113Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:24:19.113Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:24:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:24:26.222Z||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-22T13:24:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:24:26.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:24:26.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:24:26.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "aai-ml",
  "timestamp": 1647955347589,
  "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-22T13:24:26.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:24:26.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:24:49.113Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:24:49.132Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:24:49.135Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:24:49.135Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:24:49.136Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:24:49.136Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:24:49.136Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:24:49.136Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?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-22T13:24:49.145Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:25:19.146Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:25:19.153Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06a8369d-4ce5-43ca-9e94-44c9802fcbab and serviceModelVersionId: c0813832-dbe6-42ed-8ae8-24b22999ece9
2022-03-22T13:25:19.153Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87df795a-45d7-4e44-bc84-324d386019ea
2022-03-22T13:25:19.160Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0
2022-03-22T13:25:19.165Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:25:19.208Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d3316f-3fe4-4ba7-bfda-49a917177942/model-vers/model-ver/25dda88e-107e-4b0f-9259-a553ac6dbed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:19.212Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Invoke
2022-03-22T13:25:20.758Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:20.761Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Invoke
2022-03-22T13:25:22.296Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:22.297Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Invoke
2022-03-22T13:25:23.334Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:25:23.335Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:23.336Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:25:23.336Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:23.343Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:23.343Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:25:23.344Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:25:23.344Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:25:23.348Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:25:23.348Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||try to send status {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955523343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:25:23.447Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:25:23.449Z||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-22T13:25:23.449Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:25:23.465Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:25:23.466Z||pool-186-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:25:24.361Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:25:24.361Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:24.362Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:25:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:25:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:25:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:25:26.253Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:25:26.254Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.254Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:25:26.255Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.255Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.255Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.256Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955352602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:25:26.257Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955346217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955354608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.258Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "clamp",
  "timestamp": 1647955355612,
  "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-22T13:25:26.262Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06a8369d-4ce5-43ca-9e94-44c9802fcbab
2022-03-22T13:25:26.263Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 06a8369d-4ce5-43ca-9e94-44c9802fcbab 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-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955354550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955360105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955361950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.269Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955363507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955365015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/vfw6cbefe2ffc720_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955366019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955367023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/resourceInstances/vfw6cbefe2ffc720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:25:26.270Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955368029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132013/1.0/artifacts/service-Vfw20220322132013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:25:26.271Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:25:34.670Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:25:34.671Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:25:34.672Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:34.672Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:25:44.230Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:25:44.231Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:25:44.232Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:25:44.232Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:25:53.807Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:26:26.217Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:26:26.218Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:26:26.218Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:26:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:26:26.222Z||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-22T13:26:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:26:26.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:26:26.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:26:26.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a8369d-4ce5-43ca-9e94-44c9802fcbab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955523343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:26:26.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:26:35.817Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:27:26.217Z||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-22T13:27:26.217Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:27:26.221Z||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-22T13:27:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:27.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:27.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T13:27:27.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e925a1e4-c146-4a82-904e-27115890cc45","serviceName":"Demo_pNF_sPtjBgGFvBqjsknKmf33","serviceVersion":"1.0","serviceUUID":"a78dced0-12a1-48c9-8626-736950c26797","serviceDescription":"catalog service description","serviceInvariantUUID":"bd640168-7cf3-4794-af82-b1187835c811","resources":[{"resourceInstanceName":"pNF 80197f05-d096 0","resourceName":"pNF 80197f05-d096","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"907c49a8-88ea-408c-bb0c-7e5903899437","resourceInvariantUUID":"53f966ad-ce83-4ba3-be09-440ba54b171c","resourceCustomizationUUID":"3d93b0e7-100b-4aaf-ba7c-04b670fbeef6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ0YWE2NWYyYzIyOTEzM2RmMjBkODQ5MTEyOWYxM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b4cf792-a666-4520-8525-14fefdbd2057","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5162f36c-08b3-49d7-808c-c98e749f9815","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2362e6d5-7f96-4a8c-8894-eb7119fb85ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml","artifactChecksum":"MjRkNjU3NmUwNDA5YWI4NTNmNTYxOThlZjdmZjU4NzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c132d1a7-8a52-44d1-a7ac-6dd246bcd60d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad0c6d19-8274-4072-8747-2396ec63969f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4142234-d453-4bc9-8bc9-503e5676c4aa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSptjbggfvbqjsknkmf33-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml","artifactChecksum":"ODAxYTFkMjc0ZDhiZjU3NTVhZmU1NTIwMTg1ZGQ5NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e945b442-9de6-4c62-9284-fc5e51bf8013","artifactVersion":"1"},{"artifactName":"service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar","artifactChecksum":"NTZhYmQ5Y2E4NjU2ZDgzZGEzYTQwZmYxMDM0NDYzZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f09b40a-c4a0-4865-b216-8dba1259759d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:27:27.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:27.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:27.522Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:27.522Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:27.620Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-22T13:27:27.621Z||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-22T13:27:27.621Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:27.637Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:27.637Z||pool-187-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:27:27.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:27.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:27:27.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:27.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:27:28.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:28.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:28.527Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:28.527Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:28.628Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-22T13:27:28.629Z||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-22T13:27:28.629Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:28.648Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:28.648Z||pool-188-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:29.530Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:29.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:29.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:29.535Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:29.639Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-22T13:27:29.640Z||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-22T13:27:29.640Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:29.669Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:29.670Z||pool-189-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:27:30.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:30.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:30.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:30.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:30.641Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:27:30.642Z||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-22T13:27:30.642Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:30.653Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:30.653Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:31.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:31.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:31.545Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:31.545Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:31.646Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:27:31.647Z||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-22T13:27:31.647Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:31.666Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:31.667Z||pool-191-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:32.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:32.547Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:32.550Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:32.550Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:32.650Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:27:32.651Z||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-22T13:27:32.651Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:32.664Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:32.665Z||pool-192-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:33.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:33.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:33.554Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:33.554Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:27:33.654Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:27:33.655Z||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-22T13:27:33.655Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:33.690Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:33.690Z||pool-193-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:34.555Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:27:34.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:34.558Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:34.558Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:27:34.659Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:27:34.660Z||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-22T13:27:34.660Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:34.673Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:34.673Z||pool-194-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:35.559Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "serviceName": "Demo_pNF_sPtjBgGFvBqjsknKmf33",
  "serviceVersion": "1.0",
  "serviceUUID": "a78dced0-12a1-48c9-8626-736950c26797",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bd640168-7cf3-4794-af82-b1187835c811",
  "resources": [
    {
      "resourceInstanceName": "pNF 80197f05-d096 0",
      "resourceCustomizationUUID": "3d93b0e7-100b-4aaf-ba7c-04b670fbeef6",
      "resourceName": "pNF 80197f05-d096",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "907c49a8-88ea-408c-bb0c-7e5903899437",
      "resourceInvariantUUID": "53f966ad-ce83-4ba3-be09-440ba54b171c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
      "artifactChecksum": "NTZhYmQ5Y2E4NjU2ZDgzZGEzYTQwZmYxMDM0NDYzZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f09b40a-c4a0-4865-b216-8dba1259759d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:27:35.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:27:35.560Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a78dced0-12a1-48c9-8626-736950c26797 ASDC
2022-03-22T13:27:35.560Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e925a1e4-c146-4a82-904e-27115890cc45
ServiceName:Demo_pNF_sPtjBgGFvBqjsknKmf33
ServiceVersion:1.0
ServiceUUID:a78dced0-12a1-48c9-8626-736950c26797
ServiceInvariantUUID:bd640168-7cf3-4794-af82-b1187835c811
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
ArtifactUUID:4f09b40a-c4a0-4865-b216-8dba1259759d
ArtifactChecksum:NTZhYmQ5Y2E4NjU2ZDgzZGEzYTQwZmYxMDM0NDYzZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 80197f05-d096 0
ResourceCustomizationUUID:3d93b0e7-100b-4aaf-ba7c-04b670fbeef6
ResourceInvariantUUID:53f966ad-ce83-4ba3-be09-440ba54b171c
ResourceName:pNF 80197f05-d096
ResourceType:PNF
ResourceUUID:907c49a8-88ea-408c-bb0c-7e5903899437
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:27:35.560Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a78dced0-12a1-48c9-8626-736950c26797 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-22T13:27:35.597Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:27:35.599Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T13:27:35.599Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T13:27:35.599Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f09b40a-c4a0-4865-b216-8dba1259759d from URL: /sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:35.600Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T13:27:35.600Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:36.053Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T13:27:36.059Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar 4f09b40a-c4a0-4865-b216-8dba1259759d 82648
2022-03-22T13:27:36.060Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar ASDC sendASDCNotification
2022-03-22T13:27:36.060Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:36.061Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:27:36.061Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:36.064Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:36.064Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955656060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:27:36.164Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:27:36.165Z||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-22T13:27:36.165Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:36.179Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:36.179Z||pool-195-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:37.065Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:27:37.067Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T13:27:37.067Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4f09b40a-c4a0-4865-b216-8dba1259759d, URL: /sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar to file: /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:37.067Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:37.068Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:37.068Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:37.265Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1677754200060864348/Definitions/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml
2022-03-22T13:27:38.516Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:27:38.517Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T13:27:38.519Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.519Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 80197f05-d096 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-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|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-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.520Z|e925a1e4-c146-4a82-904e-27115890cc45|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-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.521Z|e925a1e4-c146-4a82-904e-27115890cc45|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-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.521Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T13:27:38.521Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.521Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.522Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Node template pNF 80197f05-d096 0 is matching search criteria
2022-03-22T13:27:38.522Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T13:27:38.522Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 80197f05-d096 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Node template pNF 80197f05-d096 0 is matching search criteria
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 80197f05-d096 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:27:38.523Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.524Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.524Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.524Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.524Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.524Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.525Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.525Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.525Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.525Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.525Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sPtjBgGFvBqjsknKmf33
Description:catalog service description
Model UUID:a78dced0-12a1-48c9-8626-736950c26797
Model Version:NULL
Model InvariantUuid:bd640168-7cf3-4794-af82-b1187835c811
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-22T13:27:38.538Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 907c49a8-88ea-408c-bb0c-7e5903899437
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-22T13:27:38.543Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||pNF 80197f05-d096 0
2022-03-22T13:27:38.543Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 907c49a8-88ea-408c-bb0c-7e5903899437
2022-03-22T13:27:38.543Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a78dced0-12a1-48c9-8626-736950c26797
2022-03-22T13:27:38.544Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a78dced0-12a1-48c9-8626-736950c26797
2022-03-22T13:27:38.544Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 80197f05-d096 0 907c49a8-88ea-408c-bb0c-7e5903899437 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-22T13:27:38.552Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2eba6551, org.onap.sdc.toscaparser.api.parameters.Input@4b2dbded, org.onap.sdc.toscaparser.api.parameters.Input@6864f5ce, org.onap.sdc.toscaparser.api.parameters.Input@1893d053, org.onap.sdc.toscaparser.api.parameters.Input@657eaefd]
2022-03-22T13:27:38.553Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.553Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.554Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a78dced0-12a1-48c9-8626-736950c26797: pNF 80197f05-d096
2022-03-22T13:27:38.554Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Processing PNF resource: 907c49a8-88ea-408c-bb0c-7e5903899437
2022-03-22T13:27:38.554Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:27:38.554Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sPtjBgGFvBqjsknKmf33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:27:38.555Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||Resource customization UUID: 3d93b0e7-100b-4aaf-ba7c-04b670fbeef6 is the same as notified resource customizationUUID: 3d93b0e7-100b-4aaf-ba7c-04b670fbeef6
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-22T13:27:38.597Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 80197f05-d096 907c49a8-88ea-408c-bb0c-7e5903899437 0 ASDC deployResourceStructure
2022-03-22T13:27:38.597Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar ASDC sendASDCNotification
2022-03-22T13:27:38.597Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar
2022-03-22T13:27:38.597Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:27:38.598Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:27:38.599Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:27:38.599Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955658597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:27:38.699Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:27:38.700Z||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-22T13:27:38.700Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:27:38.711Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:27:38.711Z||pool-196-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:27:39.600Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:27:39.608Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:27:39.609Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:27:39.609Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:27:39.610Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:28:09.610Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:28:09.619Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:28:09.621Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:28:09.621Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:28:09.621Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:28:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:28:26.222Z||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-22T13:28:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:28:26.283Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:28:26.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:28:26.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:28:26.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:28:39.621Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:28:39.631Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:28:39.633Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:28:39.633Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:28:39.633Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:29:09.634Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:29:09.645Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:29:09.647Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:29:09.648Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:29:09.648Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:29:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:29:26.222Z||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-22T13:29:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:29:26.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:29:26.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955646217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955647680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955656060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955657664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "cds",
  "timestamp": 1647955658679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-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-22T13:29:26.790Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.791Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:26.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955652424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955658597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:29:26.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955653438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955653656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955653819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955662645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955662928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955662972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955663969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955664794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:29:26.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955664975,
  "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-22T13:29:26.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:26.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955658182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955665798,
  "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-22T13:29:26.833Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.833Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:26.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955667475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955668483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "policy-id",
  "timestamp": 1647955669486,
  "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-22T13:29:26.852Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.852Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:26.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955670466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/resourceInstances/pnf80197f05d0960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "aai-ml",
  "timestamp": 1647955671473,
  "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-22T13:29:26.868Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:26.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:29:26.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955665266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955682651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955685653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSptjbggfvbqjsknkmf33/1.0/artifacts/service-DemoPnfSptjbggfvbqjsknkmf33-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:29:26.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "clamp",
  "timestamp": 1647955686657,
  "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-22T13:29:26.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e925a1e4-c146-4a82-904e-27115890cc45
2022-03-22T13:29:26.883Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:29:39.648Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:29:39.671Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:29:39.674Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:29:39.674Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:29:39.674Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:29:39.675Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:29:39.675Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:29:39.675Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:29:39.675Z|e925a1e4-c146-4a82-904e-27115890cc45|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-22T13:29:39.679Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:30:09.679Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:30:09.686Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e925a1e4-c146-4a82-904e-27115890cc45 and serviceModelVersionId: a78dced0-12a1-48c9-8626-736950c26797
2022-03-22T13:30:09.686Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd640168-7cf3-4794-af82-b1187835c811
2022-03-22T13:30:09.689Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0
2022-03-22T13:30:09.694Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:30:09.763Z|e925a1e4-c146-4a82-904e-27115890cc45|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/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:09.765Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Invoke
2022-03-22T13:30:11.287Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:11.288Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Invoke
2022-03-22T13:30:12.827Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:12.829Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Invoke
2022-03-22T13:30:13.861Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:30:13.863Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:13.863Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:30:13.864Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:13.867Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:13.867Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e925a1e4-c146-4a82-904e-27115890cc45 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-22T13:30:13.868Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:30:13.868Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:30:13.869Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:30:13.870Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955813867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:30:13.970Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:30:13.971Z||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-22T13:30:13.971Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:30:13.988Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:30:13.988Z||pool-197-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:30:14.882Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:30:14.882Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:14.883Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:30:25.264Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:30:25.266Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:30:25.267Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:25.267Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:30:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:30:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:30:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:30:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:30:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:30:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e925a1e4-c146-4a82-904e-27115890cc45",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955813867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:30:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:30:34.822Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:30:34.823Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:30:34.823Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:30:34.823Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:30:44.381Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:31:26.217Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:31:26.219Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:31:26.219Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:31:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:31:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:31:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:31:35.789Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:31:35.800Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:26.217Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:32:26.218Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:32:26.218Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:32:26.221Z||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-22T13:32:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:26.855Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:26.857Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||received message from topic
2022-03-22T13:32:26.857Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"fdf467d1-1acf-4020-a20a-901c78153284","serviceName":"vFW 2022-03-22 13-29-39","serviceVersion":"1.0","serviceUUID":"963c4ae7-30c7-4954-82f4-2b34c3abdd04","serviceDescription":"catalog service description","serviceInvariantUUID":"e1e3e73e-1946-4120-9b11-221ef863fb72","resources":[{"resourceInstanceName":"vFW fc6857a2-1534 0","resourceName":"vFW fc6857a2-1534","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6f33225-ef69-473c-9bcb-8dd4b430b087","resourceInvariantUUID":"893a892e-cc62-47f3-a010-90fca858ee35","resourceCustomizationUUID":"eb49d68b-05de-462b-a8a1-7251cc8dcdf5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml","artifactChecksum":"YzMzYjJiYTUzYjUyN2U4YjliYTg4Y2EzYTBiYmY1ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c436c90-2c5b-4f98-b0d7-e2dd3a3d4610","artifactVersion":"1"},{"artifactName":"vfwfc6857a215340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json","artifactChecksum":"MDMwZTliNmMxMDk1YjhiYTRiNzdhYjViYzRmOWFiYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5d33828-79b6-4cb8-8456-f64b6e80e003","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"156229d6-efaf-4f6e-93d7-1c647724fdf9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml","artifactChecksum":"YWZiMDZkZWVkNWViZTA2NGUwZWRiOTgxZGNiMjJjNzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"793a9c0b-c2f6-47ca-b0f8-e141dbc26273","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"980bcc45-cc6d-46f9-94f5-72002d709ac4","artifactVersion":"2","generatedFromUUID":"156229d6-efaf-4f6e-93d7-1c647724fdf9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322132939-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml","artifactChecksum":"MjMxNTcyM2E2NmY3YmU2OTRmMTRlOTk0ZWI4NDM3M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"daba8bd7-3a96-4483-9b75-01322faae097","artifactVersion":"1"},{"artifactName":"service-Vfw20220322132939-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar","artifactChecksum":"NGU3MDNlNWJjNTk1ZTZmNzJkZDJlYTk3ZmQ1MzRhMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"115932aa-a49c-42ee-bd9e-bee9b3a25b94","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:32:26.862Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:26.863Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:26.864Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:26.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.869Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:26.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.869Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955892424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955893819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955893439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647955893656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955898183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955905734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955905643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955905651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955906173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955907184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:26.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955907332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "policy-id",
  "timestamp": 1647955908188,
  "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-22T13:32:26.918Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.918Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:26.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955908836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955902680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955909557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:26.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955909887,
  "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-22T13:32:26.937Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.940Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:26.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647955910562,
  "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-22T13:32:26.951Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.951Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:26.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647955910892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:26.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955910944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955905266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:26.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:32:26.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "cds",
  "timestamp": 1647955911950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-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-22T13:32:26.963Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.963Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:26.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955920056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:32:26.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "aai-ml",
  "timestamp": 1647955921060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-03-22T13:32:26.971Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T13:32:26.973Z||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-22T13:32:26.973Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:26.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:26.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955923692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:26.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955926698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:26.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:32:26.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:32:26.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "clamp",
  "timestamp": 1647955927705,
  "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-22T13:32:26.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdf467d1-1acf-4020-a20a-901c78153284
2022-03-22T13:32:26.995Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:32:27.005Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:27.005Z||pool-198-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:27.870Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:27.870Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:27.873Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:27.873Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:32:27.974Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:32:27.974Z||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-22T13:32:27.975Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:27.986Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:27.986Z||pool-199-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:28.874Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:28.875Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:28.878Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:28.878Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:32:28.978Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:28.979Z||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-22T13:32:28.979Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:29.000Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:29.001Z||pool-200-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:29.880Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:29.881Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:29.883Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:29.883Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:29.984Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:29.985Z||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-22T13:32:29.985Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:29.998Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:29.999Z||pool-201-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:30.884Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:30.885Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:30.887Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:30.887Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:32:30.987Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:30.988Z||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-22T13:32:30.988Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:31.001Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:31.002Z||pool-202-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:31.888Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:31.889Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:31.891Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:31.891Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:32:31.991Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:31.992Z||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-22T13:32:31.993Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:32.004Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:32.004Z||pool-203-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:32.891Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:32:32.893Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:32.896Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:32.896Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:32:32.996Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:32.998Z||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-22T13:32:32.998Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:33.017Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:33.018Z||pool-204-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:33.898Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "serviceName": "vFW 2022-03-22 13-29-39",
  "serviceVersion": "1.0",
  "serviceUUID": "963c4ae7-30c7-4954-82f4-2b34c3abdd04",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e1e3e73e-1946-4120-9b11-221ef863fb72",
  "resources": [
    {
      "resourceInstanceName": "vFW fc6857a2-1534 0",
      "resourceCustomizationUUID": "eb49d68b-05de-462b-a8a1-7251cc8dcdf5",
      "resourceName": "vFW fc6857a2-1534",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6f33225-ef69-473c-9bcb-8dd4b430b087",
      "resourceInvariantUUID": "893a892e-cc62-47f3-a010-90fca858ee35",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfc6857a215340_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
          "artifactChecksum": "MDMwZTliNmMxMDk1YjhiYTRiNzdhYjViYzRmOWFiYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5d33828-79b6-4cb8-8456-f64b6e80e003",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "156229d6-efaf-4f6e-93d7-1c647724fdf9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "980bcc45-cc6d-46f9-94f5-72002d709ac4",
            "generatedFromUUID": "156229d6-efaf-4f6e-93d7-1c647724fdf9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "980bcc45-cc6d-46f9-94f5-72002d709ac4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322132939-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
      "artifactChecksum": "NGU3MDNlNWJjNTk1ZTZmNzJkZDJlYTk3ZmQ1MzRhMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "115932aa-a49c-42ee-bd9e-bee9b3a25b94"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:32:33.899Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:32:33.899Z|e925a1e4-c146-4a82-904e-27115890cc45|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 963c4ae7-30c7-4954-82f4-2b34c3abdd04 ASDC
2022-03-22T13:32:33.900Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fdf467d1-1acf-4020-a20a-901c78153284
ServiceName:vFW 2022-03-22 13-29-39
ServiceVersion:1.0
ServiceUUID:963c4ae7-30c7-4954-82f4-2b34c3abdd04
ServiceInvariantUUID:e1e3e73e-1946-4120-9b11-221ef863fb72
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322132939-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar
ArtifactUUID:115932aa-a49c-42ee-bd9e-bee9b3a25b94
ArtifactChecksum:NGU3MDNlNWJjNTk1ZTZmNzJkZDJlYTk3ZmQ1MzRhMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fc6857a2-1534 0
ResourceCustomizationUUID:eb49d68b-05de-462b-a8a1-7251cc8dcdf5
ResourceInvariantUUID:893a892e-cc62-47f3-a010-90fca858ee35
ResourceName:vFW fc6857a2-1534
ResourceType:VF
ResourceUUID:a6f33225-ef69-473c-9bcb-8dd4b430b087
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfc6857a215340_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json
ArtifactUUID:b5d33828-79b6-4cb8-8456-f64b6e80e003
ArtifactChecksum:MDMwZTliNmMxMDk1YjhiYTRiNzdhYjViYzRmOWFiYzE=
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/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml
ArtifactUUID:156229d6-efaf-4f6e-93d7-1c647724fdf9
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/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
ArtifactUUID:980bcc45-cc6d-46f9-94f5-72002d709ac4
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/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
ArtifactUUID:980bcc45-cc6d-46f9-94f5-72002d709ac4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:32:33.902Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 963c4ae7-30c7-4954-82f4-2b34c3abdd04 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-22T13:32:33.962Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:32:33.963Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:32:33.964Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:32:33.964Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Trying to download the artifact UUID: 115932aa-a49c-42ee-bd9e-bee9b3a25b94 from URL: /sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:33.964Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:32:33.965Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:34.323Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:32:34.330Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar 115932aa-a49c-42ee-bd9e-bee9b3a25b94 98942
2022-03-22T13:32:34.331Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar ASDC sendASDCNotification
2022-03-22T13:32:34.331Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:34.331Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:32:34.332Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:34.337Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:34.338Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955954330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:34.438Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:34.438Z||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-22T13:32:34.439Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:34.457Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:34.458Z||pool-205-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:35.339Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:32:35.340Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:32:35.341Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Trying to write artifact UUID: 115932aa-a49c-42ee-bd9e-bee9b3a25b94, URL: /sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar to file: /app/ASDC/1/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:35.341Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322132939-csar.csar
2022-03-22T13:32:35.341Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:35.341Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:35.704Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5200283632431176917/Definitions/service-Vfw20220322132939-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-22T13:32:39.149Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:32:39.150Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|WARN|500||####################################################################################################
2022-03-22T13:32:39.150Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.151Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:32:39.151Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.151Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.151Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.152Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.152Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.152Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc6857a2-1534 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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-Vfw20220322132939-csar.csar
2022-03-22T13:32:39.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|WARN|500||####################################################################################################
2022-03-22T13:32:39.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:39.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:32:39.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:32:39.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:39.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:32:39.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:32:39.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.158Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.158Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:39.158Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:39.159Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:32:39.159Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.159Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.159Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.160Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:32:39.160Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:39.160Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:32:39.160Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:32:39.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:32:39.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:32:39.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:32:39.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:32:39.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:39.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:39.164Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.164Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:39.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:39.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:39.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:39.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:39.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:39.167Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:32:39.167Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:39.167Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:32:39.168Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:32:39.168Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.168Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.168Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:32:39.169Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.169Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:32:39.169Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.169Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b7e392d-a69e-402f-8c94-bb4efa4b52e0
2022-03-22T13:32:39.170Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.170Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:39.170Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:39.170Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:32:39.171Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.171Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.171Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.171Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:32:39.171Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:39.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:32:39.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:32:39.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:32:39.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a7fbb17-0b8f-4733-8e82-8b1d33a0d976
2022-03-22T13:32:39.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:39.174Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:39.174Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:32:39.174Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.174Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.174Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.175Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:32:39.175Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:39.175Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:32:39.176Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:32:39.176Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:39.176Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:39.176Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:32:39.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84523410-d318-46fe-84bf-e3e10637b4bf
2022-03-22T13:32:39.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.179Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:39.179Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:39.179Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-29-39
Description:catalog service description
Model UUID:963c4ae7-30c7-4954-82f4-2b34c3abdd04
Model Version:NULL
Model InvariantUuid:e1e3e73e-1946-4120-9b11-221ef863fb72
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fc6857a2-1534
Model UUID:57504ae5-67d4-4d32-876c-250c8d32c894
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:893a892e-cc62-47f3-a010-90fca858ee35
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb49d68b-05de-462b-a8a1-7251cc8dcdf5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e255692-6e08-4cfb-8ad8-685f302da144
ModelName:VfwFc6857a21534..base_vfw..module-0
ModelUuid:628ca170-0977-4962-a711-574171e87517
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4b7e392d-a69e-402f-8c94-bb4efa4b52e0
ModelInvariantUuid:d08339c2-27c6-4209-9709-f8ee32f125a6
ModelName:vFW fc6857a2-1534-nodes.vfwCvfc
ModelUuid:9f8347c2-f2bb-4416-b42c-6311c3a1eeb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ddf15b25-df34-4e50-ba04-89e7a479a014
ModelInvariantUuid:7ad0dd76-9bba-49d9-bcce-fb3bd9a47067
ModelName:VfwFc6857a21534.compute.nodes.heat.vfw
ModelUuid:65d5d21d-1127-4b06-9929-51d1fa9c6b41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2a7fbb17-0b8f-4733-8e82-8b1d33a0d976
ModelInvariantUuid:f69d9f66-5b7c-4a46-bfff-a24e69027d4c
ModelName:vFW fc6857a2-1534-nodes.vsnCvfc
ModelUuid:a54cdbe6-babb-485a-8d94-ec634d59c846
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6f18487d-e0a6-4382-8f5c-06e297625b0f
ModelInvariantUuid:5b44cbcd-df3a-4166-974f-166d85f46f86
ModelName:VfwFc6857a21534.compute.nodes.heat.vsn
ModelUuid:8c8cae74-6575-4171-b014-f4d5e13146b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:84523410-d318-46fe-84bf-e3e10637b4bf
ModelInvariantUuid:9e821877-0439-4166-a70d-e6b3ecf976ae
ModelName:vFW fc6857a2-1534-nodes.vpgCvfc
ModelUuid:c6f7dc89-29db-4d8f-a687-b0abab4e3ccc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2c3592ca-25cc-4339-a377-1f980df593b3
ModelInvariantUuid:6702e64c-1e2f-49e4-b50d-50bb442356c5
ModelName:VfwFc6857a21534.compute.nodes.heat.vpg
ModelUuid:6f82ce5c-034b-4849-b48c-2b543a994e07
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-22T13:32:39.200Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a6f33225-ef69-473c-9bcb-8dd4b430b087
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-22T13:32:39.207Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||vFW fc6857a2-1534 0
2022-03-22T13:32:39.208Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a6f33225-ef69-473c-9bcb-8dd4b430b087
2022-03-22T13:32:39.208Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Trying to download the artifact UUID: b5d33828-79b6-4cb8-8456-f64b6e80e003 from URL: /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json
2022-03-22T13:32:39.208Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:32:39.209Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json
2022-03-22T13:32:39.811Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:32:39.811Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json b5d33828-79b6-4cb8-8456-f64b6e80e003 785
2022-03-22T13:32:39.812Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json ASDC sendASDCNotification
2022-03-22T13:32:39.812Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json
2022-03-22T13:32:39.812Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:32:39.813Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:39.815Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:39.815Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955959812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:39.915Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:39.916Z||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-22T13:32:39.916Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:39.943Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:39.943Z||pool-206-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:40.816Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFc6857a21534..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e255692-6e08-4cfb-8ad8-685f302da144",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "628ca170-0977-4962-a711-574171e87517",
    "vfModuleModelCustomizationUUID": "ba1fba4b-5f89-45e7-8787-db5ff1b44a22",
    "isBase": true,
    "artifacts": [
      "156229d6-efaf-4f6e-93d7-1c647724fdf9",
      "980bcc45-cc6d-46f9-94f5-72002d709ac4"
    ],
    "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-22T13:32:40.820Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc6857a21534..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:628ca170-0977-4962-a711-574171e87517
VfModuleModelInvariantUUID:5e255692-6e08-4cfb-8ad8-685f302da144
VfModuleModelDescription:NULL
Artifacts UUID List:{
156229d6-efaf-4f6e-93d7-1c647724fdf9
,
980bcc45-cc6d-46f9-94f5-72002d709ac4

}
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-22T13:32:40.822Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFc6857a21534..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e255692-6e08-4cfb-8ad8-685f302da144",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "628ca170-0977-4962-a711-574171e87517",
    "vfModuleModelCustomizationUUID": "ba1fba4b-5f89-45e7-8787-db5ff1b44a22",
    "isBase": true,
    "artifacts": [
      "156229d6-efaf-4f6e-93d7-1c647724fdf9",
      "980bcc45-cc6d-46f9-94f5-72002d709ac4"
    ],
    "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-22T13:32:40.822Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc6857a21534..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:628ca170-0977-4962-a711-574171e87517
VfModuleModelInvariantUUID:5e255692-6e08-4cfb-8ad8-685f302da144
VfModuleModelDescription:NULL
Artifacts UUID List:{
156229d6-efaf-4f6e-93d7-1c647724fdf9
,
980bcc45-cc6d-46f9-94f5-72002d709ac4

}
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-22T13:32:40.822Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Trying to download the artifact UUID: 156229d6-efaf-4f6e-93d7-1c647724fdf9 from URL: /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml
2022-03-22T13:32:40.822Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:32:40.823Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml
2022-03-22T13:32:41.213Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:32:41.214Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml 156229d6-efaf-4f6e-93d7-1c647724fdf9 20368
2022-03-22T13:32:41.214Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:32:41.214Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml
2022-03-22T13:32:41.214Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:32:41.215Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:41.216Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:41.216Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955961214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:41.316Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:41.317Z||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-22T13:32:41.317Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:41.332Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:41.333Z||pool-207-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:42.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Trying to download the artifact UUID: 980bcc45-cc6d-46f9-94f5-72002d709ac4 from URL: /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
2022-03-22T13:32:42.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:32:42.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
2022-03-22T13:32:43.105Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:32:43.105Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env 980bcc45-cc6d-46f9-94f5-72002d709ac4 2098
2022-03-22T13:32:43.106Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:32:43.106Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
2022-03-22T13:32:43.106Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:32:43.107Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:43.109Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:43.109Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955963106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:32:43.209Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:43.210Z||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-22T13:32:43.210Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:43.226Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:43.227Z||pool-208-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:44.109Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Preparing to deploy Service: 963c4ae7-30c7-4954-82f4-2b34c3abdd04
2022-03-22T13:32:44.110Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fc6857a2-1534 0 a6f33225-ef69-473c-9bcb-8dd4b430b087 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-22T13:32:44.132Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d88698a, org.onap.sdc.toscaparser.api.parameters.Input@5dfe4446, org.onap.sdc.toscaparser.api.parameters.Input@69250165, org.onap.sdc.toscaparser.api.parameters.Input@7892b9bd, org.onap.sdc.toscaparser.api.parameters.Input@26084b1c]
2022-03-22T13:32:44.133Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.134Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.134Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:32:44.135Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||VFCustomizationUUID= eb49d68b-05de-462b-a8a1-7251cc8dcdf5
2022-03-22T13:32:44.135Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb49d68b-05de-462b-a8a1-7251cc8dcdf5 matches Tosca VF Customization UUID: eb49d68b-05de-462b-a8a1-7251cc8dcdf5
2022-03-22T13:32:44.135Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||vfCustomizationUUID: eb49d68b-05de-462b-a8a1-7251cc8dcdf5  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-22T13:32:44.138Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.139Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.140Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||resource request for resource customization id eb49d68b-05de-462b-a8a1-7251cc8dcdf5: {\"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-22T13:32:44.140Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2526f672
2022-03-22T13:32:44.140Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.140Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:32:44.141Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba1fba4b-5f89-45e7-8787-db5ff1b44a22
2022-03-22T13:32:44.141Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba1fba4b-5f89-45e7-8787-db5ff1b44a22
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-22T13:32:44.144Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.144Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.144Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:44.145Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.145Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.145Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:44.145Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.146Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:44.146Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:44.146Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:32:44.147Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:44.147Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:32:44.147Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:32:44.147Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.148Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.148Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:32:44.148Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.149Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:32:44.149Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.149Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b7e392d-a69e-402f-8c94-bb4efa4b52e0
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-22T13:32:44.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.153Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:44.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:44.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:44.154Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:32:44.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.155Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:32:44.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:44.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:32:44.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:32:44.156Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:32:44.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.157Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a7fbb17-0b8f-4733-8e82-8b1d33a0d976
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-22T13:32:44.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.161Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:44.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.162Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is not matching search criteria
2022-03-22T13:32:44.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:32:44.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:32:44.163Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.164Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.164Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.164Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:32:44.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:32:44.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:32:44.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:32:44.165Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:32:44.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:32:44.166Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:32:44.167Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84523410-d318-46fe-84bf-e3e10637b4bf
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-22T13:32:44.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.172Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:32:44.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Node template vFW fc6857a2-1534 0 is matching search criteria
2022-03-22T13:32:44.173Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found topology templates [vFW fc6857a2-1534 0] matching following query criteria: sdcType=VF, customizationUUID=eb49d68b-05de-462b-a8a1-7251cc8dcdf5
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-22T13:32:44.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.177Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500|| resourceSeq for service uuid 963c4ae7-30c7-4954-82f4-2b34c3abdd04: vFW fc6857a2-1534
2022-03-22T13:32:44.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.178Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.179Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.179Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.180Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.180Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.180Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.180Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.180Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:32:44.181Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Service vFW 2022-03-22 13-29-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:32:44.181Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||Saving Service: vFW 2022-03-22 13-29-39 
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-22T13:32:44.360Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fc6857a2-1534 a6f33225-ef69-473c-9bcb-8dd4b430b087 1 ASDC deployResourceStructure
2022-03-22T13:32:44.361Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json ASDC sendASDCNotification
2022-03-22T13:32:44.362Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json
2022-03-22T13:32:44.362Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:32:44.362Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:44.365Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:44.365Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955964361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:44.465Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:32:44.466Z||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-22T13:32:44.466Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:44.485Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:44.485Z||pool-209-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:32:45.366Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:32:45.367Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml
2022-03-22T13:32:45.367Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:32:45.368Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:45.370Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:45.370Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955965366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:45.473Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-22T13:32:45.474Z||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-22T13:32:45.474Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:45.501Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:45.501Z||pool-210-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:46.374Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:32:46.374Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env
2022-03-22T13:32:46.374Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:32:46.375Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:46.376Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:46.376Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955966374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:46.477Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:32:46.477Z||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-22T13:32:46.478Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:46.494Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:46.495Z||pool-211-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:47.377Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar ASDC sendASDCNotification
2022-03-22T13:32:47.378Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar
2022-03-22T13:32:47.379Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:32:47.379Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:32:47.381Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:32:47.381Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955967377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:32:47.490Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-22T13:32:47.491Z||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-22T13:32:47.491Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:32:47.509Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:32:47.509Z||pool-212-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:32:48.385Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdf467d1-1acf-4020-a20a-901c78153284
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:32:48.399Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdf467d1-1acf-4020-a20a-901c78153284
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:32:48.404Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:32:48.404Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:32:48.404Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:32:48.405Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:32:48.405Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:32:48.405Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?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-22T13:32:48.409Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:33:18.409Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:33:18.416Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdf467d1-1acf-4020-a20a-901c78153284 and serviceModelVersionId: 963c4ae7-30c7-4954-82f4-2b34c3abdd04
2022-03-22T13:33:18.416Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1e3e73e-1946-4120-9b11-221ef863fb72
2022-03-22T13:33:18.419Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0
2022-03-22T13:33:18.427Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd640168-7cf3-4794-af82-b1187835c811/model-vers/model-ver/a78dced0-12a1-48c9-8626-736950c26797?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:33:18.474Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Invoke
2022-03-22T13:33:18.475Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2c1df88-1491-424e-aabe-27d7f2322ba1], X-ECOMP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-TransactionId=[], X-ONAP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], Content-Type=[application/merge-patch+json]}
2022-03-22T13:33:20.025Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Invoke
2022-03-22T13:33:20.025Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0eb30b07-0bda-4c03-b095-2628522652ad], X-ECOMP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-TransactionId=[], X-ONAP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], Content-Type=[application/merge-patch+json]}
2022-03-22T13:33:21.559Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Invoke
2022-03-22T13:33:21.560Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cca2d436-6123-4a1b-969e-eb4a10420429], X-ECOMP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], X-TransactionId=[], X-ONAP-RequestID=[fdf467d1-1acf-4020-a20a-901c78153284], Content-Type=[application/merge-patch+json]}
2022-03-22T13:33:22.593Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:33:22.594Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:33:22.594Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:33:22.594Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:33:22.601Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:33:22.602Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdf467d1-1acf-4020-a20a-901c78153284 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-22T13:33:22.602Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:33:22.602Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:33:22.604Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:33:22.604Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956002602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:33:22.704Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:33:22.705Z||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-22T13:33:22.705Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:33:22.727Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:33:22.728Z||pool-213-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:33:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:33:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:33:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:33:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:33:26.221Z||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-22T13:33:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:33:26.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:33:26.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-22T13:33:26.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:33:26.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:33:35.771Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:34:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:34:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:34:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:34:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:34:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:34:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:34:26.760Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:34:26.761Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.762Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:34:26.762Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.763Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.763Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:34:26.763Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.763Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.763Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.764Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955946217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.765Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955954330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:34:26.766Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.766Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.766Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955959812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:34:26.766Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.766Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.767Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955961214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:34:26.767Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.767Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.767Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955963106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:34:26.767Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955964361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/vfwfc6857a215340_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955965366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:34:26.768Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955966374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/resourceInstances/vfwfc6857a215340/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647955967377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322132939/1.0/artifacts/service-Vfw20220322132939-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:34:26.769Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:26.770Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:34:26.770Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf467d1-1acf-4020-a20a-901c78153284",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956002602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:34:26.770Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:34:35.817Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:35:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:35:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:35:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:35:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:35:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:35:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:35:35.798Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:35:35.814Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:26.217Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:36:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:36:26.218Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:36:26.221Z||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-22T13:36:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:26.853Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:26.854Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||received message from topic
2022-03-22T13:36:26.854Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b26934ac-eb8c-46ca-96a7-826cb3fe8670","serviceName":"Demo_pNF_vsL5Y1WwHfRPOB7UhPgY","serviceVersion":"1.0","serviceUUID":"1d05c5d7-e989-4d9f-a28a-cc25e3968f61","serviceDescription":"catalog service description","serviceInvariantUUID":"e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d","resources":[{"resourceInstanceName":"pNF 10f32f04-0a6c 0","resourceName":"pNF 10f32f04-0a6c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c35cae93-966e-40ca-97bd-0e950657fe43","resourceInvariantUUID":"75a96861-5873-4f88-9f7e-818f1b38d7ff","resourceCustomizationUUID":"4c302dc0-4b0d-45c8-8bed-b3e70e564f3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml","artifactChecksum":"YTc2YmE5NTRiMTY0YTQ0MDkxMTcyYTUyYWY2YTY4YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56ea7b44-48d3-4831-9ed0-9f051d0b07ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af096fc5-ce3f-4266-bf9c-456208405586","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecf7086b-d07b-42f1-ada4-f8208a5f5d98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml","artifactChecksum":"MmMxYzIwODU1ODQxN2M2MmNmYWM1MjQ0MGMzNzdjODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81ddc581-445b-42dc-89eb-b901feda75a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d2acf14-5a79-4708-a0f8-20a4812de07c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55f48bf5-f7f9-45c1-bb47-4c12c642de3f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml","artifactChecksum":"YmViNThhMDdhOTAxYTU2ODQyOGZhOGVkZGU4YzQ1MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c94845e9-6651-4314-afb6-7005151a750a","artifactVersion":"1"},{"artifactName":"service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar","artifactChecksum":"YTYzNjBhZjFkZWQ2ZWMxNjc3NTAyOWMxNWVjYmVhOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"539f197f-cea9-47fa-a27e-9f36b09191ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:36:26.857Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:26.857Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:26.860Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:26.860Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:26.960Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:26.961Z||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-22T13:36:26.961Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:26.979Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:26.980Z||pool-214-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:26.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:26.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:36:26.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:26.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:36:27.861Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:27.862Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:27.865Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:27.865Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:27.965Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:27.966Z||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-22T13:36:27.966Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:27.978Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:27.978Z||pool-215-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:36:28.870Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:28.871Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:28.873Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:28.873Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:28.974Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:36:28.977Z||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-22T13:36:28.977Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:28.992Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:28.993Z||pool-216-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:29.875Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:29.878Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:29.880Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:29.881Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:29.980Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:36:29.981Z||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-22T13:36:29.982Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:29.994Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:29.994Z||pool-217-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:30.882Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:30.882Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:30.884Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:30.884Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:30.984Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:30.985Z||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-22T13:36:30.985Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:30.996Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:30.996Z||pool-218-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:31.886Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:31.887Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:31.890Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:31.890Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:31.990Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:31.991Z||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-22T13:36:31.991Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:32.021Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:32.022Z||pool-219-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:32.891Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:32.892Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:32.894Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:32.894Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:36:32.994Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:32.996Z||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-22T13:36:32.996Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:33.008Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:33.009Z||pool-220-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:33.895Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:36:33.896Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:33.898Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:33.898Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:36:33.998Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:33.999Z||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-22T13:36:33.999Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:34.011Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:34.012Z||pool-221-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:34.900Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "serviceName": "Demo_pNF_vsL5Y1WwHfRPOB7UhPgY",
  "serviceVersion": "1.0",
  "serviceUUID": "1d05c5d7-e989-4d9f-a28a-cc25e3968f61",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d",
  "resources": [
    {
      "resourceInstanceName": "pNF 10f32f04-0a6c 0",
      "resourceCustomizationUUID": "4c302dc0-4b0d-45c8-8bed-b3e70e564f3d",
      "resourceName": "pNF 10f32f04-0a6c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c35cae93-966e-40ca-97bd-0e950657fe43",
      "resourceInvariantUUID": "75a96861-5873-4f88-9f7e-818f1b38d7ff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
      "artifactChecksum": "YTYzNjBhZjFkZWQ2ZWMxNjc3NTAyOWMxNWVjYmVhOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "539f197f-cea9-47fa-a27e-9f36b09191ff"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:36:34.900Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:36:34.901Z|fdf467d1-1acf-4020-a20a-901c78153284|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d05c5d7-e989-4d9f-a28a-cc25e3968f61 ASDC
2022-03-22T13:36:34.901Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b26934ac-eb8c-46ca-96a7-826cb3fe8670
ServiceName:Demo_pNF_vsL5Y1WwHfRPOB7UhPgY
ServiceVersion:1.0
ServiceUUID:1d05c5d7-e989-4d9f-a28a-cc25e3968f61
ServiceInvariantUUID:e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
ArtifactUUID:539f197f-cea9-47fa-a27e-9f36b09191ff
ArtifactChecksum:YTYzNjBhZjFkZWQ2ZWMxNjc3NTAyOWMxNWVjYmVhOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 10f32f04-0a6c 0
ResourceCustomizationUUID:4c302dc0-4b0d-45c8-8bed-b3e70e564f3d
ResourceInvariantUUID:75a96861-5873-4f88-9f7e-818f1b38d7ff
ResourceName:pNF 10f32f04-0a6c
ResourceType:PNF
ResourceUUID:c35cae93-966e-40ca-97bd-0e950657fe43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:36:34.901Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d05c5d7-e989-4d9f-a28a-cc25e3968f61 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-22T13:36:34.939Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:36:34.940Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:36:34.940Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:36:34.940Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Trying to download the artifact UUID: 539f197f-cea9-47fa-a27e-9f36b09191ff from URL: /sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:34.940Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:36:34.941Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:35.601Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:36:35.612Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar 539f197f-cea9-47fa-a27e-9f36b09191ff 82649
2022-03-22T13:36:35.612Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar ASDC sendASDCNotification
2022-03-22T13:36:35.612Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:35.612Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:36:35.613Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:35.616Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:35.616Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956195612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:36:35.717Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:36:35.719Z||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-22T13:36:35.719Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:35.737Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:35.738Z||pool-222-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:36.616Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:36:36.618Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:36:36.618Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Trying to write artifact UUID: 539f197f-cea9-47fa-a27e-9f36b09191ff, URL: /sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar to file: /app/ASDC/1/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:36.618Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:36.619Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:36.619Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:36.744Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6541215266546213888/Definitions/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml
2022-03-22T13:36:37.805Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:36:37.806Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|WARN|500||####################################################################################################
2022-03-22T13:36:37.806Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.807Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.808Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10f32f04-0a6c 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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.808Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.808Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|WARN|500||####################################################################################################
2022-03-22T13:36:37.808Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.808Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.809Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Node template pNF 10f32f04-0a6c 0 is matching search criteria
2022-03-22T13:36:37.809Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:36:37.809Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found topology templates [pNF 10f32f04-0a6c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:36:37.809Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.809Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.810Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Node template pNF 10f32f04-0a6c 0 is matching search criteria
2022-03-22T13:36:37.810Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:36:37.810Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found topology templates [pNF 10f32f04-0a6c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:36:37.810Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.810Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.811Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.811Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.811Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.811Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.812Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.812Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.812Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.812Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.812Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vsL5Y1WwHfRPOB7UhPgY
Description:catalog service description
Model UUID:1d05c5d7-e989-4d9f-a28a-cc25e3968f61
Model Version:NULL
Model InvariantUuid:e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d
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-22T13:36:37.820Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c35cae93-966e-40ca-97bd-0e950657fe43
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-22T13:36:37.826Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||pNF 10f32f04-0a6c 0
2022-03-22T13:36:37.827Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c35cae93-966e-40ca-97bd-0e950657fe43
2022-03-22T13:36:37.827Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||No resources found for Service: 1d05c5d7-e989-4d9f-a28a-cc25e3968f61
2022-03-22T13:36:37.827Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Preparing to deploy Service: 1d05c5d7-e989-4d9f-a28a-cc25e3968f61
2022-03-22T13:36:37.827Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 10f32f04-0a6c 0 c35cae93-966e-40ca-97bd-0e950657fe43 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-22T13:36:37.834Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14711858, org.onap.sdc.toscaparser.api.parameters.Input@48fc17e1, org.onap.sdc.toscaparser.api.parameters.Input@56c181c3, org.onap.sdc.toscaparser.api.parameters.Input@39de3684, org.onap.sdc.toscaparser.api.parameters.Input@25f15a3f]
2022-03-22T13:36:37.835Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.835Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.835Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500|| resourceSeq for service uuid 1d05c5d7-e989-4d9f-a28a-cc25e3968f61: pNF 10f32f04-0a6c
2022-03-22T13:36:37.836Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Processing PNF resource: c35cae93-966e-40ca-97bd-0e950657fe43
2022-03-22T13:36:37.836Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:36:37.836Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Service Demo_pNF_vsL5Y1WwHfRPOB7UhPgY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:36:37.836Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||Resource customization UUID: 4c302dc0-4b0d-45c8-8bed-b3e70e564f3d is the same as notified resource customizationUUID: 4c302dc0-4b0d-45c8-8bed-b3e70e564f3d
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-22T13:36:37.871Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 10f32f04-0a6c c35cae93-966e-40ca-97bd-0e950657fe43 0 ASDC deployResourceStructure
2022-03-22T13:36:37.872Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar ASDC sendASDCNotification
2022-03-22T13:36:37.872Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar
2022-03-22T13:36:37.873Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:36:37.873Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:36:37.875Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:36:37.876Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956197872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:36:37.976Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:36:37.977Z||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-22T13:36:37.977Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:36:37.996Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:36:37.996Z||pool-223-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:36:38.877Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:36:38.885Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:36:38.887Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:36:38.887Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:36:38.887Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:37:08.888Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:37:08.900Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:37:08.902Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:37:08.903Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:37:08.903Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:37:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:37:26.223Z||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-22T13:37:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:37:26.257Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:37:26.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:37:26.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:37:26.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:37:38.903Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:37:38.914Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:37:38.915Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:37:38.916Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:37:38.916Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:38:08.917Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:38:08.928Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:38:08.930Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:38:08.930Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:38:08.931Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:38:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:38:26.222Z||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-22T13:38:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:38:26.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:38:26.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:38:26.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:38:26.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:38:38.931Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:38:38.940Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:38:38.942Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:38:38.942Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:38:38.942Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:39:08.943Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:39:08.951Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:39:08.952Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:39:08.952Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:39:08.953Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:39:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:39:26.222Z||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-22T13:39:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:39:26.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:39:26.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956178184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956186217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956187680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956196936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956197046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956195612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "cds",
  "timestamp": 1647956197947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-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-22T13:39:26.796Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.796Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956198061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:39:26.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "policy-id",
  "timestamp": 1647956199066,
  "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-22T13:39:26.813Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.813Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956197872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956192424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956193438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956193656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956193819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956202444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956202641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956203043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956203661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956204568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956204665,
  "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-22T13:39:26.828Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956205572,
  "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-22T13:39:26.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956210328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:39:26.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/resourceInstances/pnf10f32f040a6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "aai-ml",
  "timestamp": 1647956211334,
  "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-22T13:39:26.856Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.857Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:26.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956205266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956225742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:39:26.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956228743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsl5y1wwhfrpob7uhpgy/1.0/artifacts/service-DemoPnfVsl5y1wwhfrpob7uhpgy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:39:26.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:39:26.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T13:39:26.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "clamp",
  "timestamp": 1647956229751,
  "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-22T13:39:26.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b26934ac-eb8c-46ca-96a7-826cb3fe8670
2022-03-22T13:39:26.878Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:39:38.953Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:39:38.962Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:39:38.964Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:39:38.964Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:39:38.964Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:39:38.965Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:39:38.965Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:39:38.965Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:39:38.965Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?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-22T13:39:38.967Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:40:08.968Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:40:08.976Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b26934ac-eb8c-46ca-96a7-826cb3fe8670 and serviceModelVersionId: 1d05c5d7-e989-4d9f-a28a-cc25e3968f61
2022-03-22T13:40:08.976Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d
2022-03-22T13:40:08.978Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0
2022-03-22T13:40:08.986Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e3e73e-1946-4120-9b11-221ef863fb72/model-vers/model-ver/963c4ae7-30c7-4954-82f4-2b34c3abdd04?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:40:09.057Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Invoke
2022-03-22T13:40:09.058Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e94e7dc-8f4b-4fbd-a4fd-c09d3afdc8cd], X-ECOMP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-TransactionId=[], X-ONAP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], Content-Type=[application/merge-patch+json]}
2022-03-22T13:40:10.588Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Invoke
2022-03-22T13:40:10.589Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5646ca0f-7886-4cdb-aa15-ac91d02cb687], X-ECOMP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-TransactionId=[], X-ONAP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], Content-Type=[application/merge-patch+json]}
2022-03-22T13:40:12.124Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Invoke
2022-03-22T13:40:12.124Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5aeee9ca-3215-43dd-9a79-6ec0cce20146], X-ECOMP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], X-TransactionId=[], X-ONAP-RequestID=[b26934ac-eb8c-46ca-96a7-826cb3fe8670], Content-Type=[application/merge-patch+json]}
2022-03-22T13:40:13.157Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:40:13.157Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:13.158Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:40:13.158Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:13.174Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:13.174Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b26934ac-eb8c-46ca-96a7-826cb3fe8670 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-22T13:40:13.174Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:40:13.175Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:40:13.177Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:40:13.178Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956413174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:40:13.278Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:40:13.279Z||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-22T13:40:13.280Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:13.305Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:40:13.306Z||pool-224-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-22T13:40:14.201Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:40:14.202Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:14.202Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:24.514Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:40:24.515Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:40:24.515Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:24.516Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:40:26.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T13:40:26.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:26.852Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:40:26.852Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||received message from topic
2022-03-22T13:40:26.853Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b26934ac-eb8c-46ca-96a7-826cb3fe8670",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956413174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:40:26.853Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:40:34.065Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:40:34.066Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:40:34.067Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:34.067Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:43.639Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:40:43.640Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:40:43.641Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:40:43.641Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:40:53.203Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:41:26.217Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:41:26.219Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:41:26.219Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:41:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:41:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:41:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:41:35.786Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:41:35.786Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:42:26.217Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:42:26.219Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:42:26.219Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:42:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:42:26.221Z||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-22T13:42:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:42:35.801Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:42:35.852Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:26.217Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:43:26.217Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:43:26.218Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:43:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:43:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:29.673Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:29.674Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||received message from topic
2022-03-22T13:43:29.674Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c87cb33e-5f0d-4de8-81d3-1787169e52dd","serviceName":"vFW 2022-03-22 13-41-17","serviceVersion":"1.0","serviceUUID":"3819b932-d025-4610-80f5-6506b48dcadc","serviceDescription":"catalog service description","serviceInvariantUUID":"14f889d1-6298-433b-bba3-28dd2359f62b","resources":[{"resourceInstanceName":"vFW 774e2e57-4510 0","resourceName":"vFW 774e2e57-4510","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4849a043-01ae-4ad1-98ce-210204d14d64","resourceInvariantUUID":"3843f78b-ffc3-4297-b9b0-ce746a19fc18","resourceCustomizationUUID":"fef0615e-1251-444c-95d6-c80278dc5f64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml","artifactChecksum":"OGQ2MTQxZjkyMmU1MzFjNDhjM2RmZTE3NjZmODQ1Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba0104e2-cbfa-46d0-8cc0-5fd27c67ce6b","artifactVersion":"1"},{"artifactName":"vfw774e2e5745100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json","artifactChecksum":"ZmE5Y2Q2NTBmYWUxOGYyOGU0M2IxOWFjZTEzMzI5ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab85ec24-307f-4246-b7fa-86d75f73f3f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d71acca6-c9e8-4382-9c48-93a6399d5357","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml","artifactChecksum":"YjdiMDI1NTRhNTg3NzBjMzEyNWU0ZDQzYjA0YzZiMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9cd155b-a20f-4874-a9f6-e9f497e83233","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8aa1dbd-0782-4c16-aa02-5cf417d9be74","artifactVersion":"2","generatedFromUUID":"d71acca6-c9e8-4382-9c48-93a6399d5357"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322134117-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml","artifactChecksum":"MDEyYWU2NGVkNmU5NzE5Y2M1ZjVjMzJiZTA3OTRmNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a56cee60-8f20-43d3-a97f-3885e42ec070","artifactVersion":"1"},{"artifactName":"service-Vfw20220322134117-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar","artifactChecksum":"M2IwZTRmMzAzZmE3NDI1MWM3NDBjMWIxYTBhM2EyY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f9a7e39-039f-4ee3-92fd-19c72a7719f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:43:29.680Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:29.681Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:29.685Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:29.685Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:43:29.786Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:43:29.788Z||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-22T13:43:29.788Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:29.812Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:29.813Z||pool-225-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:30.498Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:30.499Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:43:30.499Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:43:30.499Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:43:30.500Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:43:30.500Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:43:30.500Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:43:30.685Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:30.686Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:30.688Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:30.689Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:43:30.789Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:30.789Z||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-22T13:43:30.789Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:30.801Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:30.801Z||pool-226-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:31.689Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:31.690Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:31.691Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:31.692Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:43:31.792Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:31.793Z||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-22T13:43:31.793Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:31.806Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:31.806Z||pool-227-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:32.692Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:32.693Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:32.695Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:32.695Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:43:32.795Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:32.797Z||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-22T13:43:32.797Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:32.819Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:32.819Z||pool-228-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:43:33.696Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:33.697Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:33.698Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:33.699Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:43:33.799Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-03-22T13:43:33.800Z||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-22T13:43:33.800Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:33.817Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:33.817Z||pool-229-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:34.714Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:34.715Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:34.718Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:34.718Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:43:34.818Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:34.819Z||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-22T13:43:34.819Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:34.857Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:34.858Z||pool-230-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:43:35.718Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:43:35.720Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:35.763Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:35.764Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:43:35.829Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-03-22T13:43:35.830Z||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-22T13:43:35.831Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:35.859Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:35.860Z||pool-231-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:43:36.769Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "serviceName": "vFW 2022-03-22 13-41-17",
  "serviceVersion": "1.0",
  "serviceUUID": "3819b932-d025-4610-80f5-6506b48dcadc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "14f889d1-6298-433b-bba3-28dd2359f62b",
  "resources": [
    {
      "resourceInstanceName": "vFW 774e2e57-4510 0",
      "resourceCustomizationUUID": "fef0615e-1251-444c-95d6-c80278dc5f64",
      "resourceName": "vFW 774e2e57-4510",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4849a043-01ae-4ad1-98ce-210204d14d64",
      "resourceInvariantUUID": "3843f78b-ffc3-4297-b9b0-ce746a19fc18",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw774e2e5745100_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
          "artifactChecksum": "ZmE5Y2Q2NTBmYWUxOGYyOGU0M2IxOWFjZTEzMzI5ODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ab85ec24-307f-4246-b7fa-86d75f73f3f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d71acca6-c9e8-4382-9c48-93a6399d5357",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d8aa1dbd-0782-4c16-aa02-5cf417d9be74",
            "generatedFromUUID": "d71acca6-c9e8-4382-9c48-93a6399d5357"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d8aa1dbd-0782-4c16-aa02-5cf417d9be74",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322134117-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
      "artifactChecksum": "M2IwZTRmMzAzZmE3NDI1MWM3NDBjMWIxYTBhM2EyY2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f9a7e39-039f-4ee3-92fd-19c72a7719f3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:43:36.769Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:43:36.769Z|b26934ac-eb8c-46ca-96a7-826cb3fe8670|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3819b932-d025-4610-80f5-6506b48dcadc ASDC
2022-03-22T13:43:36.771Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c87cb33e-5f0d-4de8-81d3-1787169e52dd
ServiceName:vFW 2022-03-22 13-41-17
ServiceVersion:1.0
ServiceUUID:3819b932-d025-4610-80f5-6506b48dcadc
ServiceInvariantUUID:14f889d1-6298-433b-bba3-28dd2359f62b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322134117-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar
ArtifactUUID:5f9a7e39-039f-4ee3-92fd-19c72a7719f3
ArtifactChecksum:M2IwZTRmMzAzZmE3NDI1MWM3NDBjMWIxYTBhM2EyY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 774e2e57-4510 0
ResourceCustomizationUUID:fef0615e-1251-444c-95d6-c80278dc5f64
ResourceInvariantUUID:3843f78b-ffc3-4297-b9b0-ce746a19fc18
ResourceName:vFW 774e2e57-4510
ResourceType:VF
ResourceUUID:4849a043-01ae-4ad1-98ce-210204d14d64
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw774e2e5745100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json
ArtifactUUID:ab85ec24-307f-4246-b7fa-86d75f73f3f4
ArtifactChecksum:ZmE5Y2Q2NTBmYWUxOGYyOGU0M2IxOWFjZTEzMzI5ODU=
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/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml
ArtifactUUID:d71acca6-c9e8-4382-9c48-93a6399d5357
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/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
ArtifactUUID:d8aa1dbd-0782-4c16-aa02-5cf417d9be74
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/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
ArtifactUUID:d8aa1dbd-0782-4c16-aa02-5cf417d9be74
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:43:36.773Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3819b932-d025-4610-80f5-6506b48dcadc 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-22T13:43:36.858Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:43:36.859Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:43:36.860Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:43:36.860Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Trying to download the artifact UUID: 5f9a7e39-039f-4ee3-92fd-19c72a7719f3 from URL: /sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:36.860Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:43:36.860Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:37.633Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:43:37.637Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar 5f9a7e39-039f-4ee3-92fd-19c72a7719f3 98943
2022-03-22T13:43:37.638Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar ASDC sendASDCNotification
2022-03-22T13:43:37.638Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:37.638Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:43:37.639Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:37.641Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:37.641Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956617638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:43:37.745Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-22T13:43:37.746Z||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-22T13:43:37.746Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:37.788Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:37.789Z||pool-232-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:38.642Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:43:38.643Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:43:38.644Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Trying to write artifact UUID: 5f9a7e39-039f-4ee3-92fd-19c72a7719f3, URL: /sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar to file: /app/ASDC/1/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:38.644Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322134117-csar.csar
2022-03-22T13:43:38.645Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:38.645Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:38.878Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18292366600746736553/Definitions/service-Vfw20220322134117-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-22T13:43:41.589Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:43:41.590Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|WARN|500||####################################################################################################
2022-03-22T13:43:41.590Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.590Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 774e2e57-4510 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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.591Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.592Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.592Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-Vfw20220322134117-csar.csar
2022-03-22T13:43:41.592Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|WARN|500||####################################################################################################
2022-03-22T13:43:41.592Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.592Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.593Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:41.593Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:43:41.593Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:43:41.593Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.594Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.595Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.596Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.596Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:43:41.596Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:43:41.596Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:43:41.596Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.597Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:43:41.598Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.598Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:43:41.598Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.598Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:41.598Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:41.599Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.599Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:41.599Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:41.599Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.599Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:43:41.600Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.601Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:43:41.602Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.602Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a41feef2-3fbd-4535-a10b-57d04f1828ea
2022-03-22T13:43:41.602Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.602Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:43:41.603Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:43:41.604Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:43:41.604Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.604Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:43:41.604Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.604Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4fe5768a-8f5b-4f94-9116-3b9f68b20f24
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.605Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:41.606Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bcfe3b87-7988-45d3-a309-bbc2a8d64ec4
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.607Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.608Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.608Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:41.608Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:41.608Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-41-17
Description:catalog service description
Model UUID:3819b932-d025-4610-80f5-6506b48dcadc
Model Version:NULL
Model InvariantUuid:14f889d1-6298-433b-bba3-28dd2359f62b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 774e2e57-4510
Model UUID:48f0c609-f421-47e1-9725-13cd5641d2b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3843f78b-ffc3-4297-b9b0-ce746a19fc18
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fef0615e-1251-444c-95d6-c80278dc5f64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:20551d7c-650a-47e1-9daa-34d362c69402
ModelName:Vfw774e2e574510..base_vfw..module-0
ModelUuid:0c86475a-77b8-4a5e-9052-bb6048e6467a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a41feef2-3fbd-4535-a10b-57d04f1828ea
ModelInvariantUuid:6ddaacb0-cf57-45c1-af3b-a083ab69f93a
ModelName:vFW 774e2e57-4510-nodes.vfwCvfc
ModelUuid:899e27df-b6dd-4c04-b47b-4bc2ad231dd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1d7c7145-e153-4a24-881e-ee61f97ff2dd
ModelInvariantUuid:5b03a047-a2bd-4239-a6b6-1cf39402b7b5
ModelName:Vfw774e2e574510.compute.nodes.heat.vfw
ModelUuid:c89187a6-89e6-47aa-8d8e-97a3abf7892e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4fe5768a-8f5b-4f94-9116-3b9f68b20f24
ModelInvariantUuid:f0270f17-3f49-4225-8f4c-c7ae38a899d8
ModelName:vFW 774e2e57-4510-nodes.vsnCvfc
ModelUuid:9cef4883-fa11-4a9d-9805-fcf6bb2e1f1c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a7bb144d-34d4-45b7-99d1-49720324bdd3
ModelInvariantUuid:207bba48-3d53-470f-8acb-7211fd138f93
ModelName:Vfw774e2e574510.compute.nodes.heat.vsn
ModelUuid:8568e99b-304d-4ec9-a422-c0ced6e1fe30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bcfe3b87-7988-45d3-a309-bbc2a8d64ec4
ModelInvariantUuid:114fc466-9cae-49bc-aece-5a1ce04911bd
ModelName:vFW 774e2e57-4510-nodes.vpgCvfc
ModelUuid:baa5b4bb-f821-49c1-8f9e-f93e9d8373f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:36e71418-f84b-4d4a-a250-df72e1b82e03
ModelInvariantUuid:409048ee-5f8b-4644-a01a-efeaa7d1a0a1
ModelName:Vfw774e2e574510.compute.nodes.heat.vpg
ModelUuid:1fc9c1fc-9a06-42c1-a88e-ab91a15f1c76
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-22T13:43:41.625Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4849a043-01ae-4ad1-98ce-210204d14d64
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-22T13:43:41.630Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||vFW 774e2e57-4510 0
2022-03-22T13:43:41.630Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4849a043-01ae-4ad1-98ce-210204d14d64
2022-03-22T13:43:41.631Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Trying to download the artifact UUID: ab85ec24-307f-4246-b7fa-86d75f73f3f4 from URL: /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json
2022-03-22T13:43:41.631Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:43:41.631Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json
2022-03-22T13:43:42.374Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:43:42.375Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json ab85ec24-307f-4246-b7fa-86d75f73f3f4 785
2022-03-22T13:43:42.375Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json ASDC sendASDCNotification
2022-03-22T13:43:42.375Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json
2022-03-22T13:43:42.375Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:43:42.375Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:42.377Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:42.378Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956622375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:43:42.478Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:42.480Z||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-22T13:43:42.480Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:42.497Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:42.497Z||pool-233-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:43.379Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw774e2e574510..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "20551d7c-650a-47e1-9daa-34d362c69402",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c86475a-77b8-4a5e-9052-bb6048e6467a",
    "vfModuleModelCustomizationUUID": "df139bcf-3f6a-4ea4-bff0-5dda2f9480c9",
    "isBase": true,
    "artifacts": [
      "d71acca6-c9e8-4382-9c48-93a6399d5357",
      "d8aa1dbd-0782-4c16-aa02-5cf417d9be74"
    ],
    "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-22T13:43:43.383Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw774e2e574510..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c86475a-77b8-4a5e-9052-bb6048e6467a
VfModuleModelInvariantUUID:20551d7c-650a-47e1-9daa-34d362c69402
VfModuleModelDescription:NULL
Artifacts UUID List:{
d71acca6-c9e8-4382-9c48-93a6399d5357
,
d8aa1dbd-0782-4c16-aa02-5cf417d9be74

}
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-22T13:43:43.385Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw774e2e574510..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "20551d7c-650a-47e1-9daa-34d362c69402",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c86475a-77b8-4a5e-9052-bb6048e6467a",
    "vfModuleModelCustomizationUUID": "df139bcf-3f6a-4ea4-bff0-5dda2f9480c9",
    "isBase": true,
    "artifacts": [
      "d71acca6-c9e8-4382-9c48-93a6399d5357",
      "d8aa1dbd-0782-4c16-aa02-5cf417d9be74"
    ],
    "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-22T13:43:43.386Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw774e2e574510..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c86475a-77b8-4a5e-9052-bb6048e6467a
VfModuleModelInvariantUUID:20551d7c-650a-47e1-9daa-34d362c69402
VfModuleModelDescription:NULL
Artifacts UUID List:{
d71acca6-c9e8-4382-9c48-93a6399d5357
,
d8aa1dbd-0782-4c16-aa02-5cf417d9be74

}
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-22T13:43:43.386Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Trying to download the artifact UUID: d71acca6-c9e8-4382-9c48-93a6399d5357 from URL: /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml
2022-03-22T13:43:43.386Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:43:43.386Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml
2022-03-22T13:43:43.901Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:43:43.902Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml d71acca6-c9e8-4382-9c48-93a6399d5357 20368
2022-03-22T13:43:43.902Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:43:43.902Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml
2022-03-22T13:43:43.902Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:43:43.903Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:43.905Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:43.905Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956623902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:43:44.005Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:44.006Z||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-22T13:43:44.006Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:44.020Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:44.021Z||pool-234-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:44.905Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Trying to download the artifact UUID: d8aa1dbd-0782-4c16-aa02-5cf417d9be74 from URL: /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
2022-03-22T13:43:44.906Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:43:44.906Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
2022-03-22T13:43:45.500Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:43:45.501Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env d8aa1dbd-0782-4c16-aa02-5cf417d9be74 2098
2022-03-22T13:43:45.501Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:43:45.501Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
2022-03-22T13:43:45.501Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:43:45.501Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:45.519Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:45.519Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956625501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:43:45.604Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-03-22T13:43:45.605Z||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-22T13:43:45.605Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:45.617Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:45.618Z||pool-235-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:46.519Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Preparing to deploy Service: 3819b932-d025-4610-80f5-6506b48dcadc
2022-03-22T13:43:46.520Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 774e2e57-4510 0 4849a043-01ae-4ad1-98ce-210204d14d64 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-22T13:43:46.541Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1733452a, org.onap.sdc.toscaparser.api.parameters.Input@10d583f8, org.onap.sdc.toscaparser.api.parameters.Input@496ee5, org.onap.sdc.toscaparser.api.parameters.Input@62548300, org.onap.sdc.toscaparser.api.parameters.Input@6f439075]
2022-03-22T13:43:46.542Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.543Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.543Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:43:46.544Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||VFCustomizationUUID= fef0615e-1251-444c-95d6-c80278dc5f64
2022-03-22T13:43:46.544Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fef0615e-1251-444c-95d6-c80278dc5f64 matches Tosca VF Customization UUID: fef0615e-1251-444c-95d6-c80278dc5f64
2022-03-22T13:43:46.544Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||vfCustomizationUUID: fef0615e-1251-444c-95d6-c80278dc5f64  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-22T13:43:46.547Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.547Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.548Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||resource request for resource customization id fef0615e-1251-444c-95d6-c80278dc5f64: {\"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-22T13:43:46.549Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ecaaa78
2022-03-22T13:43:46.549Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.549Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:43:46.550Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df139bcf-3f6a-4ea4-bff0-5dda2f9480c9
2022-03-22T13:43:46.550Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df139bcf-3f6a-4ea4-bff0-5dda2f9480c9
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-22T13:43:46.553Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.553Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.554Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:46.554Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.554Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.555Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:46.555Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.555Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:46.556Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:46.556Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:46.556Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:43:46.557Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:43:46.557Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:43:46.557Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.558Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.558Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:43:46.559Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.559Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:43:46.559Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.560Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a41feef2-3fbd-4535-a10b-57d04f1828ea
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-22T13:43:46.563Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.563Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.564Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:46.564Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.564Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:46.566Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:46.569Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:46.569Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:43:46.570Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.570Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.570Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.570Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:43:46.571Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:43:46.571Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:43:46.571Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.571Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:43:46.571Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.572Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4fe5768a-8f5b-4f94-9116-3b9f68b20f24
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-22T13:43:46.575Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.575Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.576Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:46.576Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.576Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is not matching search criteria
2022-03-22T13:43:46.576Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:43:46.577Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:43:46.577Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:43:46.577Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.577Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.578Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.578Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:43:46.578Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:43:46.578Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:43:46.578Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:43:46.579Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:43:46.579Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:43:46.579Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bcfe3b87-7988-45d3-a309-bbc2a8d64ec4
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-22T13:43:46.582Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.582Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.582Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:43:46.583Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.583Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Node template vFW 774e2e57-4510 0 is matching search criteria
2022-03-22T13:43:46.583Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found topology templates [vFW 774e2e57-4510 0] matching following query criteria: sdcType=VF, customizationUUID=fef0615e-1251-444c-95d6-c80278dc5f64
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-22T13:43:46.585Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.585Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.586Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500|| resourceSeq for service uuid 3819b932-d025-4610-80f5-6506b48dcadc: vFW 774e2e57-4510
2022-03-22T13:43:46.586Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.586Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.586Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.587Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.587Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.587Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.587Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.588Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.588Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:43:46.588Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Service vFW 2022-03-22 13-41-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:43:46.589Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||Saving Service: vFW 2022-03-22 13-41-17 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T13:43:46.823Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 774e2e57-4510 4849a043-01ae-4ad1-98ce-210204d14d64 1 ASDC deployResourceStructure
2022-03-22T13:43:46.824Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json ASDC sendASDCNotification
2022-03-22T13:43:46.824Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json
2022-03-22T13:43:46.825Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:43:46.825Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:46.827Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:46.827Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956626824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:43:46.927Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:46.928Z||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-22T13:43:46.928Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:46.943Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:46.943Z||pool-236-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:47.828Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:43:47.828Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml
2022-03-22T13:43:47.828Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:43:47.829Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:47.831Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:47.832Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956627827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:43:47.932Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:47.933Z||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-22T13:43:47.933Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:47.957Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:47.958Z||pool-237-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:48.833Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:43:48.834Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env
2022-03-22T13:43:48.834Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:43:48.835Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:48.837Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:48.837Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956628832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:43:48.937Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:48.938Z||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-22T13:43:48.938Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:48.954Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:48.955Z||pool-238-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:49.838Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar ASDC sendASDCNotification
2022-03-22T13:43:49.838Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar
2022-03-22T13:43:49.839Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:43:49.839Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:43:49.841Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:43:49.841Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956629838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:43:49.941Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:43:49.942Z||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-22T13:43:49.942Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:43:49.957Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:43:49.958Z||pool-239-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:43:50.842Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:43:50.856Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:43:50.859Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:43:50.859Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:43:50.859Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:44:20.859Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:44:20.870Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:44:20.872Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:44:20.873Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:44:20.873Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:44:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:44:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:44:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:44:26.391Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:44:26.391Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:44:26.392Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:44:26.392Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:44:50.873Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:44:50.883Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:44:50.884Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:44:50.885Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:44:50.885Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:45:20.885Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:45:20.899Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:45:20.902Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:45:20.903Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T13:45:20.903Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T13:45:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:45:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:45:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:45:26.265Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:45:26.792Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.792Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.793Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.794Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.795Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.796Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.797Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.798Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.799Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956606217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.800Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956607680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.801Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.802Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956612424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956617638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956619132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.804Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.805Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956613438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.807Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.807Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.807Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "cds",
  "timestamp": 1647956620150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-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-22T13:45:26.817Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:26.817Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956613656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956613819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956621510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956622426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956622859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956623437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956622375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956618183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956625305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956623902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956626404,
  "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-22T13:45:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:26.860Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956626639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956626573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.861Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.862Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.862Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956625501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.863Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956627408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.864Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.864Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.864Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956627580,
  "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-22T13:45:26.870Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:26.875Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:26.901Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956627645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956626824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vfw774e2e5745100_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "policy-id",
  "timestamp": 1647956628651,
  "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-22T13:45:26.908Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:26.909Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956627827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956628832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/resourceInstances/vfw774e2e5745100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956622680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956629838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956632459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.920Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.920Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.920Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "cds",
  "timestamp": 1647956633466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-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-22T13:45:26.946Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:26.947Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.958Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.958Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.958Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.958Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.958Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956637472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.959Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "aai-ml",
  "timestamp": 1647956638476,
  "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-22T13:45:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.991Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647956632424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956633656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.992Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956642749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956643768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.993Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956643811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:26.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:26.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:26.995Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647956644772,
  "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-22T13:45:27.000Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:27.000Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:27.012Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.012Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.013Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956638183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956645820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322134117/1.0/artifacts/service-Vfw20220322134117-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.014Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.015Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "clamp",
  "timestamp": 1647956646824,
  "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-22T13:45:27.022Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c87cb33e-5f0d-4de8-81d3-1787169e52dd
2022-03-22T13:45:27.022Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:45:27.039Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.040Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.040Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.040Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.040Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956647283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:27.040Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.041Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956648289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.042Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.043Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.043Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.043Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.043Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.043Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "policy-id",
  "timestamp": 1647956649292,
  "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-22T13:45:27.049Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:27.050Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:27.072Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.072Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.072Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.073Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.074Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.075Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.075Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.075Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.075Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956643438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956643819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956652443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:27.076Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956652833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.077Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956654603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:27.078Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.078Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.078Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956625266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:45:27.079Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:45:27.079Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.079Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647956655608,
  "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-22T13:45:27.091Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:27.091Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:27.098Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.098Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956659772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:45:27.099Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.099Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.099Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956659814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:45:27.099Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.100Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.100Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "aai-ml",
  "timestamp": 1647956660794,
  "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-22T13:45:27.103Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:27.103Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:27.111Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.112Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956660834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:45:27.112Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:45:27.112Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:45:27.112Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "clamp",
  "timestamp": 1647956661837,
  "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-22T13:45:27.116Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d2da376-a036-4730-b070-badde1525393
2022-03-22T13:45:27.116Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8d2da376-a036-4730-b070-badde1525393 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-22T13:45:50.904Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:45:50.922Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:45:50.925Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:45:50.925Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:45:50.926Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:45:50.926Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:45:50.926Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:45:50.926Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?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-22T13:45:50.930Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:46:20.930Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:46:20.946Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c87cb33e-5f0d-4de8-81d3-1787169e52dd and serviceModelVersionId: 3819b932-d025-4610-80f5-6506b48dcadc
2022-03-22T13:46:20.947Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f889d1-6298-433b-bba3-28dd2359f62b
2022-03-22T13:46:20.948Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0
2022-03-22T13:46:20.956Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90d02a9-4e5f-4fb0-9067-1e8c80c1b16d/model-vers/model-ver/1d05c5d7-e989-4d9f-a28a-cc25e3968f61?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:46:21.019Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Invoke
2022-03-22T13:46:21.020Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[603938ae-d231-4c5a-9c61-1e7b2126c873], X-ECOMP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-TransactionId=[], X-ONAP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], Content-Type=[application/merge-patch+json]}
2022-03-22T13:46:22.552Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Invoke
2022-03-22T13:46:22.552Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f9ee2e9-70b4-4303-90ed-2c5673a06ada], X-ECOMP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-TransactionId=[], X-ONAP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], Content-Type=[application/merge-patch+json]}
2022-03-22T13:46:24.090Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Invoke
2022-03-22T13:46:24.091Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47071aa8-c570-4c66-9580-7a801591b95c], X-ECOMP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], X-TransactionId=[], X-ONAP-RequestID=[c87cb33e-5f0d-4de8-81d3-1787169e52dd], Content-Type=[application/merge-patch+json]}
2022-03-22T13:46:25.121Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:46:25.121Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-22T13:46:25.122Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:46:25.122Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-22T13:46:25.129Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-22T13:46:25.130Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c87cb33e-5f0d-4de8-81d3-1787169e52dd 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-22T13:46:25.130Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:46:25.130Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:25.134Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:25.134Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956785130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:46:25.233Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:46:25.234Z||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-22T13:46:25.234Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:25.260Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:25.261Z||pool-240-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-22T13:46:26.161Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:46:26.162Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-22T13:46:26.162Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:46:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:46:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:26.879Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:26.879Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:46:26.880Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c87cb33e-5f0d-4de8-81d3-1787169e52dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956785130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:46:26.880Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:46:30.648Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:30.649Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||received message from topic
2022-03-22T13:46:30.649Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8d2da376-a036-4730-b070-badde1525393","serviceName":"Demo_pNF_1EeVfAa8S0ZNz7jggdty","serviceVersion":"1.0","serviceUUID":"ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322","serviceDescription":"catalog service description","serviceInvariantUUID":"e6b56fce-4def-4266-aa1d-aa8200ed4848","resources":[{"resourceInstanceName":"pNF c4cdded9-72f1 0","resourceName":"pNF c4cdded9-72f1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3c21aa5-a244-4704-9421-eea99dd4cd2a","resourceInvariantUUID":"e3aae10a-eff8-47ca-9f1a-d51e141a1d77","resourceCustomizationUUID":"55b6f95e-075c-4a95-9977-6549cb8bb5cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml","artifactChecksum":"YjdiYmZkNjFlYTdlZjNjN2Q5NDY4MjA0MWVlYjhmN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a013b54-198a-4f33-8531-0b19a8e7c893","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5661104d-6730-4185-96f7-43468c408040","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"473e308e-27ea-461b-a0e3-70f0f951df2f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml","artifactChecksum":"OWRlOGIzMGZmMzJiNzM1N2UwODYxY2UyMGEwNDU3OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"873e189d-0d73-46a5-b92e-147c67a5dd84","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"075e4a95-6f9d-4328-9029-5c0d41b949d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5ccc08f-da0c-45f0-b493-54063f76a366","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1eevfaa8s0znz7jggdty-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml","artifactChecksum":"YmY3YzRjOTkwNjViYzMwYjE3YTE0ZDY1YTM4MGVhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18b48a48-f624-4be8-b8cc-bf3af4fbad18","artifactVersion":"1"},{"artifactName":"service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar","artifactChecksum":"MTBkNDNkYjc0ZGJjNzZmYTgwMWZiYjdjZjY5YTczNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d10e59-336b-4a20-b10d-2defc0ae2790","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:46:30.652Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:30.652Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:30.654Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:30.654Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:30.754Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:46:30.755Z||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-22T13:46:30.755Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:30.767Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:30.768Z||pool-241-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:31.655Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:31.656Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:31.660Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:31.660Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:31.760Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:46:31.761Z||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-22T13:46:31.761Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:31.771Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:31.772Z||pool-242-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:32.660Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:32.661Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:32.665Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:32.665Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:32.766Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:46:32.767Z||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-22T13:46:32.767Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:32.780Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:32.781Z||pool-243-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:33.666Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:33.667Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:33.669Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:33.669Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:33.769Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:46:33.770Z||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-22T13:46:33.771Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:33.789Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:33.789Z||pool-244-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:34.670Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:34.670Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:34.674Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:34.674Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:34.774Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:46:34.775Z||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-22T13:46:34.775Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:34.792Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:34.792Z||pool-245-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:35.678Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:35.687Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:35.694Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:35.694Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:35.789Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-22T13:46:35.790Z||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-22T13:46:35.790Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:35.820Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:35.821Z||pool-246-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:46:36.695Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:36.696Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:36.699Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:36.699Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:46:36.799Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:46:36.800Z||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-22T13:46:36.800Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:36.814Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:36.814Z||pool-247-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:37.700Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:46:37.705Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:37.711Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:37.712Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:46:37.809Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-22T13:46:37.811Z||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-22T13:46:37.811Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:37.827Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:37.828Z||pool-248-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:38.713Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "serviceName": "Demo_pNF_1EeVfAa8S0ZNz7jggdty",
  "serviceVersion": "1.0",
  "serviceUUID": "ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e6b56fce-4def-4266-aa1d-aa8200ed4848",
  "resources": [
    {
      "resourceInstanceName": "pNF c4cdded9-72f1 0",
      "resourceCustomizationUUID": "55b6f95e-075c-4a95-9977-6549cb8bb5cc",
      "resourceName": "pNF c4cdded9-72f1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a3c21aa5-a244-4704-9421-eea99dd4cd2a",
      "resourceInvariantUUID": "e3aae10a-eff8-47ca-9f1a-d51e141a1d77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
      "artifactChecksum": "MTBkNDNkYjc0ZGJjNzZmYTgwMWZiYjdjZjY5YTczNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13d10e59-336b-4a20-b10d-2defc0ae2790"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:46:38.713Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:46:38.714Z|c87cb33e-5f0d-4de8-81d3-1787169e52dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322 ASDC
2022-03-22T13:46:38.714Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8d2da376-a036-4730-b070-badde1525393
ServiceName:Demo_pNF_1EeVfAa8S0ZNz7jggdty
ServiceVersion:1.0
ServiceUUID:ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322
ServiceInvariantUUID:e6b56fce-4def-4266-aa1d-aa8200ed4848
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
ArtifactUUID:13d10e59-336b-4a20-b10d-2defc0ae2790
ArtifactChecksum:MTBkNDNkYjc0ZGJjNzZmYTgwMWZiYjdjZjY5YTczNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c4cdded9-72f1 0
ResourceCustomizationUUID:55b6f95e-075c-4a95-9977-6549cb8bb5cc
ResourceInvariantUUID:e3aae10a-eff8-47ca-9f1a-d51e141a1d77
ResourceName:pNF c4cdded9-72f1
ResourceType:PNF
ResourceUUID:a3c21aa5-a244-4704-9421-eea99dd4cd2a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:46:38.715Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322 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-22T13:46:38.754Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:46:38.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:46:38.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:46:38.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Trying to download the artifact UUID: 13d10e59-336b-4a20-b10d-2defc0ae2790 from URL: /sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:38.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:46:38.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:40.119Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:46:40.123Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar 13d10e59-336b-4a20-b10d-2defc0ae2790 82638
2022-03-22T13:46:40.124Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar ASDC sendASDCNotification
2022-03-22T13:46:40.124Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:40.124Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:46:40.125Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:40.129Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:40.130Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956800124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:46:40.229Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:46:40.230Z||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-22T13:46:40.230Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:40.272Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:40.273Z||pool-249-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:41.130Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:46:41.132Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:46:41.132Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Trying to write artifact UUID: 13d10e59-336b-4a20-b10d-2defc0ae2790, URL: /sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar to file: /app/ASDC/1/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:41.132Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:41.133Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:41.133Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:41.251Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18343532093555113975/Definitions/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml
2022-03-22T13:46:42.456Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:46:42.457Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|WARN|500||####################################################################################################
2022-03-22T13:46:42.457Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.458Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:46:42.458Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.458Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.458Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.459Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.459Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.459Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c4cdded9-72f1 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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.460Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.460Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|WARN|500||####################################################################################################
2022-03-22T13:46:42.460Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.461Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.461Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Node template pNF c4cdded9-72f1 0 is matching search criteria
2022-03-22T13:46:42.462Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:46:42.463Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Found topology templates [pNF c4cdded9-72f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:46:42.463Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.464Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.464Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Node template pNF c4cdded9-72f1 0 is matching search criteria
2022-03-22T13:46:42.465Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:46:42.465Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Found topology templates [pNF c4cdded9-72f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:46:42.465Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.466Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.466Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.466Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.467Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.467Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.467Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.467Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.467Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.468Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.468Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1EeVfAa8S0ZNz7jggdty
Description:catalog service description
Model UUID:ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322
Model Version:NULL
Model InvariantUuid:e6b56fce-4def-4266-aa1d-aa8200ed4848
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-22T13:46:42.482Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a3c21aa5-a244-4704-9421-eea99dd4cd2a
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-22T13:46:42.487Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||pNF c4cdded9-72f1 0
2022-03-22T13:46:42.488Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a3c21aa5-a244-4704-9421-eea99dd4cd2a
2022-03-22T13:46:42.488Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||No resources found for Service: ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322
2022-03-22T13:46:42.489Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Preparing to deploy Service: ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322
2022-03-22T13:46:42.489Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c4cdded9-72f1 0 a3c21aa5-a244-4704-9421-eea99dd4cd2a 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-22T13:46:42.496Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2aac85d5, org.onap.sdc.toscaparser.api.parameters.Input@306796bd, org.onap.sdc.toscaparser.api.parameters.Input@15b5044b, org.onap.sdc.toscaparser.api.parameters.Input@f824dd, org.onap.sdc.toscaparser.api.parameters.Input@4e349b3a]
2022-03-22T13:46:42.496Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.496Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.496Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500|| resourceSeq for service uuid ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322: pNF c4cdded9-72f1
2022-03-22T13:46:42.497Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Processing PNF resource: a3c21aa5-a244-4704-9421-eea99dd4cd2a
2022-03-22T13:46:42.497Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:46:42.497Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Service Demo_pNF_1EeVfAa8S0ZNz7jggdty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:46:42.497Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||Resource customization UUID: 55b6f95e-075c-4a95-9977-6549cb8bb5cc is the same as notified resource customizationUUID: 55b6f95e-075c-4a95-9977-6549cb8bb5cc
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-22T13:46:42.548Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c4cdded9-72f1 a3c21aa5-a244-4704-9421-eea99dd4cd2a 0 ASDC deployResourceStructure
2022-03-22T13:46:42.548Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar ASDC sendASDCNotification
2022-03-22T13:46:42.549Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar
2022-03-22T13:46:42.549Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:46:42.549Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:46:42.551Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:46:42.551Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956802548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:46:42.651Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:46:42.652Z||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-22T13:46:42.653Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:46:42.675Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:46:42.676Z||pool-250-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:46:43.552Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d2da376-a036-4730-b070-badde1525393
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:46:43.571Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d2da376-a036-4730-b070-badde1525393
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:46:43.579Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:46:43.580Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?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-22T13:46:43.584Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:47:13.585Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d2da376-a036-4730-b070-badde1525393 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-22T13:47:13.602Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d2da376-a036-4730-b070-badde1525393 and serviceModelVersionId: ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322
2022-03-22T13:47:13.602Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6b56fce-4def-4266-aa1d-aa8200ed4848
2022-03-22T13:47:13.604Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0
2022-03-22T13:47:13.615Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:47:13.691Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f889d1-6298-433b-bba3-28dd2359f62b/model-vers/model-ver/3819b932-d025-4610-80f5-6506b48dcadc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:13.696Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Invoke
2022-03-22T13:47:15.232Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:15.234Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Invoke
2022-03-22T13:47:16.767Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:16.769Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Invoke
2022-03-22T13:47:17.794Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:47:17.795Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:17.796Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:47:17.796Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:17.804Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:17.805Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d2da376-a036-4730-b070-badde1525393 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-22T13:47:17.805Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:47:17.806Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:47:17.812Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:47:17.812Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956837805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:47:17.911Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-22T13:47:17.912Z||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-22T13:47:17.913Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:47:17.933Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:47:17.934Z||pool-251-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:47:18.831Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:47:18.832Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T13:47:18.832Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:47:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:47:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:47:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:47:26.858Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:47:26.858Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.859Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.860Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.860Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.860Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.860Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.861Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/resourceInstances/pnfc4cdded972f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.862Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:47:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956786161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:47:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:47:26.863Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.864Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956800124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:47:26.864Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:47:26.864Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.864Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956802548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1eevfaa8s0znz7jggdty/1.0/artifacts/service-DemoPnf1eevfaa8s0znz7jggdty-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:47:26.864Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:47:26.865Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T13:47:26.865Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8d2da376-a036-4730-b070-badde1525393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647956837805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:47:26.865Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:47:28.410Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:47:28.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:47:28.413Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:47:28.413Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:47:37.984Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:47:37.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:47:37.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:47:37.985Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:47:47.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:48:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:48:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:48:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:48:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:48:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:48:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:48:35.784Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:48:35.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:49:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:49:26.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:49:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:49:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:49:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T13:49:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:49:35.775Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:49:35.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:50:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:50:26.217Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:50:26.217Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:50:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:50:26.221Z||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-22T13:50:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:50:35.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:50:35.788Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:51:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:51:26.217Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:51:26.217Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:51:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:51:26.221Z||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-22T13:51:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:51:35.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:51:35.781Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:52:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:52:26.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:52:26.219Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:52:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:52:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T13:52:26.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:52:35.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:52:35.787Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:53:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:53:26.217Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:53:26.218Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:53:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:53:26.221Z||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-22T13:53:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:53:35.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:53:35.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:54:26.217Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T13:54:26.217Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:54:26.222Z||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-22T13:54:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:26.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:26.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e842d68-dcf1-4083-b890-32c8fdc64422","serviceName":"Demo_pNF_LCmfYDEDqJa1A3yF0WqS","serviceVersion":"1.0","serviceUUID":"877e9d67-4ff7-4d86-93a4-0b1c14a6aaec","serviceDescription":"catalog service description","serviceInvariantUUID":"66ddfec2-df9f-437a-9e67-5a5e8f6d16ae","resources":[{"resourceInstanceName":"pNF fc31be0e-52e8 0","resourceName":"pNF fc31be0e-52e8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"841d7c40-93e9-42d5-9c1c-155db7094ac4","resourceInvariantUUID":"0e16b2d2-9fe6-4628-aeae-f659363afcb5","resourceCustomizationUUID":"549b48d7-cfa2-408d-8663-7ec351c2c614","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml","artifactChecksum":"NmM0OWU1OTI1MTRmZDZlODMwZmE5ZTQ0Njc3NmIxMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb6c2f90-d40a-426c-9b80-29d6b2698af5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"814276c6-6f4c-4ae3-a88c-f448e07468f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99888128-b82e-4332-b542-5bf98fd3fd39","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ4NzA3YjFmMzBkY2U1MjVkYmI0MjBjZGIxODI5NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fed8629e-3e6b-49a6-a7a1-935a3bc220b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cb9f3f8-eef1-48c8-8151-47fdeff5ff44","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c0ebbd8-abf7-42c6-aec2-93c600735747","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml","artifactChecksum":"YmNhMmIyYmVmYjc1Yjc1Yzk3YzE1YWY5Y2U5NzEyOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"548eb0f2-e470-4f77-b608-19af4e8a25fe","artifactVersion":"1"},{"artifactName":"service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar","artifactChecksum":"YTRmZGQ1YWNmMmIzMTY5MWRiNWNlMDExN2JhZjE1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84cf0df7-661b-4d64-aefa-e0b96881167a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:54:26.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:26.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:26.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.883Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:26.884Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:54:26.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957237683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:26.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957232424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:26.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957233656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957238183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:26.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957248562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:26.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:26.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957248661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:26.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:26.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957248758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:26.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:26.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "cds",
  "timestamp": 1647957249585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-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-22T13:54:26.939Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:54:26.940Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:54:26.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957249673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:54:26.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:26.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957249764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:54:26.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:26.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:26.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:26.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957250675,
  "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-22T13:54:26.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:54:26.964Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:54:26.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:26.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "policy-id",
  "timestamp": 1647957250773,
  "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-22T13:54:26.984Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:54:26.985Z||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-22T13:54:26.986Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:26.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:54:26.990Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:54:26.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957243438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:27.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957243819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:27.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957252644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:27.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:27.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957252903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:27.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:27.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957254864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:54:27.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:27.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957255869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-03-22T13:54:27.006Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T13:54:27.007Z||pool-252-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:54:27.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:54:27.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:54:27.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957260218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:54:27.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "aai-ml",
  "timestamp": 1647957261224,
  "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-22T13:54:27.029Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:54:27.029Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:54:27.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:54:27.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957255266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:27.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:54:27.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:27.886Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:27.889Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:27.889Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:27.996Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-22T13:54:27.996Z||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-22T13:54:27.996Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:28.010Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:28.011Z||pool-253-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:28.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:28.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:28.894Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:28.894Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:28.994Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:54:28.995Z||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-22T13:54:28.995Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:29.014Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:29.014Z||pool-254-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:29.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:29.896Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:29.899Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:29.899Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:29.999Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:54:30.000Z||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-22T13:54:30.000Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:30.017Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:30.018Z||pool-255-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:54:30.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:30.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:30.903Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:30.903Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:31.003Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:54:31.004Z||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-22T13:54:31.005Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:31.016Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:31.017Z||pool-256-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:31.904Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:31.905Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:31.907Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:31.907Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:32.007Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:54:32.008Z||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-22T13:54:32.009Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:32.019Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:32.020Z||pool-257-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:32.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:32.909Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:32.913Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:32.913Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:54:33.012Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T13:54:33.013Z||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-22T13:54:33.013Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:33.026Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:33.027Z||pool-258-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:33.914Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:54:33.915Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:33.917Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:33.917Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:54:34.018Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:54:34.019Z||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-22T13:54:34.019Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:34.031Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:34.032Z||pool-259-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:34.919Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "serviceName": "Demo_pNF_LCmfYDEDqJa1A3yF0WqS",
  "serviceVersion": "1.0",
  "serviceUUID": "877e9d67-4ff7-4d86-93a4-0b1c14a6aaec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "66ddfec2-df9f-437a-9e67-5a5e8f6d16ae",
  "resources": [
    {
      "resourceInstanceName": "pNF fc31be0e-52e8 0",
      "resourceCustomizationUUID": "549b48d7-cfa2-408d-8663-7ec351c2c614",
      "resourceName": "pNF fc31be0e-52e8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "841d7c40-93e9-42d5-9c1c-155db7094ac4",
      "resourceInvariantUUID": "0e16b2d2-9fe6-4628-aeae-f659363afcb5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
      "artifactChecksum": "YTRmZGQ1YWNmMmIzMTY5MWRiNWNlMDExN2JhZjE1Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84cf0df7-661b-4d64-aefa-e0b96881167a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:54:34.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:54:34.920Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec ASDC
2022-03-22T13:54:34.922Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5e842d68-dcf1-4083-b890-32c8fdc64422
ServiceName:Demo_pNF_LCmfYDEDqJa1A3yF0WqS
ServiceVersion:1.0
ServiceUUID:877e9d67-4ff7-4d86-93a4-0b1c14a6aaec
ServiceInvariantUUID:66ddfec2-df9f-437a-9e67-5a5e8f6d16ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
ArtifactUUID:84cf0df7-661b-4d64-aefa-e0b96881167a
ArtifactChecksum:YTRmZGQ1YWNmMmIzMTY5MWRiNWNlMDExN2JhZjE1Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fc31be0e-52e8 0
ResourceCustomizationUUID:549b48d7-cfa2-408d-8663-7ec351c2c614
ResourceInvariantUUID:0e16b2d2-9fe6-4628-aeae-f659363afcb5
ResourceName:pNF fc31be0e-52e8
ResourceType:PNF
ResourceUUID:841d7c40-93e9-42d5-9c1c-155db7094ac4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T13:54:34.922Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec 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-22T13:54:34.956Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:54:34.958Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-22T13:54:34.959Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-22T13:54:34.959Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 84cf0df7-661b-4d64-aefa-e0b96881167a from URL: /sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:34.960Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-22T13:54:34.961Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:35.438Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-22T13:54:35.443Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar 84cf0df7-661b-4d64-aefa-e0b96881167a 82647
2022-03-22T13:54:35.445Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar ASDC sendASDCNotification
2022-03-22T13:54:35.445Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:35.445Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:54:35.446Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:35.455Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:35.456Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957275445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:54:35.558Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:54:35.558Z||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-22T13:54:35.558Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:35.575Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:35.575Z||pool-260-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:54:36.456Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:54:36.457Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-22T13:54:36.459Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 84cf0df7-661b-4d64-aefa-e0b96881167a, URL: /sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar to file: /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:36.459Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:36.460Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:36.460Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:36.705Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8170992648687591113/Definitions/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml
2022-03-22T13:54:38.036Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:54:38.036Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-22T13:54:38.036Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc31be0e-52e8 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-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.037Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Node template pNF fc31be0e-52e8 0 is matching search criteria
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-22T13:54:38.038Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fc31be0e-52e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Node template pNF fc31be0e-52e8 0 is matching search criteria
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fc31be0e-52e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:54:38.039Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.040Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.041Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.041Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.041Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.041Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LCmfYDEDqJa1A3yF0WqS
Description:catalog service description
Model UUID:877e9d67-4ff7-4d86-93a4-0b1c14a6aaec
Model Version:NULL
Model InvariantUuid:66ddfec2-df9f-437a-9e67-5a5e8f6d16ae
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-22T13:54:38.052Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 841d7c40-93e9-42d5-9c1c-155db7094ac4
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-22T13:54:38.057Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||pNF fc31be0e-52e8 0
2022-03-22T13:54:38.058Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 841d7c40-93e9-42d5-9c1c-155db7094ac4
2022-03-22T13:54:38.058Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec
2022-03-22T13:54:38.058Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec
2022-03-22T13:54:38.058Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc31be0e-52e8 0 841d7c40-93e9-42d5-9c1c-155db7094ac4 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-22T13:54:38.063Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78c69d96, org.onap.sdc.toscaparser.api.parameters.Input@20837927, org.onap.sdc.toscaparser.api.parameters.Input@1bc05c70, org.onap.sdc.toscaparser.api.parameters.Input@1a865e7b, org.onap.sdc.toscaparser.api.parameters.Input@56605a90]
2022-03-22T13:54:38.063Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.063Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.063Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec: pNF fc31be0e-52e8
2022-03-22T13:54:38.063Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Processing PNF resource: 841d7c40-93e9-42d5-9c1c-155db7094ac4
2022-03-22T13:54:38.064Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:54:38.064Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_LCmfYDEDqJa1A3yF0WqS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:54:38.064Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||Resource customization UUID: 549b48d7-cfa2-408d-8663-7ec351c2c614 is the same as notified resource customizationUUID: 549b48d7-cfa2-408d-8663-7ec351c2c614
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-22T13:54:38.104Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc31be0e-52e8 841d7c40-93e9-42d5-9c1c-155db7094ac4 0 ASDC deployResourceStructure
2022-03-22T13:54:38.105Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar ASDC sendASDCNotification
2022-03-22T13:54:38.105Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar
2022-03-22T13:54:38.105Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:54:38.105Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-22T13:54:38.107Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:54:38.107Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957278104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:54:38.207Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:54:38.208Z||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-22T13:54:38.208Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:54:38.226Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:54:38.227Z||pool-261-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:54:39.108Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e842d68-dcf1-4083-b890-32c8fdc64422
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:54:39.118Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e842d68-dcf1-4083-b890-32c8fdc64422
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:54:39.122Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:54:39.122Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:54:39.123Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:54:39.123Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:54:39.123Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T13:54:39.123Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:54:39.123Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T13:54:39.126Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T13:55:09.127Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:55:09.143Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e842d68-dcf1-4083-b890-32c8fdc64422 and serviceModelVersionId: 877e9d67-4ff7-4d86-93a4-0b1c14a6aaec
2022-03-22T13:55:09.143Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66ddfec2-df9f-437a-9e67-5a5e8f6d16ae
2022-03-22T13:55:09.145Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0
2022-03-22T13:55:09.153Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T13:55:09.196Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:09.199Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Invoke
2022-03-22T13:55:10.748Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:10.750Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Invoke
2022-03-22T13:55:12.286Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:12.288Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Invoke
2022-03-22T13:55:13.316Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:55:13.317Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:13.317Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T13:55:13.319Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:13.328Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:13.328Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:55:13.329Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T13:55:13.329Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:55:13.331Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:55:13.331Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957313329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:55:13.431Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:55:13.432Z||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-22T13:55:13.432Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:55:13.452Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:55:13.453Z||pool-262-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T13:55:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:55:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:55:26.218Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:55:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:55:26.221Z||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-22T13:55:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:55:26.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:55:26.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:55:26.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:55:26.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:55:35.779Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:56:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:56:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:56:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:56:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:56:26.222Z||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-22T13:56:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:56:26.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:56:26.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/resourceInstances/pnffc31be0e52e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957266217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:56:26.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957275923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957275445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957277931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:56:26.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "clamp",
  "timestamp": 1647957278935,
  "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-22T13:56:26.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e842d68-dcf1-4083-b890-32c8fdc64422
2022-03-22T13:56:26.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e842d68-dcf1-4083-b890-32c8fdc64422 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-22T13:56:26.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957278104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcmfydedqja1a3yf0wqs/1.0/artifacts/service-DemoPnfLcmfydedqja1a3yf0wqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:56:26.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:56:26.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T13:56:26.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e842d68-dcf1-4083-b890-32c8fdc64422",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957313329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T13:56:26.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:56:35.780Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:57:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:57:26.218Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:57:26.219Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:57:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:57:26.221Z||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-22T13:57:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T13:57:35.793Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:57:35.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:58:26.218Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:58:26.220Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:58:26.220Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:58:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:58:26.221Z||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-22T13:58:26.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:58:35.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:58:35.807Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:59:26.217Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:59:26.218Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T13:59:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T13:59:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:26.861Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:26.862Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.862Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"fc521d35-fa83-42cd-a07f-c4ed240b5557","serviceName":"vFW 2022-03-22 13-56-35","serviceVersion":"1.0","serviceUUID":"8eb36de4-fa90-489c-b11d-b04708c841e0","serviceDescription":"catalog service description","serviceInvariantUUID":"b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc","resources":[{"resourceInstanceName":"vFW 93d3b32f-f59d 0","resourceName":"vFW 93d3b32f-f59d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a619ed47-7b8a-4205-8df4-6b019e82c60c","resourceInvariantUUID":"48e6534d-93b3-4c44-8d02-e693c3bf4de7","resourceCustomizationUUID":"6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml","artifactChecksum":"OWIzODljYWYyZDFlZTdjMmUzZTZmYmYzMzkyNTJkNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4f7f183-4467-4ea5-a57e-226fa0234467","artifactVersion":"1"},{"artifactName":"vfw93d3b32ff59d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json","artifactChecksum":"MzVkYTFiODlmMGU1YjUzZmVjNGQwMTRkY2JlMjgwZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0058d8b6-90fa-4226-ab94-251a95fd8f98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f943317-0d58-4e76-9535-9826b7ecd3c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml","artifactChecksum":"NGFiZDIzMzg2OThlNWI5MzVhMWM4OWU0ZTlhMWU3MTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99208f6b-2f93-4418-8579-5489792eab1b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7e9c31ee-185a-4b36-a11b-14270179725c","artifactVersion":"2","generatedFromUUID":"0f943317-0d58-4e76-9535-9826b7ecd3c6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322135635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml","artifactChecksum":"NTAwZGIxNjFhMDkxYjcyMTc5ZDRjYTIwYWIyYTI4MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fa779b1-f4e4-4c04-b90c-58dd54d12dd7","artifactVersion":"1"},{"artifactName":"service-Vfw20220322135635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar","artifactChecksum":"NDhjZmE5MGRiYzU4MTA5MGQxZmM3ZWMyMDM3ZWIyYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"084ab92a-9c68-42c4-b47c-cd6368abf30b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T13:59:26.865Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:26.866Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:26.869Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:26.869Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.876Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:26.879Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.879Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.882Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.882Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.882Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.882Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.883Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.883Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.883Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.883Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.884Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.884Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.884Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.886Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.887Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.887Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.887Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.888Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.888Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.888Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.889Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.889Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.889Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.889Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.890Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.890Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.890Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.892Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.892Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.892Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.893Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.893Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.893Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.893Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.894Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.894Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.894Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.894Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.895Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.895Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.896Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.897Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.897Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.897Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.898Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.899Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.899Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.900Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.900Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.900Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.901Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.901Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.901Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957532424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647957533656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.902Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.905Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.905Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957542865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.905Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.905Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.906Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.906Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.906Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.906Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.906Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.907Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.907Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.908Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.908Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.908Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957544078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.909Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.909Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.909Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.910Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.910Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.910Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957537680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.911Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.911Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.911Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.911Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.913Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.913Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957538183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.913Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.914Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.914Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.914Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.914Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.914Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957545467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.915Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957545778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.916Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.917Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.918Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957546289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.919Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957546526,
  "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-22T13:59:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T13:59:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T13:59:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.955Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "cds",
  "timestamp": 1647957546790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-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-22T13:59:26.960Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T13:59:26.960Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T13:59:26.968Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957547295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:26.970Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:59:26.971Z||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-22T13:59:26.971Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:26.969Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647957547530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.973Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.974Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.974Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.974Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "policy-id",
  "timestamp": 1647957548300,
  "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-22T13:59:26.979Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T13:59:26.980Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T13:59:26.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.986Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.987Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957543438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957543819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.988Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957551645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957552075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957555502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:26.989Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:26.989Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:26.990Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647957556508,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-03-22T13:59:26.990Z||pool-263-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T13:59:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T13:59:26.994Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T13:59:27.000Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.001Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:27.002Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957555266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957566105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T13:59:27.003Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "aai-ml",
  "timestamp": 1647957567111,
  "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-22T13:59:27.006Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T13:59:27.006Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T13:59:27.870Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:27.871Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:27.875Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:27.875Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T13:59:27.975Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:27.976Z||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-22T13:59:27.976Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:27.990Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:27.991Z||pool-264-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:28.875Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:28.876Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:28.878Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:28.879Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T13:59:28.979Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:28.980Z||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-22T13:59:28.980Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:28.995Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:28.996Z||pool-265-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:29.879Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:29.880Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:29.881Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:29.882Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:29.982Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:29.983Z||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-22T13:59:29.983Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:29.994Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:29.994Z||pool-266-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:30.882Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:30.883Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:30.886Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:30.886Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T13:59:30.986Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:30.987Z||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-22T13:59:30.987Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:31.001Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:31.001Z||pool-267-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:31.887Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:31.888Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:31.891Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:31.891Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T13:59:31.991Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:31.992Z||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-22T13:59:31.992Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:32.021Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:32.022Z||pool-268-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:32.893Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T13:59:32.893Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:32.902Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:32.902Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T13:59:32.996Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-22T13:59:32.997Z||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-22T13:59:32.997Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:33.013Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:33.014Z||pool-269-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:33.903Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "serviceName": "vFW 2022-03-22 13-56-35",
  "serviceVersion": "1.0",
  "serviceUUID": "8eb36de4-fa90-489c-b11d-b04708c841e0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 93d3b32f-f59d 0",
      "resourceCustomizationUUID": "6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5",
      "resourceName": "vFW 93d3b32f-f59d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a619ed47-7b8a-4205-8df4-6b019e82c60c",
      "resourceInvariantUUID": "48e6534d-93b3-4c44-8d02-e693c3bf4de7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw93d3b32ff59d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
          "artifactChecksum": "MzVkYTFiODlmMGU1YjUzZmVjNGQwMTRkY2JlMjgwZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0058d8b6-90fa-4226-ab94-251a95fd8f98",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0f943317-0d58-4e76-9535-9826b7ecd3c6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7e9c31ee-185a-4b36-a11b-14270179725c",
            "generatedFromUUID": "0f943317-0d58-4e76-9535-9826b7ecd3c6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7e9c31ee-185a-4b36-a11b-14270179725c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220322135635-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
      "artifactChecksum": "NDhjZmE5MGRiYzU4MTA5MGQxZmM3ZWMyMDM3ZWIyYjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "084ab92a-9c68-42c4-b47c-cd6368abf30b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T13:59:33.904Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T13:59:33.904Z|5e842d68-dcf1-4083-b890-32c8fdc64422|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8eb36de4-fa90-489c-b11d-b04708c841e0 ASDC
2022-03-22T13:59:33.905Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fc521d35-fa83-42cd-a07f-c4ed240b5557
ServiceName:vFW 2022-03-22 13-56-35
ServiceVersion:1.0
ServiceUUID:8eb36de4-fa90-489c-b11d-b04708c841e0
ServiceInvariantUUID:b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322135635-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar
ArtifactUUID:084ab92a-9c68-42c4-b47c-cd6368abf30b
ArtifactChecksum:NDhjZmE5MGRiYzU4MTA5MGQxZmM3ZWMyMDM3ZWIyYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 93d3b32f-f59d 0
ResourceCustomizationUUID:6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5
ResourceInvariantUUID:48e6534d-93b3-4c44-8d02-e693c3bf4de7
ResourceName:vFW 93d3b32f-f59d
ResourceType:VF
ResourceUUID:a619ed47-7b8a-4205-8df4-6b019e82c60c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw93d3b32ff59d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json
ArtifactUUID:0058d8b6-90fa-4226-ab94-251a95fd8f98
ArtifactChecksum:MzVkYTFiODlmMGU1YjUzZmVjNGQwMTRkY2JlMjgwZjk=
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/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml
ArtifactUUID:0f943317-0d58-4e76-9535-9826b7ecd3c6
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/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
ArtifactUUID:7e9c31ee-185a-4b36-a11b-14270179725c
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/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
ArtifactUUID:7e9c31ee-185a-4b36-a11b-14270179725c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T13:59:33.905Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb36de4-fa90-489c-b11d-b04708c841e0 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-22T13:59:33.958Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:59:33.960Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:59:33.960Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:59:33.960Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Trying to download the artifact UUID: 084ab92a-9c68-42c4-b47c-cd6368abf30b from URL: /sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:33.960Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:59:33.960Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:34.417Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:59:34.423Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar 084ab92a-9c68-42c4-b47c-cd6368abf30b 98988
2022-03-22T13:59:34.424Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar ASDC sendASDCNotification
2022-03-22T13:59:34.424Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:34.424Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:59:34.424Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:34.428Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:34.428Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957574424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:34.532Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-22T13:59:34.533Z||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-22T13:59:34.533Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:34.552Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:34.552Z||pool-270-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:35.432Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T13:59:35.452Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||MSO config path is: /app
2022-03-22T13:59:35.452Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Trying to write artifact UUID: 084ab92a-9c68-42c4-b47c-cd6368abf30b, URL: /sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar to file: /app/ASDC/1/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:35.453Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322135635-csar.csar
2022-03-22T13:59:35.453Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:35.453Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:35.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18267674815119317660/Definitions/service-Vfw20220322135635-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-22T13:59:39.019Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T13:59:39.020Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|WARN|500||####################################################################################################
2022-03-22T13:59:39.020Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.020Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 93d3b32f-f59d 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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.021Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-Vfw20220322135635-csar.csar
2022-03-22T13:59:39.022Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|WARN|500||####################################################################################################
2022-03-22T13:59:39.023Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.023Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.024Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:39.024Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:59:39.024Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:59:39.024Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.025Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.025Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:39.025Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T13:59:39.026Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T13:59:39.026Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.026Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.026Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.026Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.027Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:39.028Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:59:39.028Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:59:39.028Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.028Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.028Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.029Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:59:39.030Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.030Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:39.030Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:39.030Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.031Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:59:39.032Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.033Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7984e0a-d794-4c7c-a0cd-174fdca74c2e
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.034Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:59:39.035Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.036Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:59:39.036Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.036Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f3c5beca-38a7-4793-9f89-d65244e43ddd
2022-03-22T13:59:39.036Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.036Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:59:39.037Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:39.038Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5335914-437c-4779-b80a-e4393db68eeb
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.039Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.040Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.040Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:39.040Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:39.040Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-22 13-56-35
Description:catalog service description
Model UUID:8eb36de4-fa90-489c-b11d-b04708c841e0
Model Version:NULL
Model InvariantUuid:b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 93d3b32f-f59d
Model UUID:137e3677-d64b-4315-b508-6e608a0400d9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48e6534d-93b3-4c44-8d02-e693c3bf4de7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f1a5181-91e5-4df7-a915-7b1e30b06ef6
ModelName:Vfw93d3b32fF59d..base_vfw..module-0
ModelUuid:7570326c-478b-4df2-bcea-5b6d042106b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f7984e0a-d794-4c7c-a0cd-174fdca74c2e
ModelInvariantUuid:146c00b1-d669-4f21-ab4f-f033acb98ddb
ModelName:vFW 93d3b32f-f59d-nodes.vfwCvfc
ModelUuid:0cf74b1d-9c90-4022-9cdd-ab6acf6b17a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:251fe6a9-00e0-48aa-98b9-f5bb107f6cfd
ModelInvariantUuid:85ba7950-3109-4988-af0c-415a55897851
ModelName:Vfw93d3b32fF59d.compute.nodes.heat.vfw
ModelUuid:63988eee-f3a2-41fc-a225-8bf7a81bcf04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f3c5beca-38a7-4793-9f89-d65244e43ddd
ModelInvariantUuid:70907622-0ae3-4fe0-9ae3-cb00eb0e853f
ModelName:vFW 93d3b32f-f59d-nodes.vsnCvfc
ModelUuid:749fdd27-5790-4301-b099-b8ddd49c619d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:237ccc88-7827-48f6-9eaa-6f531f39086a
ModelInvariantUuid:ddd53f9d-fea3-4e50-9e65-1a870a193d36
ModelName:Vfw93d3b32fF59d.compute.nodes.heat.vsn
ModelUuid:0a2970c6-6827-41eb-9f4c-430524fd2d08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a5335914-437c-4779-b80a-e4393db68eeb
ModelInvariantUuid:6364bc77-de90-4bcf-968f-63ac7d250d47
ModelName:vFW 93d3b32f-f59d-nodes.vpgCvfc
ModelUuid:25ea210b-a894-493c-9140-02efd13a7ee1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef36cb98-bb1f-47e7-b07f-4614e98f5c11
ModelInvariantUuid:4773d6d8-cf61-45aa-9304-4e9984e75fc2
ModelName:Vfw93d3b32fF59d.compute.nodes.heat.vpg
ModelUuid:fa972cc1-33fd-4cdb-9609-f8c325561ed1
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-22T13:59:39.056Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a619ed47-7b8a-4205-8df4-6b019e82c60c
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-22T13:59:39.061Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||vFW 93d3b32f-f59d 0
2022-03-22T13:59:39.061Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a619ed47-7b8a-4205-8df4-6b019e82c60c
2022-03-22T13:59:39.061Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Trying to download the artifact UUID: 0058d8b6-90fa-4226-ab94-251a95fd8f98 from URL: /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json
2022-03-22T13:59:39.061Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:59:39.061Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json
2022-03-22T13:59:39.985Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:59:39.986Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json 0058d8b6-90fa-4226-ab94-251a95fd8f98 785
2022-03-22T13:59:39.986Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json ASDC sendASDCNotification
2022-03-22T13:59:39.986Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json
2022-03-22T13:59:39.986Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:59:39.987Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:39.988Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:39.988Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957579986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:40.089Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T13:59:40.090Z||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-22T13:59:40.090Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:40.140Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:40.140Z||pool-271-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:59:40.989Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw93d3b32fF59d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f1a5181-91e5-4df7-a915-7b1e30b06ef6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7570326c-478b-4df2-bcea-5b6d042106b0",
    "vfModuleModelCustomizationUUID": "da5f8ef9-b785-4fed-bd40-50cb737a6a05",
    "isBase": true,
    "artifacts": [
      "0f943317-0d58-4e76-9535-9826b7ecd3c6",
      "7e9c31ee-185a-4b36-a11b-14270179725c"
    ],
    "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-22T13:59:40.993Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93d3b32fF59d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7570326c-478b-4df2-bcea-5b6d042106b0
VfModuleModelInvariantUUID:6f1a5181-91e5-4df7-a915-7b1e30b06ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f943317-0d58-4e76-9535-9826b7ecd3c6
,
7e9c31ee-185a-4b36-a11b-14270179725c

}
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-22T13:59:40.995Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw93d3b32fF59d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f1a5181-91e5-4df7-a915-7b1e30b06ef6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7570326c-478b-4df2-bcea-5b6d042106b0",
    "vfModuleModelCustomizationUUID": "da5f8ef9-b785-4fed-bd40-50cb737a6a05",
    "isBase": true,
    "artifacts": [
      "0f943317-0d58-4e76-9535-9826b7ecd3c6",
      "7e9c31ee-185a-4b36-a11b-14270179725c"
    ],
    "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-22T13:59:40.995Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93d3b32fF59d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7570326c-478b-4df2-bcea-5b6d042106b0
VfModuleModelInvariantUUID:6f1a5181-91e5-4df7-a915-7b1e30b06ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f943317-0d58-4e76-9535-9826b7ecd3c6
,
7e9c31ee-185a-4b36-a11b-14270179725c

}
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-22T13:59:40.995Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Trying to download the artifact UUID: 0f943317-0d58-4e76-9535-9826b7ecd3c6 from URL: /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml
2022-03-22T13:59:40.996Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:59:40.996Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml
2022-03-22T13:59:41.415Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:59:41.416Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml 0f943317-0d58-4e76-9535-9826b7ecd3c6 20368
2022-03-22T13:59:41.416Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:59:41.416Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml
2022-03-22T13:59:41.416Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:59:41.416Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:41.418Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:41.419Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957581416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:41.519Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:41.519Z||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-22T13:59:41.520Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:41.541Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:41.542Z||pool-272-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:42.419Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Trying to download the artifact UUID: 7e9c31ee-185a-4b36-a11b-14270179725c from URL: /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
2022-03-22T13:59:42.420Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - download
2022-03-22T13:59:42.420Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
2022-03-22T13:59:42.817Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T13:59:42.818Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env 7e9c31ee-185a-4b36-a11b-14270179725c 2098
2022-03-22T13:59:42.818Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:59:42.818Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
2022-03-22T13:59:42.818Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T13:59:42.819Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:42.820Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:42.821Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957582818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T13:59:42.921Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:42.922Z||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-22T13:59:42.922Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:42.935Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:42.936Z||pool-273-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:43.821Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Preparing to deploy Service: 8eb36de4-fa90-489c-b11d-b04708c841e0
2022-03-22T13:59:43.823Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 93d3b32f-f59d 0 a619ed47-7b8a-4205-8df4-6b019e82c60c 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-22T13:59:43.852Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f357881, org.onap.sdc.toscaparser.api.parameters.Input@48a1add7, org.onap.sdc.toscaparser.api.parameters.Input@30fb7035, org.onap.sdc.toscaparser.api.parameters.Input@54516893, org.onap.sdc.toscaparser.api.parameters.Input@5024f3e8]
2022-03-22T13:59:43.854Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.854Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.854Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-22T13:59:43.854Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||VFCustomizationUUID= 6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5
2022-03-22T13:59:43.855Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5 matches Tosca VF Customization UUID: 6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5
2022-03-22T13:59:43.855Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||vfCustomizationUUID: 6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5  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-22T13:59:43.857Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.857Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||resource request for resource customization id 6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5: {\"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-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@217569c2
2022-03-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da5f8ef9-b785-4fed-bd40-50cb737a6a05
2022-03-22T13:59:43.858Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da5f8ef9-b785-4fed-bd40-50cb737a6a05
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-22T13:59:43.860Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.861Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.861Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:43.861Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.861Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.861Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:59:43.862Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.863Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7984e0a-d794-4c7c-a0cd-174fdca74c2e
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-22T13:59:43.865Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.865Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.865Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.866Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.867Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f3c5beca-38a7-4793-9f89-d65244e43ddd
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-22T13:59:43.869Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.869Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is not matching search criteria
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.870Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.871Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T13:59:43.871Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.871Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T13:59:43.871Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T13:59:43.871Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T13:59:43.872Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T13:59:43.872Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T13:59:43.872Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T13:59:43.872Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5335914-437c-4779-b80a-e4393db68eeb
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-22T13:59:43.874Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.874Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.875Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T13:59:43.875Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.875Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Node template vFW 93d3b32f-f59d 0 is matching search criteria
2022-03-22T13:59:43.875Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found topology templates [vFW 93d3b32f-f59d 0] matching following query criteria: sdcType=VF, customizationUUID=6eee1dcc-fe2c-4d0a-a0cd-785101c11ee5
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-22T13:59:43.877Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.877Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.877Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500|| resourceSeq for service uuid 8eb36de4-fa90-489c-b11d-b04708c841e0: vFW 93d3b32f-f59d
2022-03-22T13:59:43.878Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.878Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.878Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.878Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.879Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.879Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.879Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.879Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.879Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T13:59:43.880Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Service vFW 2022-03-22 13-56-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T13:59:43.880Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||Saving Service: vFW 2022-03-22 13-56-35 
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-22T13:59:44.041Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 93d3b32f-f59d a619ed47-7b8a-4205-8df4-6b019e82c60c 1 ASDC deployResourceStructure
2022-03-22T13:59:44.042Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json ASDC sendASDCNotification
2022-03-22T13:59:44.042Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json
2022-03-22T13:59:44.042Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:59:44.042Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:44.044Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:44.044Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957584042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:44.144Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:44.145Z||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-22T13:59:44.145Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:44.156Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:44.157Z||pool-274-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:45.045Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T13:59:45.047Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml
2022-03-22T13:59:45.047Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:59:45.048Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:45.049Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:45.050Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957585045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:45.150Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:45.151Z||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-22T13:59:45.151Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:45.165Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:45.166Z||pool-275-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:46.051Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T13:59:46.051Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env
2022-03-22T13:59:46.051Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:59:46.052Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:46.055Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:46.055Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957586050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:46.155Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:46.156Z||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-22T13:59:46.156Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:46.174Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:46.175Z||pool-276-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-22T13:59:47.056Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar ASDC sendASDCNotification
2022-03-22T13:59:47.056Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar
2022-03-22T13:59:47.056Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T13:59:47.057Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T13:59:47.059Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T13:59:47.059Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957587056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T13:59:47.159Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T13:59:47.160Z||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-22T13:59:47.160Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T13:59:47.176Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T13:59:47.176Z||pool-277-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T13:59:48.060Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc521d35-fa83-42cd-a07f-c4ed240b5557
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T13:59:48.072Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc521d35-fa83-42cd-a07f-c4ed240b5557
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T13:59:48.074Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T13:59:48.074Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T13:59:48.074Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T13:59:48.074Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T13:59:48.075Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T13:59:48.075Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?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-22T13:59:48.079Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T14:00:18.080Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T14:00:18.103Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc521d35-fa83-42cd-a07f-c4ed240b5557 and serviceModelVersionId: 8eb36de4-fa90-489c-b11d-b04708c841e0
2022-03-22T14:00:18.104Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc
2022-03-22T14:00:18.105Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0
2022-03-22T14:00:18.114Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T14:00:18.159Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66ddfec2-df9f-437a-9e67-5a5e8f6d16ae/model-vers/model-ver/877e9d67-4ff7-4d86-93a4-0b1c14a6aaec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:18.161Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||Invoke
2022-03-22T14:00:19.703Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:19.704Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||Invoke
2022-03-22T14:00:21.240Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:21.242Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||Invoke
2022-03-22T14:00:22.280Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T14:00:22.281Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:22.282Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T14:00:22.282Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:22.291Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:22.292Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T14:00:22.292Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T14:00:22.293Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:00:22.295Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:00:22.296Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957622292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T14:00:22.396Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:00:22.396Z||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-22T14:00:22.396Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:00:22.440Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:00:22.441Z||pool-278-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T14:00:26.217Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:00:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:00:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:00:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:00:26.221Z||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-22T14:00:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:00:26.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:00:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:00:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:00:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:00:35.782Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:01:26.217Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:01:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:01:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:01:26.221Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:01:26.221Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T14:01:26.222Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:01:26.749Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:01:26.751Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.751Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T14:01:26.754Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.754Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-22T14:01:26.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957570990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:01:26.755Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.756Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.756Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:01:26.756Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.756Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.756Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-22T14:01:26.757Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.757Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.757Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957572997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:01:26.757Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.758Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.760Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:01:26.760Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.760Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.760Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "clamp",
  "timestamp": 1647957574002,
  "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-22T14:01:26.765Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc521d35-fa83-42cd-a07f-c4ed240b5557
2022-03-22T14:01:26.766Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc521d35-fa83-42cd-a07f-c4ed240b5557 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-22T14:01:26.775Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.775Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957566217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:01:26.776Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:01:26.776Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.776Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957574424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:01:26.776Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957579986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957581416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:01:26.777Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.778Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.779Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957582818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:01:26.779Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.780Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.780Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957584042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/vfw93d3b32ff59d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T14:01:26.780Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.780Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.781Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957585045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T14:01:26.781Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.781Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.782Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957586050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/resourceInstances/vfw93d3b32ff59d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-22T14:01:26.782Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.782Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.782Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957587056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220322135635/1.0/artifacts/service-Vfw20220322135635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:01:26.783Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:26.783Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||received message from topic
2022-03-22T14:01:26.783Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc521d35-fa83-42cd-a07f-c4ed240b5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647957622292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T14:01:26.783Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:01:35.804Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:02:26.217Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:02:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:02:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:02:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:02:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T14:02:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:02:35.796Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:02:35.800Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:03:26.217Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:03:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:03:26.218Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:03:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:03:26.223Z||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-22T14:03:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:03:35.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:03:35.827Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:04:26.217Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:04:26.220Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:04:26.220Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:04:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:04:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:04:26.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:04:35.789Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:04:35.800Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:05:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:05:26.221Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:05:26.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:05:26.222Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:05:26.222Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:05:26.222Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:05:35.820Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:05:35.825Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:06:26.217Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:06:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:06:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:06:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:06:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T14:06:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:06:35.771Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:06:35.778Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:07:26.217Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:07:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:07:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:07:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:07:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T14:07:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:07:35.780Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:07:35.783Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:26.217Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:08:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:08:26.218Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:08:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T14:08:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:26.817Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:26.824Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.824Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.826Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.827Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.830Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.831Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.832Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.833Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.834Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.835Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.836Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.837Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.838Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.839Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.840Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.841Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.842Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.842Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.842Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.842Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.842Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.843Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.844Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.845Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.846Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.846Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.846Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.846Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.847Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647958072424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.848Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958073656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958077680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.849Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.850Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958078183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.850Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.850Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.850Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.851Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.851Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.851Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.851Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.851Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958091141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.852Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958091131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958083439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.853Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958091128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:26.854Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.854Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.854Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958083819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.854Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.854Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.855Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958092150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:08:26.855Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.855Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.855Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958092145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T14:08:26.858Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.858Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.859Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "cds",
  "timestamp": 1647958092144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-22T14:08:26.864Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:26.865Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.865Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d5534e26-3bc3-48e2-8dce-b51d9c145cac","serviceName":"Demo_pNF_sgYMWXpGipE8B6CWcW8j","serviceVersion":"1.0","serviceUUID":"d8dd79c6-9a6e-417e-99f3-10710c3b8bba","serviceDescription":"catalog service description","serviceInvariantUUID":"8161dc96-82e1-4b13-86b1-7e3737ea32bc","resources":[{"resourceInstanceName":"pNF 464df09f-ca1a 0","resourceName":"pNF 464df09f-ca1a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c6e45d2a-270b-45a7-b260-b62e226e78b3","resourceInvariantUUID":"7add212f-2d09-4df1-ae5f-58e75bb19711","resourceCustomizationUUID":"f9c8cfe5-9e80-4395-b327-609c8a07e071","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwMjlhOGVhNjBiZDEwOWQ2YzBkZTM2YzdkMzNlMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5f85591-f0bc-42fd-9e42-1ce6385a1c17","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84b78f79-1abb-40b0-8f77-c078f23febe0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"796c4894-ae0f-4412-859e-f5dd8b32da1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWZjZjg0NjEyMmRjYTg0ZWI4M2QyOWYyODlhMDY3ZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac6f52c3-cd75-4fe7-9c91-da3ac009ccf1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b90c2533-195a-4d49-b3be-61921feed05c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"602fb770-2e92-487d-993c-9a21aaadcbc9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml","artifactChecksum":"MzQ4YzRiNDdlMDI3Yjg3ZmQwNDM3YzZjMjU5ZDkyNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa1ef042-7883-4120-be60-b3e0cd1000eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar","artifactChecksum":"ZWFiM2EwYjZkOWZkYjRjZDI0MjA2ZDU5NTI1NDIzZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cac3a4f-9857-4186-ae4b-b4700eeb5d6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T14:08:26.870Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:26.870Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T14:08:26.876Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:26.876Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/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-22T14:08:26.892Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:08:26.893Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:08:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958092642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:26.903Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958092940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.904Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "policy-id",
  "timestamp": 1647958093156,
  "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-22T14:08:26.913Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:08:26.913Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:08:26.922Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.922Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647958093150,
  "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-22T14:08:26.925Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:08:26.926Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:08:26.932Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.932Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958094830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:08:26.932Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.932Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.932Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647958095836,
  "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-22T14:08:26.935Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:08:26.936Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:08:26.941Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.941Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.941Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.941Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.941Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.942Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.943Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.943Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.944Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.944Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.944Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958100061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.945Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "aai-ml",
  "timestamp": 1647958101069,
  "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-22T14:08:26.948Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:08:26.949Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:08:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.956Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||received message from topic
2022-03-22T14:08:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958095266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:26.957Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||Missing status on Status Object. 
2022-03-22T14:08:26.976Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:08:26.978Z||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-22T14:08:26.978Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:27.001Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:27.001Z||pool-279-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:27.878Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:27.879Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:27.883Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:27.883Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:27.983Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:27.984Z||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-22T14:08:27.984Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:27.996Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:27.997Z||pool-280-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:28.885Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:28.885Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:28.887Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:28.888Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:28.988Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:28.989Z||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-22T14:08:28.989Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:29.006Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:29.007Z||pool-281-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:29.888Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:29.890Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:29.892Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:29.892Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:29.993Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:29.994Z||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-22T14:08:29.994Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:30.024Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:30.024Z||pool-282-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:30.894Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:30.895Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:30.897Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:30.897Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:30.997Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:08:30.998Z||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-22T14:08:30.998Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:31.010Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:31.011Z||pool-283-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:31.898Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:31.899Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:31.902Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:31.903Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:32.003Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:32.004Z||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-22T14:08:32.004Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:32.016Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:32.016Z||pool-284-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-22T14:08:32.903Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:32.904Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:32.908Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:32.908Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:08:33.008Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:33.009Z||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-22T14:08:33.009Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:33.022Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:33.024Z||pool-285-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:33.908Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T14:08:33.910Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:33.913Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:33.913Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:08:34.013Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T14:08:34.014Z||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-22T14:08:34.014Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:34.039Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:34.041Z||pool-286-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:34.915Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "serviceName": "Demo_pNF_sgYMWXpGipE8B6CWcW8j",
  "serviceVersion": "1.0",
  "serviceUUID": "d8dd79c6-9a6e-417e-99f3-10710c3b8bba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8161dc96-82e1-4b13-86b1-7e3737ea32bc",
  "resources": [
    {
      "resourceInstanceName": "pNF 464df09f-ca1a 0",
      "resourceCustomizationUUID": "f9c8cfe5-9e80-4395-b327-609c8a07e071",
      "resourceName": "pNF 464df09f-ca1a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c6e45d2a-270b-45a7-b260-b62e226e78b3",
      "resourceInvariantUUID": "7add212f-2d09-4df1-ae5f-58e75bb19711",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
      "artifactChecksum": "ZWFiM2EwYjZkOWZkYjRjZDI0MjA2ZDU5NTI1NDIzZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cac3a4f-9857-4186-ae4b-b4700eeb5d6a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T14:08:34.915Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T14:08:34.916Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8dd79c6-9a6e-417e-99f3-10710c3b8bba ASDC
2022-03-22T14:08:34.918Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d5534e26-3bc3-48e2-8dce-b51d9c145cac
ServiceName:Demo_pNF_sgYMWXpGipE8B6CWcW8j
ServiceVersion:1.0
ServiceUUID:d8dd79c6-9a6e-417e-99f3-10710c3b8bba
ServiceInvariantUUID:8161dc96-82e1-4b13-86b1-7e3737ea32bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
ArtifactUUID:0cac3a4f-9857-4186-ae4b-b4700eeb5d6a
ArtifactChecksum:ZWFiM2EwYjZkOWZkYjRjZDI0MjA2ZDU5NTI1NDIzZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 464df09f-ca1a 0
ResourceCustomizationUUID:f9c8cfe5-9e80-4395-b327-609c8a07e071
ResourceInvariantUUID:7add212f-2d09-4df1-ae5f-58e75bb19711
ResourceName:pNF 464df09f-ca1a
ResourceType:PNF
ResourceUUID:c6e45d2a-270b-45a7-b260-b62e226e78b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T14:08:34.918Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8dd79c6-9a6e-417e-99f3-10710c3b8bba 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-22T14:08:34.965Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T14:08:34.967Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||MSO config path is: /app
2022-03-22T14:08:34.967Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||MSO config path is: /app
2022-03-22T14:08:34.967Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Trying to download the artifact UUID: 0cac3a4f-9857-4186-ae4b-b4700eeb5d6a from URL: /sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:34.968Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - download
2022-03-22T14:08:34.968Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:35.747Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T14:08:35.752Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar 0cac3a4f-9857-4186-ae4b-b4700eeb5d6a 82657
2022-03-22T14:08:35.753Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar ASDC sendASDCNotification
2022-03-22T14:08:35.753Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:35.754Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T14:08:35.754Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:35.757Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:35.757Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958115753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:08:35.858Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:08:35.858Z||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-22T14:08:35.859Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:35.920Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:35.921Z||pool-287-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:36.758Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T14:08:36.760Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||MSO config path is: /app
2022-03-22T14:08:36.760Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Trying to write artifact UUID: 0cac3a4f-9857-4186-ae4b-b4700eeb5d6a, URL: /sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar to file: /app/ASDC/1/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:36.761Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:36.762Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:36.762Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:37.078Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP293831483758057653/Definitions/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml
2022-03-22T14:08:38.265Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T14:08:38.265Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|WARN|500||####################################################################################################
2022-03-22T14:08:38.266Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.266Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T14:08:38.266Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.266Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.267Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.267Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.267Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.267Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.268Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 464df09f-ca1a 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-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.268Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|WARN|500||####################################################################################################
2022-03-22T14:08:38.268Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.269Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.269Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Node template pNF 464df09f-ca1a 0 is matching search criteria
2022-03-22T14:08:38.270Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T14:08:38.270Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Found topology templates [pNF 464df09f-ca1a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T14:08:38.270Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.270Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.271Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Node template pNF 464df09f-ca1a 0 is matching search criteria
2022-03-22T14:08:38.271Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T14:08:38.271Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Found topology templates [pNF 464df09f-ca1a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T14:08:38.271Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.272Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.272Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.272Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.272Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.273Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.273Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.273Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.275Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.276Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.277Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sgYMWXpGipE8B6CWcW8j
Description:catalog service description
Model UUID:d8dd79c6-9a6e-417e-99f3-10710c3b8bba
Model Version:NULL
Model InvariantUuid:8161dc96-82e1-4b13-86b1-7e3737ea32bc
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-22T14:08:38.288Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c6e45d2a-270b-45a7-b260-b62e226e78b3
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-22T14:08:38.293Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||pNF 464df09f-ca1a 0
2022-03-22T14:08:38.294Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c6e45d2a-270b-45a7-b260-b62e226e78b3
2022-03-22T14:08:38.294Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||No resources found for Service: d8dd79c6-9a6e-417e-99f3-10710c3b8bba
2022-03-22T14:08:38.294Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Preparing to deploy Service: d8dd79c6-9a6e-417e-99f3-10710c3b8bba
2022-03-22T14:08:38.295Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 464df09f-ca1a 0 c6e45d2a-270b-45a7-b260-b62e226e78b3 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-22T14:08:38.300Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@392a617e, org.onap.sdc.toscaparser.api.parameters.Input@42746ab0, org.onap.sdc.toscaparser.api.parameters.Input@69fff99a, org.onap.sdc.toscaparser.api.parameters.Input@69ab96ab, org.onap.sdc.toscaparser.api.parameters.Input@3e03b71]
2022-03-22T14:08:38.301Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.301Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.301Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500|| resourceSeq for service uuid d8dd79c6-9a6e-417e-99f3-10710c3b8bba: pNF 464df09f-ca1a
2022-03-22T14:08:38.301Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Processing PNF resource: c6e45d2a-270b-45a7-b260-b62e226e78b3
2022-03-22T14:08:38.302Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T14:08:38.302Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Service Demo_pNF_sgYMWXpGipE8B6CWcW8j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T14:08:38.302Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||Resource customization UUID: f9c8cfe5-9e80-4395-b327-609c8a07e071 is the same as notified resource customizationUUID: f9c8cfe5-9e80-4395-b327-609c8a07e071
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-22T14:08:38.361Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 464df09f-ca1a c6e45d2a-270b-45a7-b260-b62e226e78b3 0 ASDC deployResourceStructure
2022-03-22T14:08:38.362Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar ASDC sendASDCNotification
2022-03-22T14:08:38.362Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar
2022-03-22T14:08:38.363Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T14:08:38.363Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:08:38.365Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:08:38.366Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958118362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:08:38.465Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:08:38.466Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T14:08:38.466Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:08:38.481Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:08:38.481Z||pool-288-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T14:08:39.367Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5534e26-3bc3-48e2-8dce-b51d9c145cac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-22T14:08:39.376Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5534e26-3bc3-48e2-8dce-b51d9c145cac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T14:08:39.379Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T14:08:39.379Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T14:08:39.379Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T14:08:39.383Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T14:08:39.384Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T14:08:39.384Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T14:08:39.384Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?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-22T14:08:39.391Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T14:09:09.391Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:09:09.400Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5534e26-3bc3-48e2-8dce-b51d9c145cac and serviceModelVersionId: d8dd79c6-9a6e-417e-99f3-10710c3b8bba
2022-03-22T14:09:09.400Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8161dc96-82e1-4b13-86b1-7e3737ea32bc
2022-03-22T14:09:09.401Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0
2022-03-22T14:09:09.407Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2813be2-6c85-45b2-8117-2bc2dfe000fa/model-vers/model-ver/95bf46d4-8d2e-4b7f-b220-b871c33a9532?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T14:09:09.451Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||Invoke
2022-03-22T14:09:09.451Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[698c90c7-f46e-4928-998c-b3a751ae2e44], X-ECOMP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-TransactionId=[], X-ONAP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], Content-Type=[application/merge-patch+json]}
2022-03-22T14:09:11.007Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||Invoke
2022-03-22T14:09:11.008Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0def2e8-3750-4fe9-b47b-83aaaff8dae7], X-ECOMP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-TransactionId=[], X-ONAP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], Content-Type=[application/merge-patch+json]}
2022-03-22T14:09:12.536Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||Invoke
2022-03-22T14:09:12.537Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c292f158-405f-46a9-b4ea-798cc6d1f5fd], X-ECOMP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], X-TransactionId=[], X-ONAP-RequestID=[d5534e26-3bc3-48e2-8dce-b51d9c145cac], Content-Type=[application/merge-patch+json]}
2022-03-22T14:09:13.575Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T14:09:13.576Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:09:13.576Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T14:09:13.577Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:09:13.585Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:09:13.585Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:09:13.585Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T14:09:13.586Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T14:09:13.589Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T14:09:13.590Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958153585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T14:09:13.690Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T14:09:13.691Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T14:09:13.691Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:09:13.719Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:09:13.720Z||pool-289-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-22T14:09:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:09:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:09:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:09:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:09:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T14:09:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:09:26.250Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:09:26.250Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||received message from topic
2022-03-22T14:09:26.250Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958108133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:09:26.251Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:09:35.808Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:10:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:10:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:10:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:10:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:10:26.222Z||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-22T14:10:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:10:26.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:10:26.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:10:26.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:10:26.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:10:35.783Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:11:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:11:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:11:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:11:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:11:26.221Z||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-22T14:11:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:11:26.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:11:26.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958110091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "clamp",
  "timestamp": 1647958111096,
  "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-22T14:11:26.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5534e26-3bc3-48e2-8dce-b51d9c145cac
2022-03-22T14:11:26.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5534e26-3bc3-48e2-8dce-b51d9c145cac 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-22T14:11:26.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/resourceInstances/pnf464df09fca1a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958106217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958115753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958118362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSgymwxpgipe8b6cwcw8j/1.0/artifacts/service-DemoPnfSgymwxpgipe8b6cwcw8j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T14:11:26.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:11:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T14:11:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5534e26-3bc3-48e2-8dce-b51d9c145cac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647958153585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T14:11:26.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T14:11:35.783Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:12:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:12:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:12:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:12:26.221Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:12:26.221Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?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-22T14:12:26.221Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:12:35.777Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:12:35.780Z|fc521d35-fa83-42cd-a07f-c4ed240b5557|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1e0a4fe-d64c-4593-a4c2-5bba5a8717bc/model-vers/model-ver/8eb36de4-fa90-489c-b11d-b04708c841e0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:13:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:13:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:13:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:13:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:13:26.221Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?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-22T14:13:26.222Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:13:35.791Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:13:35.859Z|9c15006b-634a-4db2-83c6-7380a5b04d6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fa8bb8-d5af-4f08-b4c6-5b729651025c/model-vers/model-ver/734b20b4-36a7-46cd-8fd8-d244a3464330?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:14:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:14:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:14:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:14:26.221Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:14:26.221Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?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-22T14:14:26.222Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:14:35.802Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:14:35.831Z|8d2da376-a036-4730-b070-badde1525393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6b56fce-4def-4266-aa1d-aa8200ed4848/model-vers/model-ver/ccbc3ad3-1c7c-4cc2-957b-d6e2672ec322?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:15:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:15:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:15:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:15:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:15:26.221Z||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-22T14:15:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:15:35.808Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:15:35.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:16:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:16:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:16:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:16:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:16:26.221Z||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-22T14:16:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:16:35.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:16:35.810Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:17:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:17:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:17:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:17:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:17:26.221Z||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-22T14:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:17:35.779Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:17:35.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:18:26.217Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:18:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:18:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:18:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:18:26.221Z||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-22T14:18:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:18:35.845Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:18:35.845Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:18:54.709Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T14:19:26.218Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:19:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?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-22T14:19:26.219Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:19:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:19:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T14:19:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:19:35.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:19:35.813Z|d5534e26-3bc3-48e2-8dce-b51d9c145cac|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8161dc96-82e1-4b13-86b1-7e3737ea32bc/model-vers/model-ver/d8dd79c6-9a6e-417e-99f3-10710c3b8bba?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:20:26.217Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:20:26.218Z||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-22T14:20:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T14:20:26.221Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T14:20:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?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-22T14:20:26.222Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T14:20:35.803Z|06a8369d-4ce5-43ca-9e94-44c9802fcbab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87df795a-45d7-4e44-bc84-324d386019ea/model-vers/model-ver/c0813832-dbe6-42ed-8ae8-24b22999ece9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T14:20:35.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK