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-08-25T05:21:34.702Z||main|||||INFO|500||The following profiles are active: basic
2022-08-25T05:21:52.012Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-25T05:21:52.013Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-25T05:21:52.170Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-25T05:21:58.202Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-25T05:21:58.757Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-25T05:21:59.445Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-25T05:21:59.453Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-25T05:21:59.628Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-25T05:21:59.950Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-25T05:22:01.118Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-25T05:22:03.861Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T05:22:07.034Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T05:22:07.109Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-25T05:22:07.879Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T05:22:08.224Z||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-08-25T05:22:09.956Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T05:22:11.616Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-25T05:22:11.660Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$5917c19b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-25T05:22:11.661Z||main|||||WARN|500||The sdc end point is not alive
2022-08-25T05:22:16.512Z||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-08-25T05:22:21.227Z||main|||||WARN|500||---
2022-08-25T05:22:21.228Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-25T05:22:21.229Z||main|||||WARN|500||---
2022-08-25T05:22:21.972Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-25T05:22:29.486Z||main|||||INFO|500||Started Application in 60.498 seconds (JVM running for 63.865)
2022-08-25T05:22:29.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-25T05:22:29.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-25T05:22:29.535Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-25T05:22:29.578Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-25T05:22:29.645Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f02a8631-077a-467a-ac3f-bb5c0c25bc42 url= /sdc/v1/artifactTypes
2022-08-25T05:22:29.646Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-25T05:22:30.064Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-25T05:22:30.122Z||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-08-25T05:22:30.191Z||scheduling-1|||||DEBUG|500||create keys
2022-08-25T05:22:30.208Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-25T05:22:30.273Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:22:30.302Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c425165-addf-4f4d-ad93-d27305c9d437 url= /sdc/v1/registerForDistribution
2022-08-25T05:22:31.046Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c425165-addf-4f4d-ad93-d27305c9d437 url= /sdc/v1/registerForDistribution
2022-08-25T05:22:31.047Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-25T05:22:31.081Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-25T05:22:31.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:22:31.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:22:31.126Z||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-08-25T05:22:31.127Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:22:31.125Z||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-08-25T05:22:31.130Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:22:41.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:22:42.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:23:31.067Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:23:31.068Z||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-08-25T05:23:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:23:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:23:31.071Z||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-08-25T05:23:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:23:41.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:23:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:24:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:24:31.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:24:31.073Z||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-08-25T05:24:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:24:31.073Z||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-08-25T05:24:31.078Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:24:40.855Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:24:40.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:25:31.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:25:31.066Z||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-08-25T05:25:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:25:31.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:25:31.078Z||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-08-25T05:25:31.078Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:25:40.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:25:40.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:26:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:26:31.066Z||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-08-25T05:26:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:26:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:26:31.073Z||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-08-25T05:26:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:26:40.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:26:40.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:27:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:27:31.066Z||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-08-25T05:27:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:27:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:27:31.072Z||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-08-25T05:27:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:27:40.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:27:40.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:28:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:28:31.066Z||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-08-25T05:28:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:28:31.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:28:31.073Z||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-08-25T05:28:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:28:40.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:28:40.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:29:31.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:29:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:29:31.071Z||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-08-25T05:29:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:29:31.076Z||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-08-25T05:29:31.077Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:29:40.865Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:29:40.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:30:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:30:31.066Z||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-08-25T05:30:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:30:31.071Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:30:31.072Z||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-08-25T05:30:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:30:40.726Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:30:40.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:31:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:31:31.066Z||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-08-25T05:31:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:31:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:31:31.071Z||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-08-25T05:31:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:31:40.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:31:40.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:31:45.262Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-25T05:32:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:32:31.065Z||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-08-25T05:32:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:32:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:32:31.071Z||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-08-25T05:32:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:32:40.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:32:40.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:33:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:33:31.066Z||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-08-25T05:33:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:33:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:33:31.072Z||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-08-25T05:33:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:33:40.795Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:33:40.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:34:31.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:34:31.067Z||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-08-25T05:34:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:34:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:34:31.071Z||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-08-25T05:34:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:34:40.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:34:40.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:35:31.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:35:31.069Z||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-08-25T05:35:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:35:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:35:31.071Z||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-08-25T05:35:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:35:40.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:35:40.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:36:31.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:36:31.069Z||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-08-25T05:36:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:36:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:36:31.071Z||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-08-25T05:36:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:36:40.748Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:36:40.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:37:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:37:31.066Z||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-08-25T05:37:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:37:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:37:31.071Z||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-08-25T05:37:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:37:40.751Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:37:40.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:38:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:38:31.065Z||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-08-25T05:38:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:38:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:38:31.072Z||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-08-25T05:38:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:38:40.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:38:40.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:39:31.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:39:31.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:39:31.074Z||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-08-25T05:39:31.074Z||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-08-25T05:39:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:39:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:39:40.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:39:40.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:40:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:40:31.066Z||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-08-25T05:40:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:40:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:40:31.074Z||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-08-25T05:40:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:40:40.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:40:40.834Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:41:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:41:31.065Z||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-08-25T05:41:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:41:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:41:31.071Z||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-08-25T05:41:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:41:40.733Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:41:40.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:42:31.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:42:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:42:31.071Z||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-08-25T05:42:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:42:31.072Z||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-08-25T05:42:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:42:40.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:42:40.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:43:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:43:31.066Z||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-08-25T05:43:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:43:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:43:31.071Z||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-08-25T05:43:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:43:40.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:43:40.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:44:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:44:31.066Z||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-08-25T05:44:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:44:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:44:31.074Z||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-08-25T05:44:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:44:40.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:44:40.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:45:31.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:45:31.066Z||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-08-25T05:45:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:45:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:45:31.072Z||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-08-25T05:45:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:45:40.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:45:40.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:46:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:46:31.066Z||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-08-25T05:46:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:46:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:46:31.071Z||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-08-25T05:46:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:46:40.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:46:40.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:47:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:47:31.065Z||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-08-25T05:47:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:47:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:47:31.072Z||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-08-25T05:47:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:47:40.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:47:40.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:48:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:48:31.065Z||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-08-25T05:48:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:48:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:48:31.071Z||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-08-25T05:48:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:48:40.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:48:40.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:49:31.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:49:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:49:31.075Z||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-08-25T05:49:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:49:31.076Z||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-08-25T05:49:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:49:40.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:49:40.719Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:50:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:50:31.067Z||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-08-25T05:50:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:50:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:50:31.071Z||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-08-25T05:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:50:40.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:50:40.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:51:31.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:51:31.066Z||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-08-25T05:51:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:51:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:51:31.072Z||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-08-25T05:51:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:51:40.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:51:40.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:52:31.065Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:52:31.066Z||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-08-25T05:52:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:52:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:52:31.072Z||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-08-25T05:52:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:52:40.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:52:40.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:53:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:53:31.067Z||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-08-25T05:53:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:53:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:53:31.071Z||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-08-25T05:53:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:53:40.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:53:40.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:54:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:54:31.071Z||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-08-25T05:54:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:54:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:54:31.073Z||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-08-25T05:54:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:54:40.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:54:40.792Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:55:31.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:55:31.070Z||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-08-25T05:55:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:55:31.071Z||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-08-25T05:55:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:55:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:55:40.749Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:55:40.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:56:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:56:31.067Z||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-08-25T05:56:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:56:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:56:31.071Z||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-08-25T05:56:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:56:40.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:56:40.705Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:57:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:57:31.066Z||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-08-25T05:57:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:57:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:57:31.071Z||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-08-25T05:57:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:57:40.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:57:40.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:58:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:58:31.065Z||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-08-25T05:58:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:58:31.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:58:31.077Z||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-08-25T05:58:31.077Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:58:40.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:58:40.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:59:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:59:31.066Z||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-08-25T05:59:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:59:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:59:31.071Z||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-08-25T05:59:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:59:40.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:59:40.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:00:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:00:31.065Z||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-08-25T06:00:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:00:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:00:31.071Z||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-08-25T06:00:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:00:40.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:00:40.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:01:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:01:31.065Z||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-08-25T06:01:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:01:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:01:31.071Z||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-08-25T06:01:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:01:40.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:01:40.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:02:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:02:31.067Z||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-08-25T06:02:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:02:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:02:31.071Z||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-08-25T06:02:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:02:40.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:02:40.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:03:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:03:31.068Z||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-08-25T06:03:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:03:31.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:03:31.071Z||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-08-25T06:03:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:03:40.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:03:40.818Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:04:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:04:31.065Z||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-08-25T06:04:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:04:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:04:31.071Z||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-08-25T06:04:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:04:40.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:04:40.795Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:05:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:05:31.065Z||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-08-25T06:05:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:05:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:05:31.071Z||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-08-25T06:05:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:05:40.732Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:05:40.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:06:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:06:31.065Z||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-08-25T06:06:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:06:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:06:31.071Z||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-08-25T06:06:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:06:40.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:06:40.737Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:07:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:07:31.065Z||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-08-25T06:07:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:07:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:07:31.071Z||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-08-25T06:07:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:07:40.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:07:40.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:08:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:08:31.065Z||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-08-25T06:08:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:08:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:08:31.071Z||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-08-25T06:08:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:08:40.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:08:40.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:09:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:09:31.069Z||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-08-25T06:09:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:09:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:09:31.071Z||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-08-25T06:09:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:09:40.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:09:40.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:10:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:10:31.065Z||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-08-25T06:10:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:10:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:10:31.072Z||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-08-25T06:10:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:10:40.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:10:40.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:11:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:11:31.065Z||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-08-25T06:11:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:11:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:11:31.073Z||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-08-25T06:11:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:11:40.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:11:40.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:12:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:12:31.065Z||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-08-25T06:12:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:12:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:12:31.072Z||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-08-25T06:12:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:12:40.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:12:40.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:13:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:13:31.069Z||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-08-25T06:13:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:13:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:13:31.072Z||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-08-25T06:13:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:13:40.733Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:13:40.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:14:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:14:31.067Z||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-08-25T06:14:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:14:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:14:31.072Z||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-08-25T06:14:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:14:40.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:14:40.945Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:15:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:15:31.066Z||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-08-25T06:15:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:15:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:15:31.071Z||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-08-25T06:15:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:15:40.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:15:40.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:16:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:16:31.065Z||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-08-25T06:16:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:16:31.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:16:31.080Z||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-08-25T06:16:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:16:40.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:16:40.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:17:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:17:31.066Z||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-08-25T06:17:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:17:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:17:31.071Z||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-08-25T06:17:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:17:40.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:17:40.857Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:18:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:18:31.069Z||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-08-25T06:18:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:18:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:18:31.071Z||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-08-25T06:18:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:18:40.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:18:40.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:19:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:19:31.066Z||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-08-25T06:19:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:19:31.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:19:31.076Z||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-08-25T06:19:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:19:40.757Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:19:40.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:20:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:20:31.069Z||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-08-25T06:20:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:20:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:20:31.071Z||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-08-25T06:20:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:20:40.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:20:40.857Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:21:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:21:31.066Z||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-08-25T06:21:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:21:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:21:31.071Z||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-08-25T06:21:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:21:40.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:21:40.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:22:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:22:31.067Z||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-08-25T06:22:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:22:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:22:31.071Z||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-08-25T06:22:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:22:40.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:22:40.821Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:23:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:23:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:23:31.071Z||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-08-25T06:23:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:23:31.070Z||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-08-25T06:23:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:23:40.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:23:40.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:24:31.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:24:31.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:24:31.075Z||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-08-25T06:24:31.075Z||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-08-25T06:24:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:24:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:24:40.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:24:40.962Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:25:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:25:31.065Z||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-08-25T06:25:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:25:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:25:31.071Z||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-08-25T06:25:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:25:40.861Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:25:40.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:26:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:26:31.065Z||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-08-25T06:26:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:26:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:26:31.071Z||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-08-25T06:26:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:26:40.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:26:40.829Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:27:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:27:31.066Z||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-08-25T06:27:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:27:31.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:27:31.080Z||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-08-25T06:27:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:27:40.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:27:40.755Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:28:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:28:31.068Z||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-08-25T06:28:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:28:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:28:31.071Z||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-08-25T06:28:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:28:40.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:28:40.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:29:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:29:31.065Z||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-08-25T06:29:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:29:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:29:31.075Z||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-08-25T06:29:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:29:40.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:29:40.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:30:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:30:31.066Z||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-08-25T06:30:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:30:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:30:31.089Z||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-08-25T06:30:31.089Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:30:40.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:30:40.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:31:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:31:31.065Z||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-08-25T06:31:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:31:31.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:31:31.074Z||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-08-25T06:31:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:31:40.744Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:31:40.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:32:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:32:31.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:32:31.075Z||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-08-25T06:32:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:32:31.076Z||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-08-25T06:32:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:32:41.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:32:41.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:33:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:33:31.065Z||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-08-25T06:33:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:33:31.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:33:31.072Z||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-08-25T06:33:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:33:40.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:33:40.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:34:31.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:34:31.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:34:31.074Z||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-08-25T06:34:31.074Z||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-08-25T06:34:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:34:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:34:40.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:34:40.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:35:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:35:31.068Z||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-08-25T06:35:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:35:31.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:35:31.073Z||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-08-25T06:35:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:35:40.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:35:40.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:36:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:36:31.065Z||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-08-25T06:36:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:36:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:36:31.072Z||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-08-25T06:36:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:36:40.764Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:36:40.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:37:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:37:31.066Z||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-08-25T06:37:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:37:31.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:37:31.080Z||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-08-25T06:37:31.082Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:37:40.790Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:37:40.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:38:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:38:31.067Z||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-08-25T06:38:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:38:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:38:31.073Z||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-08-25T06:38:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:38:40.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:38:40.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:39:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:39:31.069Z||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-08-25T06:39:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:39:31.074Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:39:31.080Z||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-08-25T06:39:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:39:40.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:39:40.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:40:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:40:31.072Z||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-08-25T06:40:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:40:31.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:40:31.087Z||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-08-25T06:40:31.087Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:40:40.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:40:40.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:41:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:41:31.068Z||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-08-25T06:41:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:41:31.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:41:31.072Z||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-08-25T06:41:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:41:40.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:41:40.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:42:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:42:31.065Z||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-08-25T06:42:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:42:31.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:42:31.101Z||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-08-25T06:42:31.101Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:42:40.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:42:40.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:43:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:43:31.067Z||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-08-25T06:43:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:43:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:43:31.071Z||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-08-25T06:43:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:43:40.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:43:40.830Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:44:31.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:44:31.070Z||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-08-25T06:44:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:44:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:44:31.071Z||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-08-25T06:44:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:44:40.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:44:40.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:45:31.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:45:31.066Z||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-08-25T06:45:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:45:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:45:31.071Z||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-08-25T06:45:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:45:40.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:45:40.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:46:31.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:46:31.070Z||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-08-25T06:46:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:46:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:46:31.071Z||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-08-25T06:46:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:46:40.707Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:46:40.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:47:31.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:47:31.065Z||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-08-25T06:47:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:47:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:47:31.071Z||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-08-25T06:47:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:47:40.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:47:40.727Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:48:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:48:31.065Z||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-08-25T06:48:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:48:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:48:31.071Z||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-08-25T06:48:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:48:40.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:48:40.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:49:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:49:31.066Z||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-08-25T06:49:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:49:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:49:31.071Z||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-08-25T06:49:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:49:40.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:49:40.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:50:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:50:31.067Z||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-08-25T06:50:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:50:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:50:31.071Z||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-08-25T06:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:50:40.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:50:40.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:51:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:51:31.066Z||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-08-25T06:51:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:51:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:51:31.072Z||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-08-25T06:51:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:51:40.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:51:40.730Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:52:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:52:31.070Z||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-08-25T06:52:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:52:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:52:31.071Z||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-08-25T06:52:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:52:40.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:52:40.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:53:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:53:31.065Z||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-08-25T06:53:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:53:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:53:31.071Z||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-08-25T06:53:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:53:40.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:53:40.791Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:54:31.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:54:31.065Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:54:31.065Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:54:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:54:31.071Z||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-08-25T06:54:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:54:40.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:54:40.730Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:55:31.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:55:31.066Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:55:31.066Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:55:31.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:55:31.071Z||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-08-25T06:55:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:55:40.779Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:55:40.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:31.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:56:31.068Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:56:31.068Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:56:31.071Z||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-08-25T06:56:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:32.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:32.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T06:56:32.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c6dcdb3-3db7-429d-a5f0-b47537a68482","serviceName":"vFW 2022-08-25 06-54-54","serviceVersion":"1.0","serviceUUID":"18bc3e04-4669-44dc-afed-ff765c767963","serviceDescription":"catalog service description","serviceInvariantUUID":"8564c711-820e-48df-8894-d60b5cb775dd","resources":[{"resourceInstanceName":"vFW 88802122-6d86 0","resourceName":"vFW 88802122-6d86","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf","resourceInvariantUUID":"9e85fbd1-5c75-4496-a024-4f34568d936a","resourceCustomizationUUID":"ca637755-2b2c-48e2-86fe-c0c4716a0a6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml","artifactChecksum":"OGJlY2JlOWNlM2JlNmY4NmJhM2JjZjc5NTA5MmMxNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"719e25c1-41dc-4efc-89dc-0c4ecfff5be2","artifactVersion":"1"},{"artifactName":"vfw888021226d860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json","artifactChecksum":"ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"702e2db0-7802-4d90-8484-de8f1f6b7de2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVjZTRlYTg2YWNkZTNhYzVkNDg4ODcyNmNlYzRjNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5500f11a-2ed1-4cc4-8160-cb4887d23ae9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6108b60-ef07-49fd-bcb7-260d707008af","artifactVersion":"2","generatedFromUUID":"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825065454-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml","artifactChecksum":"ZGFjODI0MThiMDczZWI1Nzg5Mzc5NDIzNzQ2MTVlZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"312b75f4-46c2-4dd9-865f-47e0bcf5bcff","artifactVersion":"1"},{"artifactName":"service-Vfw20220825065454-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar","artifactChecksum":"NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac0d49e3-e85f-45f0-9d40-c6a57d6afc50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T06:56:32.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:32.058Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:32.079Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:32.080Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:56:32.178Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T06:56:32.186Z||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-08-25T06:56:32.186Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:32.224Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:32.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":6,"count":1}
2022-08-25T06:56:32.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:32.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T06:56:32.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:56:32.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:56:33.090Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:33.091Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:33.099Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:33.099Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:56:33.195Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T06:56:33.196Z||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-08-25T06:56:33.197Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:33.247Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:33.248Z||pool-4-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:34.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:34.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:34.103Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:34.103Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:56:34.203Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:34.205Z||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-08-25T06:56:34.205Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:34.225Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:34.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:35.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:35.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:35.109Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:35.109Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:56:35.209Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:35.210Z||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-08-25T06:56:35.210Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:35.239Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:35.240Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:36.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:36.111Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:36.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:36.114Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T06:56:36.216Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T06:56:36.217Z||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-08-25T06:56:36.218Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:36.250Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:36.251Z||pool-7-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:37.115Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:37.116Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:37.119Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:37.119Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:56:37.221Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T06:56:37.223Z||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-08-25T06:56:37.223Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:37.257Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:37.258Z||pool-8-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:38.121Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:38.123Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:38.126Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:38.126Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:56:38.226Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:38.227Z||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-08-25T06:56:38.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:38.271Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:38.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:39.129Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "serviceName": "vFW 2022-08-25 06-54-54",
  "serviceVersion": "1.0",
  "serviceUUID": "18bc3e04-4669-44dc-afed-ff765c767963",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8564c711-820e-48df-8894-d60b5cb775dd",
  "resources": [
    {
      "resourceInstanceName": "vFW 88802122-6d86 0",
      "resourceCustomizationUUID": "ca637755-2b2c-48e2-86fe-c0c4716a0a6e",
      "resourceName": "vFW 88802122-6d86",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf",
      "resourceInvariantUUID": "9e85fbd1-5c75-4496-a024-4f34568d936a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw888021226d860_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
          "artifactChecksum": "ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "702e2db0-7802-4d90-8484-de8f1f6b7de2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a6108b60-ef07-49fd-bcb7-260d707008af",
            "generatedFromUUID": "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a6108b60-ef07-49fd-bcb7-260d707008af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825065454-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
      "artifactChecksum": "NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac0d49e3-e85f-45f0-9d40-c6a57d6afc50"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T06:56:39.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T06:56:39.132Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18bc3e04-4669-44dc-afed-ff765c767963 ASDC
2022-08-25T06:56:39.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9c6dcdb3-3db7-429d-a5f0-b47537a68482
ServiceName:vFW 2022-08-25 06-54-54
ServiceVersion:1.0
ServiceUUID:18bc3e04-4669-44dc-afed-ff765c767963
ServiceInvariantUUID:8564c711-820e-48df-8894-d60b5cb775dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825065454-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
ArtifactUUID:ac0d49e3-e85f-45f0-9d40-c6a57d6afc50
ArtifactChecksum:NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 88802122-6d86 0
ResourceCustomizationUUID:ca637755-2b2c-48e2-86fe-c0c4716a0a6e
ResourceInvariantUUID:9e85fbd1-5c75-4496-a024-4f34568d936a
ResourceName:vFW 88802122-6d86
ResourceType:VF
ResourceUUID:d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw888021226d860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
ArtifactUUID:702e2db0-7802-4d90-8484-de8f1f6b7de2
ArtifactChecksum:ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ=
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
ArtifactUUID:fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
ArtifactUUID:a6108b60-ef07-49fd-bcb7-260d707008af
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
ArtifactUUID:a6108b60-ef07-49fd-bcb7-260d707008af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T06:56:39.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18bc3e04-4669-44dc-afed-ff765c767963 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-08-25T06:56:39.701Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T06:56:39.703Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:39.706Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:39.706Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac0d49e3-e85f-45f0-9d40-c6a57d6afc50 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:39.707Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:39.709Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:40.054Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:40.089Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ac0d49e3-e85f-45f0-9d40-c6a57d6afc50 100624
2022-08-25T06:56:40.092Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ASDC sendASDCNotification
2022-08-25T06:56:40.092Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:40.093Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:40.095Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:40.099Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:40.099Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410600090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:56:40.199Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:40.200Z||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-08-25T06:56:40.200Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:40.233Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:40.234Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:41.100Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T06:56:41.102Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:41.103Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ac0d49e3-e85f-45f0-9d40-c6a57d6afc50, URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar to file: /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.103Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.398Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.399Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:42.542Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3099438348404545129/Definitions/service-Vfw20220825065454-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-08-25T06:56:47.446Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T06:56:47.455Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T06:56:47.455Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.456Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 88802122-6d86 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.459Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.459Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T06:56:47.469Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.471Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.477Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.477Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T06:56:47.480Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T06:56:47.481Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.488Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T06:56:47.493Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.493Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T06:56:47.495Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.495Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00a8c976-6ea4-4db3-b5f8-0d4a25090e44
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47e35333-7e5b-4e5e-8c77-52ca08867992
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91878658-11dc-4ab7-b016-ce6ef097a1a3
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 06-54-54
Description:catalog service description
Model UUID:18bc3e04-4669-44dc-afed-ff765c767963
Model Version:NULL
Model InvariantUuid:8564c711-820e-48df-8894-d60b5cb775dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 88802122-6d86
Model UUID:0b056759-8d13-44d5-a3a2-8d87ae2cf9ab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e85fbd1-5c75-4496-a024-4f34568d936a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca637755-2b2c-48e2-86fe-c0c4716a0a6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:95d00bbb-2082-4612-8c3c-46a8103cdf31
ModelName:Vfw888021226d86..base_vfw..module-0
ModelUuid:cfa08394-5316-4959-bb9d-b7b3dfce1495
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00a8c976-6ea4-4db3-b5f8-0d4a25090e44
ModelInvariantUuid:7a87dd32-c1db-42ea-94d0-1288d6672e7c
ModelName:vFW 88802122-6d86-nodes.vfwCvfc
ModelUuid:8e703c48-81f5-467a-a769-929aeb6d04a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:817ce5da-d625-41a0-be34-8711b44b386c
ModelInvariantUuid:37ed3b03-de4c-4fb5-90eb-b56cfb369a9a
ModelName:Vfw888021226d86.compute.nodes.heat.vfw
ModelUuid:dbf69fa9-0b26-4a25-8003-7614f35ee3c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:47e35333-7e5b-4e5e-8c77-52ca08867992
ModelInvariantUuid:385dbd9e-0847-435f-9af6-124f7401989f
ModelName:vFW 88802122-6d86-nodes.vsnCvfc
ModelUuid:41bfd8e9-db02-47a8-b1ec-1fe6ef6e6155
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ac8e003-144b-4b71-ace5-bc36fe0314a1
ModelInvariantUuid:04599a38-8be9-4ed2-9111-b3a3439823fa
ModelName:Vfw888021226d86.compute.nodes.heat.vsn
ModelUuid:5192cddf-4136-4a57-aca6-5719e542921b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:91878658-11dc-4ab7-b016-ce6ef097a1a3
ModelInvariantUuid:68887cef-c5fb-46e8-919b-bba1a6d25840
ModelName:vFW 88802122-6d86-nodes.vpgCvfc
ModelUuid:883714eb-06b2-48aa-a097-6b5cc1bf26de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:aec1b784-9117-4132-9bb3-4dda8d9e46ae
ModelInvariantUuid:12fc813f-18fb-4886-a71f-c02735c3a46d
ModelName:Vfw888021226d86.compute.nodes.heat.vpg
ModelUuid:64b86c7a-90a1-4458-b8e7-6cee78f777e8
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-08-25T06:56:47.549Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T06:56:47.721Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||vFW 88802122-6d86 0
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 702e2db0-7802-4d90-8484-de8f1f6b7de2 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:47.733Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.825Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:47.826Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json 702e2db0-7802-4d90-8484-de8f1f6b7de2 785
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json ASDC sendASDCNotification
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:47.828Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:47.832Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:47.832Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410607827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:56:47.934Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:47.935Z||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-08-25T06:56:47.936Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:48.006Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:48.007Z||pool-11-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:48.835Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw888021226d86..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "95d00bbb-2082-4612-8c3c-46a8103cdf31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfa08394-5316-4959-bb9d-b7b3dfce1495",
    "vfModuleModelCustomizationUUID": "f6d934d8-976b-475c-b5e8-69c620b7f5ff",
    "isBase": true,
    "artifacts": [
      "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
      "a6108b60-ef07-49fd-bcb7-260d707008af"
    ],
    "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-08-25T06:56:48.869Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw888021226d86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa08394-5316-4959-bb9d-b7b3dfce1495
VfModuleModelInvariantUUID:95d00bbb-2082-4612-8c3c-46a8103cdf31
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
,
a6108b60-ef07-49fd-bcb7-260d707008af

}
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-08-25T06:56:48.876Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw888021226d86..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "95d00bbb-2082-4612-8c3c-46a8103cdf31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfa08394-5316-4959-bb9d-b7b3dfce1495",
    "vfModuleModelCustomizationUUID": "f6d934d8-976b-475c-b5e8-69c620b7f5ff",
    "isBase": true,
    "artifacts": [
      "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
      "a6108b60-ef07-49fd-bcb7-260d707008af"
    ],
    "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-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw888021226d86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa08394-5316-4959-bb9d-b7b3dfce1495
VfModuleModelInvariantUUID:95d00bbb-2082-4612-8c3c-46a8103cdf31
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
,
a6108b60-ef07-49fd-bcb7-260d707008af

}
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-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:48.878Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.946Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:48.949Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9 20368
2022-08-25T06:56:48.949Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:48.958Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:48.958Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410608949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:56:49.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T06:56:49.060Z||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-08-25T06:56:49.060Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:49.123Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:49.124Z||pool-12-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:49.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a6108b60-ef07-49fd-bcb7-260d707008af from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:49.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:49.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:50.131Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:50.132Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env a6108b60-ef07-49fd-bcb7-260d707008af 2098
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:50.134Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:50.139Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:50.139Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410610133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:56:50.241Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T06:56:50.243Z||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-08-25T06:56:50.243Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:50.278Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:50.279Z||pool-13-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:51.140Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 18bc3e04-4669-44dc-afed-ff765c767963
2022-08-25T06:56:51.141Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 88802122-6d86 0 d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf 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-08-25T06:56:51.229Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ff0b3a8, org.onap.sdc.toscaparser.api.parameters.Input@18f85c57, org.onap.sdc.toscaparser.api.parameters.Input@6720c7af, org.onap.sdc.toscaparser.api.parameters.Input@5362acaa, org.onap.sdc.toscaparser.api.parameters.Input@79a5289d]
2022-08-25T06:56:51.235Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ca637755-2b2c-48e2-86fe-c0c4716a0a6e
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e matches Tosca VF Customization UUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e
2022-08-25T06:56:51.237Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e  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-08-25T06:56:51.251Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.252Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ca637755-2b2c-48e2-86fe-c0c4716a0a6e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ecc1b91
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T06:56:51.256Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6d934d8-976b-475c-b5e8-69c620b7f5ff
2022-08-25T06:56:51.259Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6d934d8-976b-475c-b5e8-69c620b7f5ff
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-08-25T06:56:51.272Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.272Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.273Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00a8c976-6ea4-4db3-b5f8-0d4a25090e44
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-08-25T06:56:51.301Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.301Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.302Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.302Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:51.306Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.306Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47e35333-7e5b-4e5e-8c77-52ca08867992
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-08-25T06:56:51.310Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.311Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.311Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.314Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91878658-11dc-4ab7-b016-ce6ef097a1a3
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-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=ca637755-2b2c-48e2-86fe-c0c4716a0a6e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T06:56:51.325Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.325Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 18bc3e04-4669-44dc-afed-ff765c767963: vFW 88802122-6d86
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.328Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.328Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-25 06-54-54 
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-08-25T06:56:51.952Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 88802122-6d86 d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf 1 ASDC deployResourceStructure
2022-08-25T06:56:51.953Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json ASDC sendASDCNotification
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:51.957Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:51.957Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410611953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T06:56:52.057Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:52.059Z||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-08-25T06:56:52.060Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:52.124Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:52.125Z||pool-14-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:52.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T06:56:52.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:52.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:52.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:52.963Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:52.964Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410612958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T06:56:53.064Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:53.066Z||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-08-25T06:56:53.066Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:53.138Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:53.140Z||pool-15-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:53.965Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:53.969Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:53.970Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410613965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T06:56:54.070Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:54.071Z||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-08-25T06:56:54.071Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:54.111Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:54.112Z||pool-16-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:54.971Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ASDC sendASDCNotification
2022-08-25T06:56:54.972Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:54.972Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:54.973Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:54.979Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:54.980Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410614970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:56:55.078Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T06:56:55.080Z||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-08-25T06:56:55.080Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:55.113Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:56:55.116Z||pool-17-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:55.988Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:56:56.055Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:57:26.062Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:57:26.082Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:57:26.095Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:57:26.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:57:26.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:57:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:57:31.071Z||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-08-25T06:57:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:57:31.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:57:31.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T06:57:31.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:57:31.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:57:56.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:57:56.118Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:57:56.122Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:57:56.122Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:57:56.123Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:58:26.123Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:58:26.160Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:58:26.165Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:58:26.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:58:26.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:58:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:58:31.072Z||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-08-25T06:58:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:58:31.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:58:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T06:58:31.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:58:31.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:58:56.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:58:56.187Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:58:56.202Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:58:56.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:58:56.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:26.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:59:26.219Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:59:31.082Z||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-08-25T06:59:31.082Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:59:31.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T06:59:31.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410591065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410585916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410591718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410599801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410600090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410593987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410595633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410596927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410603562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410605196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "cds",
  "timestamp": 1661410604581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-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-08-25T06:59:31.748Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410606402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410605387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410606392,
  "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-08-25T06:59:31.789Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410607541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410599709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410608735,
  "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-08-25T06:59:31.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410607654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410607827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410608564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410609742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410608666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410608949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "policy-id",
  "timestamp": 1661410609671,
  "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-08-25T06:59:31.894Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.894Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410610133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410610591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "clamp",
  "timestamp": 1661410611598,
  "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-08-25T06:59:31.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410605755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410611953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410612958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410614112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410613965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410614970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410610633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "cds",
  "timestamp": 1661410619544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-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-08-25T06:59:31.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:31.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:31.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410613987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410615916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410616938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410624983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410626224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410627386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410619710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410628441,
  "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-08-25T06:59:32.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410627590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410629454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410621717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410628594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410630081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "policy-id",
  "timestamp": 1661410629600,
  "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-08-25T06:59:32.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410629707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "aai-ml",
  "timestamp": 1661410631112,
  "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-08-25T06:59:32.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:32.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:32.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410632103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410633107,
  "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-08-25T06:59:32.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410634564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410636590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "clamp",
  "timestamp": 1661410637596,
  "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-08-25T06:59:32.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410635755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410650882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "aai-ml",
  "timestamp": 1661410651904,
  "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-08-25T06:59:32.233Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.233Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:56.225Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T06:59:56.242Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:56.248Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T06:59:56.248Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T06:59:56.264Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:00:26.265Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T07:00:26.286Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482 and serviceModelVersionId: 18bc3e04-4669-44dc-afed-ff765c767963
2022-08-25T07:00:26.287Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8564c711-820e-48df-8894-d60b5cb775dd
2022-08-25T07:00:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:00:31.071Z||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-08-25T07:00:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:40.737Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:00:47.525Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0
2022-08-25T07:00:47.690Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:00:48.513Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:48.522Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:50.094Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:50.098Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:51.629Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:51.633Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:52.666Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.669Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:52.670Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.671Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:52.681Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:52.682Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c6dcdb3-3db7-429d-a5f0-b47537a68482 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.686Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:00:52.687Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:52.693Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:52.693Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410852682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:00:52.796Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T07:00:52.797Z||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-08-25T07:00:52.798Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:52.825Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:00:52.825Z||pool-18-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-08-25T07:00:53.750Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:00:53.751Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:53.752Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:58.494Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:00:58.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||received message from topic
2022-08-25T07:00:58.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ad229048-c2af-45ba-9923-2a82ab920948","serviceName":"basic_onboard_PKKJWC","serviceVersion":"1.0","serviceUUID":"00e5eae1-09f0-473d-b3c4-5fd18638858b","serviceDescription":"service","serviceInvariantUUID":"38e5b95d-4fc8-425d-9273-cc2460336a4d","resources":[{"resourceInstanceName":"basic_onboard_PKKJWC 0","resourceName":"basic_onboard_PKKJWC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78b15c8e-57b7-418d-93da-26a2ebf866d2","resourceInvariantUUID":"bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82","resourceCustomizationUUID":"9544e0f2-83d6-49bb-8f9e-7bde91039e8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml","artifactChecksum":"YzBkMTk5MGQ2NjE5YjE1MjRjNWZkOTcxZmY5NTQ1MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36283371-f3d6-4591-836d-f57b2de03dc4","artifactVersion":"1"},{"artifactName":"basic_onboard_pkkjwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json","artifactChecksum":"NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a889ea9e-5717-4694-8480-8bd4412bf266","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9778ef9e-546e-44f0-bc0e-7a5b492c41e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"221b2b6f-44c3-46bb-8c0d-3d7c0bb3b939","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd1f959a-bef9-4ff8-a353-849cf55ba0b0","artifactVersion":"2","generatedFromUUID":"9778ef9e-546e-44f0-bc0e-7a5b492c41e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkkjwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml","artifactChecksum":"NTUyNmZkOGU5OGYxM2I3OWZiZGEzZGNkNjcxNTA3NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1629849-50b0-445a-bb75-6209763ca647","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkkjwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar","artifactChecksum":"MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e95d4ef-a3e0-4798-ac5e-e8839f8d3823","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:00:58.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:00:58.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:58.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:58.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:00:58.607Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:00:58.609Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:00:58.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:58.647Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:00:58.648Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:00:59.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:00:59.511Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:59.514Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:59.515Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:00:59.614Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:00:59.615Z||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-08-25T07:00:59.616Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:59.650Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:00:59.651Z||pool-20-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:00.516Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:00.517Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:00.520Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:00.521Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:01:00.621Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:00.627Z||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-08-25T07:01:00.627Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:00.651Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:00.652Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:01.522Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:01.523Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:01.526Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:01.527Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:01:01.627Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:01.628Z||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-08-25T07:01:01.629Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:01.682Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:01.683Z||pool-22-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:02.528Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:02.529Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:02.531Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:02.532Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T07:01:02.632Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:02.633Z||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-08-25T07:01:02.633Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:02.699Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:02.700Z||pool-23-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:03.533Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:03.534Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:03.536Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:03.537Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:01:03.637Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:03.639Z||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-08-25T07:01:03.639Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:03.714Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:03.715Z||pool-24-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:04.538Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:04.539Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:04.543Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:04.544Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:01:04.649Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:01:04.650Z||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-08-25T07:01:04.651Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:04.715Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:04.716Z||pool-25-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:05.546Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "serviceName": "basic_onboard_PKKJWC",
  "serviceVersion": "1.0",
  "serviceUUID": "00e5eae1-09f0-473d-b3c4-5fd18638858b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "38e5b95d-4fc8-425d-9273-cc2460336a4d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PKKJWC 0",
      "resourceCustomizationUUID": "9544e0f2-83d6-49bb-8f9e-7bde91039e8b",
      "resourceName": "basic_onboard_PKKJWC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78b15c8e-57b7-418d-93da-26a2ebf866d2",
      "resourceInvariantUUID": "bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pkkjwc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
          "artifactChecksum": "NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a889ea9e-5717-4694-8480-8bd4412bf266",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd1f959a-bef9-4ff8-a353-849cf55ba0b0",
            "generatedFromUUID": "9778ef9e-546e-44f0-bc0e-7a5b492c41e9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd1f959a-bef9-4ff8-a353-849cf55ba0b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPkkjwc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
      "artifactChecksum": "MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e95d4ef-a3e0-4798-ac5e-e8839f8d3823"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:01:05.547Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:01:05.548Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00e5eae1-09f0-473d-b3c4-5fd18638858b ASDC
2022-08-25T07:01:05.549Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ad229048-c2af-45ba-9923-2a82ab920948
ServiceName:basic_onboard_PKKJWC
ServiceVersion:1.0
ServiceUUID:00e5eae1-09f0-473d-b3c4-5fd18638858b
ServiceInvariantUUID:38e5b95d-4fc8-425d-9273-cc2460336a4d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPkkjwc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
ArtifactUUID:1e95d4ef-a3e0-4798-ac5e-e8839f8d3823
ArtifactChecksum:MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PKKJWC 0
ResourceCustomizationUUID:9544e0f2-83d6-49bb-8f9e-7bde91039e8b
ResourceInvariantUUID:bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82
ResourceName:basic_onboard_PKKJWC
ResourceType:VF
ResourceUUID:78b15c8e-57b7-418d-93da-26a2ebf866d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pkkjwc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
ArtifactUUID:a889ea9e-5717-4694-8480-8bd4412bf266
ArtifactChecksum:NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY=
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9778ef9e-546e-44f0-bc0e-7a5b492c41e9
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd1f959a-bef9-4ff8-a353-849cf55ba0b0
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd1f959a-bef9-4ff8-a353-849cf55ba0b0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:01:05.550Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00e5eae1-09f0-473d-b3c4-5fd18638858b 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-08-25T07:01:05.610Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:01:05.611Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:05.612Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:05.612Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.613Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:05.613Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:05.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823 75235
2022-08-25T07:01:05.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar ASDC sendASDCNotification
2022-08-25T07:01:05.884Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.884Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:05.885Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:05.891Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:05.891Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410865883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:05.988Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T07:01:05.990Z||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-08-25T07:01:05.990Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:06.009Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:06.010Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:06.892Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:01:06.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:06.895Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to write artifact UUID: 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823, URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.896Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.897Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.897Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:07.185Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12578882767361626625/Definitions/service-BasicOnboardPkkjwc-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-25T07:01:08.987Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:01:08.988Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||####################################################################################################
2022-08-25T07:01:08.988Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PKKJWC 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||####################################################################################################
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b507ccb1-bc63-4e24-877c-9b8e28ba78d2
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PKKJWC
Description:service
Model UUID:00e5eae1-09f0-473d-b3c4-5fd18638858b
Model Version:NULL
Model InvariantUuid:38e5b95d-4fc8-425d-9273-cc2460336a4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PKKJWC
Model UUID:4d82bb89-27ed-47ec-83ad-893bf32c4106
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9544e0f2-83d6-49bb-8f9e-7bde91039e8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c63b56a4-6220-4e27-885a-96192497a4a0
ModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
ModelUuid:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b507ccb1-bc63-4e24-877c-9b8e28ba78d2
ModelInvariantUuid:7cf9f7fe-4148-49e6-badb-c77c12dcd1c0
ModelName:basic_onboard_PKKJWC-nodes.ubuntu18Cvfc
ModelUuid:ae4e21d3-ff2f-4a7e-9887-707949fdbbb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c01fe4e5-3721-4599-849e-c19d05af0f66
ModelInvariantUuid:c794890a-28b5-40b8-9aad-d0bb52b9b964
ModelName:BasicOnboardPkkjwc.compute.nodes.heat.ubuntu18
ModelUuid:faaa8048-0bf0-4f64-8753-624680791a58
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-08-25T07:01:09.016Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 78b15c8e-57b7-418d-93da-26a2ebf866d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:01:09.029Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||basic_onboard_PKKJWC 0
2022-08-25T07:01:09.029Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 78b15c8e-57b7-418d-93da-26a2ebf866d2
2022-08-25T07:01:09.030Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: a889ea9e-5717-4694-8480-8bd4412bf266 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.030Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:09.031Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.105Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json a889ea9e-5717-4694-8480-8bd4412bf266 798
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json ASDC sendASDCNotification
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.107Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:09.107Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:09.110Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:09.111Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410869106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:09.210Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:01:09.212Z||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-08-25T07:01:09.212Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:09.238Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:09.239Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:10.112Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPkkjwc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c63b56a4-6220-4e27-885a-96192497a4a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8ff6776-6a54-4ebe-ba32-d7f6e45c0739",
    "vfModuleModelCustomizationUUID": "b41b649f-bf2a-47b5-9bd9-4a303f1164f0",
    "isBase": true,
    "artifacts": [
      "9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
      "bd1f959a-bef9-4ff8-a353-849cf55ba0b0"
    ],
    "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-08-25T07:01:10.124Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
VfModuleModelInvariantUUID:c63b56a4-6220-4e27-885a-96192497a4a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9778ef9e-546e-44f0-bc0e-7a5b492c41e9
,
bd1f959a-bef9-4ff8-a353-849cf55ba0b0

}
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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPkkjwc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c63b56a4-6220-4e27-885a-96192497a4a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8ff6776-6a54-4ebe-ba32-d7f6e45c0739",
    "vfModuleModelCustomizationUUID": "b41b649f-bf2a-47b5-9bd9-4a303f1164f0",
    "isBase": true,
    "artifacts": [
      "9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
      "bd1f959a-bef9-4ff8-a353-849cf55ba0b0"
    ],
    "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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
VfModuleModelInvariantUUID:c63b56a4-6220-4e27-885a-96192497a4a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9778ef9e-546e-44f0-bc0e-7a5b492c41e9
,
bd1f959a-bef9-4ff8-a353-849cf55ba0b0

}
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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: 9778ef9e-546e-44f0-bc0e-7a5b492c41e9 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.129Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:10.129Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.286Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:10.286Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml 9778ef9e-546e-44f0-bc0e-7a5b492c41e9 5033
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:10.290Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:10.290Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410870287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:10.392Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:01:10.393Z||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-08-25T07:01:10.393Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:10.421Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:10.421Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:11.291Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: bd1f959a-bef9-4ff8-a353-849cf55ba0b0 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.292Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:11.292Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.403Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env bd1f959a-bef9-4ff8-a353-849cf55ba0b0 909
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:11.405Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:11.408Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:11.408Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410871404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:11.508Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:11.509Z||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-08-25T07:01:11.509Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:11.611Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:11.612Z||pool-29-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:12.409Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Preparing to deploy Service: 00e5eae1-09f0-473d-b3c4-5fd18638858b
2022-08-25T07:01:12.409Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PKKJWC 0 78b15c8e-57b7-418d-93da-26a2ebf866d2 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-08-25T07:01:12.436Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@345d14cc, org.onap.sdc.toscaparser.api.parameters.Input@190e8d25, org.onap.sdc.toscaparser.api.parameters.Input@56a4cd65, org.onap.sdc.toscaparser.api.parameters.Input@422089a7, org.onap.sdc.toscaparser.api.parameters.Input@1e071e5b]
2022-08-25T07:01:12.438Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VFCustomizationUUID= 9544e0f2-83d6-49bb-8f9e-7bde91039e8b
2022-08-25T07:01:12.440Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b matches Tosca VF Customization UUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b
2022-08-25T07:01:12.440Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||vfCustomizationUUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b  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-08-25T07:01:12.444Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.445Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.446Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||resource request for resource customization id 9544e0f2-83d6-49bb-8f9e-7bde91039e8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:01:12.446Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4599378a
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b41b649f-bf2a-47b5-9bd9-4a303f1164f0
2022-08-25T07:01:12.448Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b41b649f-bf2a-47b5-9bd9-4a303f1164f0
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-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.455Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.456Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.456Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.457Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.457Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b507ccb1-bc63-4e24-877c-9b8e28ba78d2
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-08-25T07:01:12.463Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.463Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.464Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.464Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.465Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.465Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=9544e0f2-83d6-49bb-8f9e-7bde91039e8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:01:12.468Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500|| resourceSeq for service uuid 00e5eae1-09f0-473d-b3c4-5fd18638858b: basic_onboard_PKKJWC
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.471Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.471Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:01:12.473Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.473Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Saving Service: basic_onboard_PKKJWC 
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-08-25T07:01:12.619Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PKKJWC 78b15c8e-57b7-418d-93da-26a2ebf866d2 1 ASDC deployResourceStructure
2022-08-25T07:01:12.620Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json ASDC sendASDCNotification
2022-08-25T07:01:12.621Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:12.621Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:12.622Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:12.627Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:12.627Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410872620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:12.726Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:01:12.727Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:01:12.728Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:12.790Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:12.792Z||pool-30-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:13.629Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T07:01:13.629Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:13.630Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:13.631Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:13.634Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:13.634Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410873629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:13.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:13.736Z||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-08-25T07:01:13.736Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:13.776Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:13.777Z||pool-31-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:14.635Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T07:01:14.636Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:14.636Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:14.637Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:14.639Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:14.639Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410874635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:14.739Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:14.740Z||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-08-25T07:01:14.740Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:14.766Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:14.767Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:15.640Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar ASDC sendASDCNotification
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:15.646Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:15.646Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410875640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:15.746Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:15.749Z||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-08-25T07:01:15.749Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:15.767Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:15.769Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:16.647Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:01:16.668Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:01:16.677Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:01:16.686Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:01:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:01:31.071Z||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-08-25T07:01:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:31.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:31.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410852682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410853750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410865883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410869106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410870287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410871404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410872620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410873629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410874635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410875640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:46.687Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T07:01:46.702Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad229048-c2af-45ba-9923-2a82ab920948 and serviceModelVersionId: 00e5eae1-09f0-473d-b3c4-5fd18638858b
2022-08-25T07:01:46.702Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38e5b95d-4fc8-425d-9273-cc2460336a4d
2022-08-25T07:01:46.704Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0
2022-08-25T07:01:46.713Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:01:46.790Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:46.791Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[517a6259-29d4-4656-84d6-4c0bdeeb876a], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:48.333Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:48.334Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0d447bc-f361-44d7-858e-cb81b3ea3d27], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:49.904Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:49.906Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a49855cf-03c3-4187-bc31-091c11d9c6ac], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:50.936Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.937Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:01:50.940Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.940Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:01:50.951Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:01:50.952Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad229048-c2af-45ba-9923-2a82ab920948 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.952Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:01:50.953Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:50.956Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:50.957Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410910952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:01:51.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:51.061Z||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-08-25T07:01:51.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:51.138Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:01:51.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (83 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-08-25T07:01:52.108Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:01:52.109Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:01:52.110Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:01.709Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:02:01.710Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:01.712Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:02:01.713Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:11.429Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:02:11.430Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:11.431Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:02:11.431Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:21.108Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:02:21.109Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:21.111Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:02:21.112Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:30.737Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:02:31.064Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:02:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:31.072Z||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-08-25T07:02:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:31.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:02:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:02:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661410910952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:02:31.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:02:40.751Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:31.064Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:03:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:03:31.066Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:03:31.072Z||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-08-25T07:03:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.849Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:31.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b430184d-6222-4c04-9bd3-aeab45f03139","serviceName":"vFW 2022-08-25 07-01-21","serviceVersion":"1.0","serviceUUID":"ec0039f9-9fa0-48b1-825b-cf10d6e48409","serviceDescription":"catalog service description","serviceInvariantUUID":"2857ea5f-183d-4dc7-93ae-585c31c870da","resources":[{"resourceInstanceName":"vFW 96c2ea15-6273 0","resourceName":"vFW 96c2ea15-6273","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04cf5bd3-e47d-4ced-9e9e-63faf5d92bef","resourceInvariantUUID":"8db62ded-703a-4d6a-b13f-e539f26827e2","resourceCustomizationUUID":"77c1e926-ac0a-47e3-b6b4-2426a52d517d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml","artifactChecksum":"Yjk0NDdhY2ZlNzQzM2Y1YzVkOTZlMjlhZWFlNmQwMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c947f6c-7f7e-4ee4-ae37-53f881629836","artifactVersion":"1"},{"artifactName":"vfw96c2ea1562730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json","artifactChecksum":"MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54c54bb6-4e99-48ca-8c16-c45606971863","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c5d25239-d3b3-461b-b49e-22dd6b605490","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml","artifactChecksum":"OWMxZTk3ZTVmYjVlNmYzYTgyN2MwZGQ2MGVmNmExYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c165c84-dda0-49e5-a083-dadd9f9f1c9a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bef398c-6087-425a-9df5-89dbd0bd0abf","artifactVersion":"2","generatedFromUUID":"c5d25239-d3b3-461b-b49e-22dd6b605490"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825070121-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml","artifactChecksum":"ZjYxODUxM2QwMTliN2ZmMDIxNTE4NDNmZGFjZThhOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61ca2be0-d706-449f-89c5-4c8d655ee262","artifactVersion":"1"},{"artifactName":"service-Vfw20220825070121-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar","artifactChecksum":"NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65de99f5-508b-4e06-814c-2e726f0765f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.864Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.865Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661410953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410955632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410951717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410959709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410956927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410968492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410968545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.871Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410968110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.872Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410969676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410969497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "cds",
  "timestamp": 1661410969117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-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-08-25T07:03:31.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410970919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "policy-id",
  "timestamp": 1661410970500,
  "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-08-25T07:03:31.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.922Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410972020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410965755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410971828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410973076,
  "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-08-25T07:03:31.949Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.950Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410973762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.977Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:03:31.978Z||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-08-25T07:03:31.978Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661410972832,
  "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-08-25T07:03:31.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661410974084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.003Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.004Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410975919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410983872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "aai-ml",
  "timestamp": 1661410984884,
  "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-08-25T07:03:32.013Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:32.013Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410995724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410997747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "clamp",
  "timestamp": 1661410998754,
  "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-08-25T07:03:32.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:32.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.873Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:32.874Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:32.876Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:32.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:03:32.979Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:03:32.980Z||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-08-25T07:03:32.980Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:33.011Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:33.012Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:33.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:33.879Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:33.881Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:33.882Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:03:33.982Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:33.983Z||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-08-25T07:03:33.983Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:34.007Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:34.008Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:34.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:34.885Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:34.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:34.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:34.988Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:34.989Z||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-08-25T07:03:34.989Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:35.008Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:35.009Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:35.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:35.889Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:35.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:35.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:03:35.994Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:35.995Z||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-08-25T07:03:35.996Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:36.016Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:36.017Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:36.895Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:36.898Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:36.903Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:36.903Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:03:37.002Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:37.004Z||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-08-25T07:03:37.004Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:37.045Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:37.047Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":7,"count":1}
2022-08-25T07:03:37.904Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:37.905Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:37.909Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:37.909Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:03:38.009Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:38.011Z||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-08-25T07:03:38.011Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:38.065Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:38.065Z||pool-41-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "serviceName": "vFW 2022-08-25 07-01-21",
  "serviceVersion": "1.0",
  "serviceUUID": "ec0039f9-9fa0-48b1-825b-cf10d6e48409",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2857ea5f-183d-4dc7-93ae-585c31c870da",
  "resources": [
    {
      "resourceInstanceName": "vFW 96c2ea15-6273 0",
      "resourceCustomizationUUID": "77c1e926-ac0a-47e3-b6b4-2426a52d517d",
      "resourceName": "vFW 96c2ea15-6273",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04cf5bd3-e47d-4ced-9e9e-63faf5d92bef",
      "resourceInvariantUUID": "8db62ded-703a-4d6a-b13f-e539f26827e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw96c2ea1562730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
          "artifactChecksum": "MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "54c54bb6-4e99-48ca-8c16-c45606971863",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c5d25239-d3b3-461b-b49e-22dd6b605490",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4bef398c-6087-425a-9df5-89dbd0bd0abf",
            "generatedFromUUID": "c5d25239-d3b3-461b-b49e-22dd6b605490"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4bef398c-6087-425a-9df5-89dbd0bd0abf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825070121-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
      "artifactChecksum": "NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65de99f5-508b-4e06-814c-2e726f0765f1"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec0039f9-9fa0-48b1-825b-cf10d6e48409 ASDC
2022-08-25T07:03:38.913Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b430184d-6222-4c04-9bd3-aeab45f03139
ServiceName:vFW 2022-08-25 07-01-21
ServiceVersion:1.0
ServiceUUID:ec0039f9-9fa0-48b1-825b-cf10d6e48409
ServiceInvariantUUID:2857ea5f-183d-4dc7-93ae-585c31c870da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825070121-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
ArtifactUUID:65de99f5-508b-4e06-814c-2e726f0765f1
ArtifactChecksum:NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 96c2ea15-6273 0
ResourceCustomizationUUID:77c1e926-ac0a-47e3-b6b4-2426a52d517d
ResourceInvariantUUID:8db62ded-703a-4d6a-b13f-e539f26827e2
ResourceName:vFW 96c2ea15-6273
ResourceType:VF
ResourceUUID:04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw96c2ea1562730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
ArtifactUUID:54c54bb6-4e99-48ca-8c16-c45606971863
ArtifactChecksum:MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM=
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
ArtifactUUID:c5d25239-d3b3-461b-b49e-22dd6b605490
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
ArtifactUUID:4bef398c-6087-425a-9df5-89dbd0bd0abf
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
ArtifactUUID:4bef398c-6087-425a-9df5-89dbd0bd0abf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:03:38.913Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec0039f9-9fa0-48b1-825b-cf10d6e48409 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-08-25T07:03:39.002Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 65de99f5-508b-4e06-814c-2e726f0765f1 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:39.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.119Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar 65de99f5-508b-4e06-814c-2e726f0765f1 100639
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar ASDC sendASDCNotification
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:39.127Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:39.131Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:39.131Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411019126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:39.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:39.231Z||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-08-25T07:03:39.232Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:39.258Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:39.259Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:40.132Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:03:40.133Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:40.134Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to write artifact UUID: 65de99f5-508b-4e06-814c-2e726f0765f1, URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar to file: /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.134Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.135Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.136Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.457Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4613286126770444808/Definitions/service-Vfw20220825070121-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-25T07:03:44.148Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 96c2ea15-6273 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe16234a-e140-4787-a7df-1f8b535167c0
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adbc5520-b83a-401a-8dca-b098a3e4cde3
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3fa55677-9926-4122-a0a5-5e07042bcee5
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-01-21
Description:catalog service description
Model UUID:ec0039f9-9fa0-48b1-825b-cf10d6e48409
Model Version:NULL
Model InvariantUuid:2857ea5f-183d-4dc7-93ae-585c31c870da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 96c2ea15-6273
Model UUID:95280277-aa9e-4d77-9e61-139d6cc499d5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8db62ded-703a-4d6a-b13f-e539f26827e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77c1e926-ac0a-47e3-b6b4-2426a52d517d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75a672b9-1c75-4176-b943-a1404b4c5271
ModelName:Vfw96c2ea156273..base_vfw..module-0
ModelUuid:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe16234a-e140-4787-a7df-1f8b535167c0
ModelInvariantUuid:6463f654-b0aa-4fad-8fdc-fefb9926834f
ModelName:vFW 96c2ea15-6273-nodes.vfwCvfc
ModelUuid:d6501d63-16cd-49c1-a312-384c2b0bf6af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e8e5a2d1-2dd3-462b-9e52-ae9490348c1e
ModelInvariantUuid:80feb94b-abc3-4261-ac8c-0e99c616a36d
ModelName:Vfw96c2ea156273.compute.nodes.heat.vfw
ModelUuid:10a90591-3739-41ec-a20b-63d91242e992
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:adbc5520-b83a-401a-8dca-b098a3e4cde3
ModelInvariantUuid:319f1b62-4c04-4f32-a3a2-ac68278b6466
ModelName:vFW 96c2ea15-6273-nodes.vsnCvfc
ModelUuid:101ebaf3-bd56-4192-b4a1-f5e80c3579e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:946ea1fc-df33-4e96-be4e-289a336932a7
ModelInvariantUuid:9fd96999-61f6-4d6d-8adf-fa771a9ad6f1
ModelName:Vfw96c2ea156273.compute.nodes.heat.vsn
ModelUuid:762a58d0-6bed-42c7-b33b-490f92d5c081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3fa55677-9926-4122-a0a5-5e07042bcee5
ModelInvariantUuid:b28197c3-2489-4ac7-bbd0-666b0e1e8e4f
ModelName:vFW 96c2ea15-6273-nodes.vpgCvfc
ModelUuid:1f33a424-fda7-4733-a0f8-89e58f796cfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:70b1f4e2-0e00-4802-9594-51a53db10a1d
ModelInvariantUuid:7d417aff-909a-42a8-b48e-d6159d1a5973
ModelName:Vfw96c2ea156273.compute.nodes.heat.vpg
ModelUuid:b9d06427-b846-4ef7-88b5-155fa1e3cff8
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-08-25T07:03:44.188Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:03:44.192Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||vFW 96c2ea15-6273 0
2022-08-25T07:03:44.193Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
2022-08-25T07:03:44.193Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 54c54bb6-4e99-48ca-8c16-c45606971863 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.194Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:44.194Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.281Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:44.282Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json 54c54bb6-4e99-48ca-8c16-c45606971863 785
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json ASDC sendASDCNotification
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:44.286Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:44.287Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411024283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:44.387Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:44.388Z||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-08-25T07:03:44.388Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:44.425Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:44.426Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:45.291Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw96c2ea156273..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "75a672b9-1c75-4176-b943-a1404b4c5271",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fbc187c-2622-42c9-ac1b-0e7bc6670d76",
    "vfModuleModelCustomizationUUID": "6b78c728-7faf-419a-8292-33ab2cccbacf",
    "isBase": true,
    "artifacts": [
      "c5d25239-d3b3-461b-b49e-22dd6b605490",
      "4bef398c-6087-425a-9df5-89dbd0bd0abf"
    ],
    "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-08-25T07:03:45.302Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96c2ea156273..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
VfModuleModelInvariantUUID:75a672b9-1c75-4176-b943-a1404b4c5271
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5d25239-d3b3-461b-b49e-22dd6b605490
,
4bef398c-6087-425a-9df5-89dbd0bd0abf

}
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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw96c2ea156273..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "75a672b9-1c75-4176-b943-a1404b4c5271",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fbc187c-2622-42c9-ac1b-0e7bc6670d76",
    "vfModuleModelCustomizationUUID": "6b78c728-7faf-419a-8292-33ab2cccbacf",
    "isBase": true,
    "artifacts": [
      "c5d25239-d3b3-461b-b49e-22dd6b605490",
      "4bef398c-6087-425a-9df5-89dbd0bd0abf"
    ],
    "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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96c2ea156273..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
VfModuleModelInvariantUUID:75a672b9-1c75-4176-b943-a1404b4c5271
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5d25239-d3b3-461b-b49e-22dd6b605490
,
4bef398c-6087-425a-9df5-89dbd0bd0abf

}
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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: c5d25239-d3b3-461b-b49e-22dd6b605490 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.307Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:45.307Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.407Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml c5d25239-d3b3-461b-b49e-22dd6b605490 20368
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.410Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:45.410Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:45.413Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:45.413Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411025409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:45.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:45.515Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:03:45.516Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:45.547Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:45.548Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:46.416Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 4bef398c-6087-425a-9df5-89dbd0bd0abf from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.416Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:46.417Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.501Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:46.502Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env 4bef398c-6087-425a-9df5-89dbd0bd0abf 2098
2022-08-25T07:03:46.503Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:03:46.503Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.504Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:46.504Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:46.507Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:46.507Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411026503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:03:46.608Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:46.610Z||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-08-25T07:03:46.610Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:46.640Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:46.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:47.508Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Preparing to deploy Service: ec0039f9-9fa0-48b1-825b-cf10d6e48409
2022-08-25T07:03:47.509Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 96c2ea15-6273 0 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef 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-08-25T07:03:47.537Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cef79f4, org.onap.sdc.toscaparser.api.parameters.Input@563506d8, org.onap.sdc.toscaparser.api.parameters.Input@668aa22b, org.onap.sdc.toscaparser.api.parameters.Input@6c6bff43, org.onap.sdc.toscaparser.api.parameters.Input@4bec1be3]
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VFCustomizationUUID= 77c1e926-ac0a-47e3-b6b4-2426a52d517d
2022-08-25T07:03:47.542Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d matches Tosca VF Customization UUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d
2022-08-25T07:03:47.542Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||vfCustomizationUUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d  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-08-25T07:03:47.546Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.546Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.547Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||resource request for resource customization id 77c1e926-ac0a-47e3-b6b4-2426a52d517d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:03:47.548Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@351bc680
2022-08-25T07:03:47.549Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.549Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:03:47.550Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b78c728-7faf-419a-8292-33ab2cccbacf
2022-08-25T07:03:47.552Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b78c728-7faf-419a-8292-33ab2cccbacf
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-08-25T07:03:47.557Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe16234a-e140-4787-a7df-1f8b535167c0
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-08-25T07:03:47.568Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.568Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.569Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.569Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.570Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:47.572Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:47.572Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:47.572Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.573Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.573Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.573Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:47.574Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:47.574Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:03:47.575Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:47.576Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.576Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:47.576Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.576Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adbc5520-b83a-401a-8dca-b098a3e4cde3
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-08-25T07:03:47.580Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.580Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.581Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.581Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.582Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:47.582Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:47.583Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:47.583Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.583Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.584Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.584Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:47.585Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:47.585Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:47.586Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:47.586Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.586Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.587Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:03:47.587Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3fa55677-9926-4122-a0a5-5e07042bcee5
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-08-25T07:03:47.591Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.591Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.592Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.592Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.592Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.592Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=77c1e926-ac0a-47e3-b6b4-2426a52d517d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:03:47.595Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.595Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.595Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500|| resourceSeq for service uuid ec0039f9-9fa0-48b1-825b-cf10d6e48409: vFW 96c2ea15-6273
2022-08-25T07:03:47.596Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.596Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.596Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.596Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.597Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.597Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.597Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.597Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.597Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:03:47.598Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.598Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Saving Service: vFW 2022-08-25 07-01-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:03:47.954Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 96c2ea15-6273 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef 1 ASDC deployResourceStructure
2022-08-25T07:03:47.955Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json ASDC sendASDCNotification
2022-08-25T07:03:47.955Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:47.955Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:03:47.956Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:47.959Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:47.959Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411027955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:48.059Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:48.060Z||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-08-25T07:03:48.060Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:48.096Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:48.097Z||pool-46-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:48.960Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:03:48.961Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:48.961Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:03:48.961Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:48.964Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:48.964Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411028960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:49.064Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:49.065Z||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-08-25T07:03:49.066Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:49.190Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:49.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:49.965Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:03:49.966Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:49.967Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:03:49.968Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:49.971Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:49.971Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411029965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:50.071Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:50.072Z||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-08-25T07:03:50.072Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:50.099Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:50.101Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:50.972Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar ASDC sendASDCNotification
2022-08-25T07:03:50.973Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:50.973Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:03:50.975Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:50.981Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:50.981Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411030972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:03:51.080Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:03:51.081Z||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-08-25T07:03:51.081Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:51.105Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:03:51.106Z||pool-49-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:51.984Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430184d-6222-4c04-9bd3-aeab45f03139
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:03:51.999Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430184d-6222-4c04-9bd3-aeab45f03139
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:03:52.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:03:52.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:03:52.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:03:52.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:03:52.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:03:52.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?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-08-25T07:03:52.011Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:04:22.012Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:04:22.036Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b430184d-6222-4c04-9bd3-aeab45f03139 and serviceModelVersionId: ec0039f9-9fa0-48b1-825b-cf10d6e48409
2022-08-25T07:04:22.037Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2857ea5f-183d-4dc7-93ae-585c31c870da
2022-08-25T07:04:22.039Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0
2022-08-25T07:04:22.050Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:04:22.130Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Invoke
2022-08-25T07:04:22.131Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff889a85-cbfb-4574-92b4-8f67da044fc4], X-ECOMP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-TransactionId=[], X-ONAP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], Content-Type=[application/merge-patch+json]}
2022-08-25T07:04:23.659Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Invoke
2022-08-25T07:04:23.660Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a15d929e-d6ff-400e-8ce0-3ec44f791c54], X-ECOMP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-TransactionId=[], X-ONAP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], Content-Type=[application/merge-patch+json]}
2022-08-25T07:04:25.201Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Invoke
2022-08-25T07:04:25.202Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85655241-9e79-4383-a204-2ba16643d5cb], X-ECOMP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], X-TransactionId=[], X-ONAP-RequestID=[b430184d-6222-4c04-9bd3-aeab45f03139], Content-Type=[application/merge-patch+json]}
2022-08-25T07:04:26.228Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:04:26.229Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-08-25T07:04:26.230Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:04:26.231Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-08-25T07:04:26.242Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-08-25T07:04:26.243Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b430184d-6222-4c04-9bd3-aeab45f03139 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:04:26.244Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:04:26.245Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:26.250Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:26.250Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411066243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:04:26.350Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:04:26.353Z||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-08-25T07:04:26.353Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:26.402Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:26.403Z||pool-50-thread-1|||||INFO|500||cambria reply ok (52 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-08-25T07:04:31.064Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:04:31.065Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-08-25T07:04:31.066Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:04:31.073Z||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-08-25T07:04:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:31.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:31.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:04:31.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:04:31.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:04:31.816Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:31.817Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||received message from topic
2022-08-25T07:04:31.817Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"617c0818-cc1c-4616-845e-a3b9f70e97bd","serviceName":"vFW 2022-08-25 07-03-01","serviceVersion":"1.0","serviceUUID":"21848273-f583-4e19-b70e-f2afe6194d75","serviceDescription":"catalog service description","serviceInvariantUUID":"e6f3975d-09c7-4814-ba1a-957401aab883","resources":[{"resourceInstanceName":"vFW 523e30db-cc53 0","resourceName":"vFW 523e30db-cc53","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72c1c88c-1967-4d5f-ab5e-356a2453d2f3","resourceInvariantUUID":"164dd519-c28d-4e27-94d6-80e17f199e0f","resourceCustomizationUUID":"6bd24afe-b3ef-47dc-ac82-d306237a1da2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ3ZGNmMzEwMTNhZGUzNGUzMjVhMWVmNzQwMjEwOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16bf4fae-a00a-46b3-8f54-d283ca19ca6c","artifactVersion":"1"},{"artifactName":"vfw523e30dbcc530_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json","artifactChecksum":"ZWFjMWExNTlkNjI2YTk5OThlNTIwZmZkNzFkMjdiYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1b5d82f-f3b4-4b16-9aa6-54c273aab5ac","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2548ec99-4543-4dd9-91e8-78cb14aa3dca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml","artifactChecksum":"NzEwNWNmN2RiNjVlMzA0YjRlMWFmMDAzYTJkZTM4MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d253973a-e416-409e-b47c-037483c76e94","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c036fc8-48ad-4563-a4aa-a4ed5780bc32","artifactVersion":"2","generatedFromUUID":"2548ec99-4543-4dd9-91e8-78cb14aa3dca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825070301-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml","artifactChecksum":"MGNhYzljODg2OGVmMWQ3ZThiNGVkZTc4ODA2YTUwM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47a7521f-0707-4405-aa3d-839e6da77e48","artifactVersion":"1"},{"artifactName":"service-Vfw20220825070301-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar","artifactChecksum":"ZWYwYzNhZmRmNDk2Y2NiYWY5YzM2NzU4ODcyODk3ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27a441c0-c3c0-4d48-8d2c-0fbc42077923","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:04:31.821Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:31.822Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:31.824Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:31.824Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:04:31.925Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:04:31.926Z||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-08-25T07:04:31.926Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:31.948Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:31.949Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:32.825Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:32.826Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:32.835Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:32.836Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:04:32.931Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T07:04:32.933Z||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-08-25T07:04:32.933Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:32.957Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:32.958Z||pool-52-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:33.840Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:33.841Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:33.844Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:33.844Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:04:33.945Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:04:33.950Z||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-08-25T07:04:33.950Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:34.001Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:34.002Z||pool-53-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":6,"count":1}
2022-08-25T07:04:34.845Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:34.846Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:34.851Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:34.851Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:04:34.950Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:04:34.951Z||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-08-25T07:04:34.951Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:35.022Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:35.023Z||pool-54-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:35.852Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:35.853Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:35.857Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:35.857Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:04:35.961Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T07:04:35.962Z||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-08-25T07:04:35.962Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:35.984Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:35.985Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:04:36.858Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:36.859Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:36.862Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:36.862Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:04:36.962Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:04:36.963Z||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-08-25T07:04:36.964Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:36.986Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:36.987Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:04:37.863Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:04:37.864Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:37.868Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:37.868Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:04:37.970Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:04:37.971Z||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-08-25T07:04:37.971Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:37.997Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:37.998Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:38.870Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "serviceName": "vFW 2022-08-25 07-03-01",
  "serviceVersion": "1.0",
  "serviceUUID": "21848273-f583-4e19-b70e-f2afe6194d75",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e6f3975d-09c7-4814-ba1a-957401aab883",
  "resources": [
    {
      "resourceInstanceName": "vFW 523e30db-cc53 0",
      "resourceCustomizationUUID": "6bd24afe-b3ef-47dc-ac82-d306237a1da2",
      "resourceName": "vFW 523e30db-cc53",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "72c1c88c-1967-4d5f-ab5e-356a2453d2f3",
      "resourceInvariantUUID": "164dd519-c28d-4e27-94d6-80e17f199e0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw523e30dbcc530_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
          "artifactChecksum": "ZWFjMWExNTlkNjI2YTk5OThlNTIwZmZkNzFkMjdiYTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1b5d82f-f3b4-4b16-9aa6-54c273aab5ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2548ec99-4543-4dd9-91e8-78cb14aa3dca",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0c036fc8-48ad-4563-a4aa-a4ed5780bc32",
            "generatedFromUUID": "2548ec99-4543-4dd9-91e8-78cb14aa3dca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0c036fc8-48ad-4563-a4aa-a4ed5780bc32",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825070301-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
      "artifactChecksum": "ZWYwYzNhZmRmNDk2Y2NiYWY5YzM2NzU4ODcyODk3ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27a441c0-c3c0-4d48-8d2c-0fbc42077923"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:04:38.871Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:04:38.871Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21848273-f583-4e19-b70e-f2afe6194d75 ASDC
2022-08-25T07:04:38.872Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||ASDC Notification:
DistributionID:617c0818-cc1c-4616-845e-a3b9f70e97bd
ServiceName:vFW 2022-08-25 07-03-01
ServiceVersion:1.0
ServiceUUID:21848273-f583-4e19-b70e-f2afe6194d75
ServiceInvariantUUID:e6f3975d-09c7-4814-ba1a-957401aab883
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825070301-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar
ArtifactUUID:27a441c0-c3c0-4d48-8d2c-0fbc42077923
ArtifactChecksum:ZWYwYzNhZmRmNDk2Y2NiYWY5YzM2NzU4ODcyODk3ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 523e30db-cc53 0
ResourceCustomizationUUID:6bd24afe-b3ef-47dc-ac82-d306237a1da2
ResourceInvariantUUID:164dd519-c28d-4e27-94d6-80e17f199e0f
ResourceName:vFW 523e30db-cc53
ResourceType:VF
ResourceUUID:72c1c88c-1967-4d5f-ab5e-356a2453d2f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw523e30dbcc530_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json
ArtifactUUID:c1b5d82f-f3b4-4b16-9aa6-54c273aab5ac
ArtifactChecksum:ZWFjMWExNTlkNjI2YTk5OThlNTIwZmZkNzFkMjdiYTY=
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/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml
ArtifactUUID:2548ec99-4543-4dd9-91e8-78cb14aa3dca
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/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
ArtifactUUID:0c036fc8-48ad-4563-a4aa-a4ed5780bc32
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/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
ArtifactUUID:0c036fc8-48ad-4563-a4aa-a4ed5780bc32
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:04:38.872Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21848273-f583-4e19-b70e-f2afe6194d75 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-08-25T07:04:38.955Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:04:38.956Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:04:38.956Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:04:38.956Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Trying to download the artifact UUID: 27a441c0-c3c0-4d48-8d2c-0fbc42077923 from URL: /sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:38.957Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:04:38.957Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:39.117Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:04:39.126Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar 27a441c0-c3c0-4d48-8d2c-0fbc42077923 100580
2022-08-25T07:04:39.129Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar ASDC sendASDCNotification
2022-08-25T07:04:39.129Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:39.130Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:04:39.130Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:39.133Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:39.133Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411079129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:04:39.234Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:04:39.235Z||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-08-25T07:04:39.235Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:39.253Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:39.254Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:40.134Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:04:40.136Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:04:40.137Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Trying to write artifact UUID: 27a441c0-c3c0-4d48-8d2c-0fbc42077923, URL: /sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar to file: /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:40.137Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825070301-csar.csar
2022-08-25T07:04:40.138Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:40.138Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:40.591Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7606735595247467484/Definitions/service-Vfw20220825070301-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-08-25T07:04:44.012Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:04:44.012Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||####################################################################################################
2022-08-25T07:04:44.012Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.013Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:04:44.013Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.013Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.013Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 523e30db-cc53 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.014Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.015Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-Vfw20220825070301-csar.csar
2022-08-25T07:04:44.015Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|WARN|500||####################################################################################################
2022-08-25T07:04:44.015Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.015Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.016Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:44.016Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:04:44.017Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:04:44.017Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.018Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.018Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:44.018Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:04:44.018Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:04:44.019Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.019Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.019Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:44.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:44.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:04:44.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:04:44.021Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.022Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.022Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:04:44.022Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.022Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:04:44.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:04:44.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:04:44.024Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.024Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:44.024Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:44.024Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.025Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:44.025Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:44.025Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.025Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:44.026Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:44.026Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.026Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:44.026Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:44.027Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:04:44.027Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:44.027Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:04:44.027Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:04:44.027Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:04:44.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:04:44.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.029Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8fdafd82-231e-4ae2-beee-302f7eac3607
2022-08-25T07:04:44.029Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.029Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:44.029Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:44.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:04:44.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:04:44.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:44.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:04:44.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:04:44.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:04:44.032Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.032Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd926401-2cc0-43c4-b2a0-cebf4120bfcf
2022-08-25T07:04:44.032Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.032Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:44.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:44.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:04:44.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.034Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:04:44.034Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:44.034Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:04:44.034Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:04:44.034Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:44.035Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:44.035Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:04:44.035Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=525814cc-68a5-4f90-bfff-5767ce26d83a
2022-08-25T07:04:44.035Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.036Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.036Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.036Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.036Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.037Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.037Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:44.037Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:44.037Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-03-01
Description:catalog service description
Model UUID:21848273-f583-4e19-b70e-f2afe6194d75
Model Version:NULL
Model InvariantUuid:e6f3975d-09c7-4814-ba1a-957401aab883
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 523e30db-cc53
Model UUID:874b739c-a100-4c4c-9f9e-8ab8fdb310de
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:164dd519-c28d-4e27-94d6-80e17f199e0f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6bd24afe-b3ef-47dc-ac82-d306237a1da2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1edb11ae-3871-4d53-8adf-0f90a7591ae6
ModelName:Vfw523e30dbCc53..base_vfw..module-0
ModelUuid:ac2c2dd7-f5d3-4718-92ea-529f7380663d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8fdafd82-231e-4ae2-beee-302f7eac3607
ModelInvariantUuid:f82474f4-ae7a-4df4-8bfc-c35aa473a11b
ModelName:vFW 523e30db-cc53-nodes.vfwCvfc
ModelUuid:29122505-799a-41a5-aaac-adedde229d3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:caa42de0-baeb-483e-acbd-e4e309835a7d
ModelInvariantUuid:28da1294-3c25-4643-92ba-c99785901f58
ModelName:Vfw523e30dbCc53.compute.nodes.heat.vfw
ModelUuid:68d6e8a1-a6da-42c0-87ae-a61c92b14bcf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd926401-2cc0-43c4-b2a0-cebf4120bfcf
ModelInvariantUuid:7f515b9a-6967-4385-8f3c-30827800d783
ModelName:vFW 523e30db-cc53-nodes.vsnCvfc
ModelUuid:8c1e1357-0898-4cac-935c-0ce45c108642
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:864bf0fb-3494-40d5-9664-4bc861b7fb94
ModelInvariantUuid:74bc3c61-bc1d-4457-a4b3-80280ed6fcba
ModelName:Vfw523e30dbCc53.compute.nodes.heat.vsn
ModelUuid:d72320db-3e16-4224-b83c-98de9346b344
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:525814cc-68a5-4f90-bfff-5767ce26d83a
ModelInvariantUuid:caa94cfa-1118-4d31-bc4b-ef912f908663
ModelName:vFW 523e30db-cc53-nodes.vpgCvfc
ModelUuid:929d37dc-0a31-4ba5-af09-a165a2547300
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ce28e37e-33ae-4f17-816f-21e4d2d1cacc
ModelInvariantUuid:b036bca3-0cc4-4755-a435-8ac7939e756f
ModelName:Vfw523e30dbCc53.compute.nodes.heat.vpg
ModelUuid:2cbc6f20-8a88-4398-9613-92f4dff9e980
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-08-25T07:04:44.054Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 72c1c88c-1967-4d5f-ab5e-356a2453d2f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:04:44.058Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||vFW 523e30db-cc53 0
2022-08-25T07:04:44.058Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 72c1c88c-1967-4d5f-ab5e-356a2453d2f3
2022-08-25T07:04:44.058Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Trying to download the artifact UUID: c1b5d82f-f3b4-4b16-9aa6-54c273aab5ac from URL: /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json
2022-08-25T07:04:44.059Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:04:44.059Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json
2022-08-25T07:04:44.259Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:04:44.260Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json c1b5d82f-f3b4-4b16-9aa6-54c273aab5ac 785
2022-08-25T07:04:44.260Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json ASDC sendASDCNotification
2022-08-25T07:04:44.260Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json
2022-08-25T07:04:44.260Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:04:44.261Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:44.264Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:44.265Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411084260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:04:44.364Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:04:44.365Z||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-08-25T07:04:44.366Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:44.382Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:44.386Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:04:45.267Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw523e30dbCc53..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1edb11ae-3871-4d53-8adf-0f90a7591ae6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac2c2dd7-f5d3-4718-92ea-529f7380663d",
    "vfModuleModelCustomizationUUID": "c9519c08-ecc9-48cd-be41-ffb881935b49",
    "isBase": true,
    "artifacts": [
      "2548ec99-4543-4dd9-91e8-78cb14aa3dca",
      "0c036fc8-48ad-4563-a4aa-a4ed5780bc32"
    ],
    "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-08-25T07:04:45.274Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw523e30dbCc53..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac2c2dd7-f5d3-4718-92ea-529f7380663d
VfModuleModelInvariantUUID:1edb11ae-3871-4d53-8adf-0f90a7591ae6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2548ec99-4543-4dd9-91e8-78cb14aa3dca
,
0c036fc8-48ad-4563-a4aa-a4ed5780bc32

}
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-08-25T07:04:45.276Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw523e30dbCc53..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1edb11ae-3871-4d53-8adf-0f90a7591ae6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac2c2dd7-f5d3-4718-92ea-529f7380663d",
    "vfModuleModelCustomizationUUID": "c9519c08-ecc9-48cd-be41-ffb881935b49",
    "isBase": true,
    "artifacts": [
      "2548ec99-4543-4dd9-91e8-78cb14aa3dca",
      "0c036fc8-48ad-4563-a4aa-a4ed5780bc32"
    ],
    "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-08-25T07:04:45.276Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw523e30dbCc53..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac2c2dd7-f5d3-4718-92ea-529f7380663d
VfModuleModelInvariantUUID:1edb11ae-3871-4d53-8adf-0f90a7591ae6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2548ec99-4543-4dd9-91e8-78cb14aa3dca
,
0c036fc8-48ad-4563-a4aa-a4ed5780bc32

}
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-08-25T07:04:45.276Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Trying to download the artifact UUID: 2548ec99-4543-4dd9-91e8-78cb14aa3dca from URL: /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml
2022-08-25T07:04:45.276Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:04:45.276Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml
2022-08-25T07:04:45.349Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:04:45.352Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml 2548ec99-4543-4dd9-91e8-78cb14aa3dca 20368
2022-08-25T07:04:45.353Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:04:45.353Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml
2022-08-25T07:04:45.353Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:04:45.354Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:45.358Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:45.360Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411085352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:04:45.459Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:04:45.460Z||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-08-25T07:04:45.460Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:45.511Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:45.512Z||pool-60-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:46.360Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Trying to download the artifact UUID: 0c036fc8-48ad-4563-a4aa-a4ed5780bc32 from URL: /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
2022-08-25T07:04:46.361Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:04:46.362Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
2022-08-25T07:04:46.436Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:04:46.437Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env 0c036fc8-48ad-4563-a4aa-a4ed5780bc32 2098
2022-08-25T07:04:46.438Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:04:46.438Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
2022-08-25T07:04:46.438Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:04:46.439Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:46.442Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:46.443Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411086438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:04:46.542Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:04:46.544Z||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-08-25T07:04:46.544Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:46.560Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:46.561Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:47.444Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Preparing to deploy Service: 21848273-f583-4e19-b70e-f2afe6194d75
2022-08-25T07:04:47.445Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 523e30db-cc53 0 72c1c88c-1967-4d5f-ab5e-356a2453d2f3 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-08-25T07:04:47.475Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e482e42, org.onap.sdc.toscaparser.api.parameters.Input@2bf90f48, org.onap.sdc.toscaparser.api.parameters.Input@2324c913, org.onap.sdc.toscaparser.api.parameters.Input@fc8bfa4, org.onap.sdc.toscaparser.api.parameters.Input@601daa21]
2022-08-25T07:04:47.479Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.479Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.480Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:04:47.480Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||VFCustomizationUUID= 6bd24afe-b3ef-47dc-ac82-d306237a1da2
2022-08-25T07:04:47.480Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6bd24afe-b3ef-47dc-ac82-d306237a1da2 matches Tosca VF Customization UUID: 6bd24afe-b3ef-47dc-ac82-d306237a1da2
2022-08-25T07:04:47.480Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||vfCustomizationUUID: 6bd24afe-b3ef-47dc-ac82-d306237a1da2  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-08-25T07:04:47.485Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.485Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.487Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||resource request for resource customization id 6bd24afe-b3ef-47dc-ac82-d306237a1da2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:04:47.487Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cebede1
2022-08-25T07:04:47.487Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.488Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:04:47.488Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9519c08-ecc9-48cd-be41-ffb881935b49
2022-08-25T07:04:47.489Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9519c08-ecc9-48cd-be41-ffb881935b49
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-08-25T07:04:47.492Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.492Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.493Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:47.493Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.494Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.494Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:47.495Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.495Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:47.495Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:47.496Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:04:47.496Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:47.496Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:04:47.497Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:04:47.497Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.497Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.498Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:04:47.498Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.498Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:04:47.499Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.499Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8fdafd82-231e-4ae2-beee-302f7eac3607
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-08-25T07:04:47.504Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.504Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.504Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:47.505Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.505Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:47.506Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:47.506Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:04:47.506Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.508Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.508Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.509Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:04:47.511Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:47.511Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:04:47.512Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:04:47.512Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.512Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:04:47.513Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.513Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd926401-2cc0-43c4-b2a0-cebf4120bfcf
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-08-25T07:04:47.519Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.520Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.521Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:47.521Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.522Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is not matching search criteria
2022-08-25T07:04:47.522Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:04:47.523Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:04:47.524Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.525Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.525Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.525Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:04:47.526Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:04:47.526Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:04:47.526Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:04:47.527Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:04:47.528Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:04:47.529Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:04:47.529Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=525814cc-68a5-4f90-bfff-5767ce26d83a
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-08-25T07:04:47.534Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.535Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.535Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:04:47.536Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.537Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Node template vFW 523e30db-cc53 0 is matching search criteria
2022-08-25T07:04:47.538Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found topology templates [vFW 523e30db-cc53 0] matching following query criteria: sdcType=VF, customizationUUID=6bd24afe-b3ef-47dc-ac82-d306237a1da2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:04:47.542Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.542Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.543Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500|| resourceSeq for service uuid 21848273-f583-4e19-b70e-f2afe6194d75: vFW 523e30db-cc53
2022-08-25T07:04:47.543Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.544Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.544Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.544Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.545Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.545Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.546Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.546Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.546Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:04:47.547Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Service vFW 2022-08-25 07-03-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:04:47.547Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||Saving Service: vFW 2022-08-25 07-03-01 
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-08-25T07:04:48.020Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 523e30db-cc53 72c1c88c-1967-4d5f-ab5e-356a2453d2f3 1 ASDC deployResourceStructure
2022-08-25T07:04:48.022Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json ASDC sendASDCNotification
2022-08-25T07:04:48.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json
2022-08-25T07:04:48.023Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:04:48.024Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:48.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:48.028Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411088022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:04:48.129Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:04:48.132Z||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-08-25T07:04:48.132Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:48.164Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:48.165Z||pool-62-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:49.029Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:04:49.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml
2022-08-25T07:04:49.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:04:49.030Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:49.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:49.033Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411089029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:04:49.134Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:04:49.135Z||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-08-25T07:04:49.135Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:49.150Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:49.151Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:04:50.039Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:04:50.039Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env
2022-08-25T07:04:50.039Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:04:50.039Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:50.055Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:50.055Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411090039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:04:50.145Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-25T07:04:50.147Z||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-08-25T07:04:50.147Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:50.169Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:50.170Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:51.056Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar ASDC sendASDCNotification
2022-08-25T07:04:51.057Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar
2022-08-25T07:04:51.057Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:04:51.057Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:04:51.061Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:04:51.062Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411091056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:04:51.164Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:04:51.166Z||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-08-25T07:04:51.166Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:04:51.194Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:04:51.195Z||pool-65-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:04:52.063Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:04:52.083Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:04:52.086Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:04:52.087Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:04:52.087Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:05:22.087Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:05:22.101Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:05:22.110Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:05:22.111Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:05:22.111Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:05:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:05:31.071Z||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-08-25T07:05:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:05:31.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:05:31.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411011064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411019126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411024283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411025409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411026503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411027955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411028960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411029965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411030972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411045632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411053987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411055755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411061097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "cds",
  "timestamp": 1661411062103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-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-08-25T07:05:31.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:05:31.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:05:31.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411063695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411056927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411065020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411066252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411066243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411067431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411059709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411068461,
  "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-08-25T07:05:31.208Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:05:31.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:05:31.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:05:31.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411067558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411069473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411068570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:31.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "policy-id",
  "timestamp": 1661411069578,
  "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-08-25T07:05:31.236Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:05:31.236Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:05:31.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:05:31.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:05:31.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:05:52.111Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:05:52.129Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:05:52.133Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:05:52.134Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:05:52.134Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:06:22.135Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:06:22.163Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:06:22.170Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:06:22.171Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:06:22.173Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:06:31.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:06:31.080Z||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-08-25T07:06:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:06:31.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:06:31.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411065916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411073881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "aai-ml",
  "timestamp": 1661411074887,
  "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-08-25T07:06:31.755Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:06:31.756Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:06:31.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411071064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411071717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411079129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411079617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411082974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411083908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411083978,
  "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-08-25T07:06:31.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:06:31.806Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:06:31.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411084260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411085352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411085762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411086438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:06:31.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "clamp",
  "timestamp": 1661411086767,
  "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-08-25T07:06:31.829Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 617c0818-cc1c-4616-845e-a3b9f70e97bd
2022-08-25T07:06:31.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:06:31.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411088022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/vfw523e30dbcc530_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411089029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411090039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/resourceInstances/vfw523e30dbcc530/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:31.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:06:31.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411091056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070301/1.0/artifacts/service-Vfw20220825070301-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:06:31.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:06:52.173Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:06:52.193Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:06:52.201Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:06:52.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:06:52.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:06:52.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:06:52.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:06:52.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?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-08-25T07:06:52.220Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:07:22.220Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd 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-08-25T07:07:22.234Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 617c0818-cc1c-4616-845e-a3b9f70e97bd and serviceModelVersionId: 21848273-f583-4e19-b70e-f2afe6194d75
2022-08-25T07:07:22.235Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6f3975d-09c7-4814-ba1a-957401aab883
2022-08-25T07:07:22.236Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0
2022-08-25T07:07:22.239Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2857ea5f-183d-4dc7-93ae-585c31c870da/model-vers/model-ver/ec0039f9-9fa0-48b1-825b-cf10d6e48409?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:07:22.311Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Invoke
2022-08-25T07:07:22.311Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7183b4ca-6b3d-42ec-a26a-b2ff0c49661d], X-ECOMP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-TransactionId=[], X-ONAP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], Content-Type=[application/merge-patch+json]}
2022-08-25T07:07:23.854Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Invoke
2022-08-25T07:07:23.854Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0b4d4d9-6c4d-4a4f-86dd-9e535b5498a7], X-ECOMP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-TransactionId=[], X-ONAP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], Content-Type=[application/merge-patch+json]}
2022-08-25T07:07:25.393Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Invoke
2022-08-25T07:07:25.394Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b98e9cc3-bcf8-4af0-933e-40e221a941b3], X-ECOMP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], X-TransactionId=[], X-ONAP-RequestID=[617c0818-cc1c-4616-845e-a3b9f70e97bd], Content-Type=[application/merge-patch+json]}
2022-08-25T07:07:26.423Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:07:26.424Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:07:26.425Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:07:26.425Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:07:26.432Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:07:26.433Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 617c0818-cc1c-4616-845e-a3b9f70e97bd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:07:26.433Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:07:26.433Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:07:26.436Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:07:26.436Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411246433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:07:26.536Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:07:26.537Z||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-08-25T07:07:26.538Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:07:26.563Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:07:26.564Z||pool-66-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-08-25T07:07:27.451Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:07:27.452Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:07:27.452Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:07:31.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:07:31.073Z||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-08-25T07:07:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:07:31.760Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:07:31.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T07:07:31.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "617c0818-cc1c-4616-845e-a3b9f70e97bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411246433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:07:31.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:07:38.031Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:07:38.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:07:38.033Z||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-08-25T07:07:38.034Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:07:47.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:07:47.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:07:47.624Z||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-08-25T07:07:47.624Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:07:57.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:08:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:08:31.065Z||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-08-25T07:08:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:08:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:08:31.071Z||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-08-25T07:08:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:08:40.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:08:40.704Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:09:31.065Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:09:31.067Z||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-08-25T07:09:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:09:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:09:31.071Z||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-08-25T07:09:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:09:40.651Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:09:40.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:31.066Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:10:31.067Z||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-08-25T07:10:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:10:31.073Z||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-08-25T07:10:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:31.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:31.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4433b5d6-bcb1-476e-bcb2-49b9dd761145","serviceName":"vFW 2022-08-25 07-08-57","serviceVersion":"1.0","serviceUUID":"73139f51-4396-42d6-869d-e61d8e7e0f90","serviceDescription":"catalog service description","serviceInvariantUUID":"ce732467-7ef7-4509-b70f-2f76ace6b9ae","resources":[{"resourceInstanceName":"vFW 5ddc442d-7046 0","resourceName":"vFW 5ddc442d-7046","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bd2e370-2799-47ff-9a61-334179475528","resourceInvariantUUID":"7b7502fc-8253-4051-8aa8-4ef375e1620f","resourceCustomizationUUID":"37e293fb-768d-4fb5-8ff6-44c72c3d5456","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml","artifactChecksum":"MWVjNDRlNTY3ZThmODI5NWIyZDAxMGM4ZjQ0NmRiMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b918d91-e3a5-44c0-8093-79f31f0daacb","artifactVersion":"1"},{"artifactName":"vfw5ddc442d70460_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json","artifactChecksum":"OWYyMWRlYzI2YThhNzkzMTk0NmM3OGM3ODBkMzMxZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97492b76-f8dd-497f-a144-21c2f3932f42","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5f38ca4-2aa6-4b18-8d15-55e3e4edf261","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml","artifactChecksum":"ODMwZTllOTU4OWY4NzlkZmFmYzA5ZTRkMDljM2MwYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3dfe3a7c-3976-4b2a-b953-396290d0fea7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2fe6f0da-2962-4a6c-86c5-f3d7c0c879da","artifactVersion":"2","generatedFromUUID":"d5f38ca4-2aa6-4b18-8d15-55e3e4edf261"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825070857-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml","artifactChecksum":"MDZiMTE3YjQxNGY4NzE0MTQ0ZGM2MGM3OWM5MzQ1Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23300987-6893-4d53-8f18-e8ddb4fa7487","artifactVersion":"1"},{"artifactName":"service-Vfw20220825070857-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar","artifactChecksum":"OWRjMWFmMGZlMmUwMzhkZDU1MjdlYWUxYTA4NDA1Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cde068c-e73e-4a49-8abf-665c97706eea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:10:31.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:31.841Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:31.844Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:31.846Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:31.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411401717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411399709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411395916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411393987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411396927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411410299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411410300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411411489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411411308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:31.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411412731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "policy-id",
  "timestamp": 1661411412311,
  "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-08-25T07:10:31.942Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:10:31.943Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 and ComponentName POLICY
2022-08-25T07:10:31.944Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:10:31.945Z||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-08-25T07:10:31.945Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:10:31.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411405633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:31.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:31.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411413941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411413772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411413469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:31.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411415129,
  "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-08-25T07:10:32.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:10:32.001Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 and ComponentName POLICY
2022-08-25T07:10:32.002Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:32.003Z||pool-67-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-25T07:10:32.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411414775,
  "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-08-25T07:10:32.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:10:32.031Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 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-08-25T07:10:32.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "cds",
  "timestamp": 1661411414475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-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-08-25T07:10:32.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:10:32.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 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-08-25T07:10:32.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411416146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:32.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411415755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411423745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411423847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411425856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:10:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "clamp",
  "timestamp": 1661411426861,
  "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-08-25T07:10:32.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:10:32.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 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-08-25T07:10:32.866Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:32.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:32.871Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:32.872Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:10:32.971Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:10:32.972Z||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-08-25T07:10:32.972Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:33.004Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:33.006Z||pool-68-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:33.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:33.877Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:33.879Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:33.879Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:10:33.980Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:33.981Z||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-08-25T07:10:33.981Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:34.007Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:34.008Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:34.880Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:34.881Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:34.887Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:34.888Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:34.986Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:10:34.987Z||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-08-25T07:10:34.987Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:35.039Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:35.040Z||pool-70-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:35.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:35.895Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:35.901Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:35.901Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:10:36.003Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:36.005Z||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-08-25T07:10:36.005Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:36.028Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:36.028Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:36.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:36.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:36.913Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:36.914Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:10:37.010Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T07:10:37.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-08-25T07:10:37.011Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:37.033Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:37.034Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:10:37.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:10:37.915Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:37.917Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:37.917Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:10:38.018Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:38.019Z||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-08-25T07:10:38.019Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:38.037Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:38.038Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:38.918Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "serviceName": "vFW 2022-08-25 07-08-57",
  "serviceVersion": "1.0",
  "serviceUUID": "73139f51-4396-42d6-869d-e61d8e7e0f90",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce732467-7ef7-4509-b70f-2f76ace6b9ae",
  "resources": [
    {
      "resourceInstanceName": "vFW 5ddc442d-7046 0",
      "resourceCustomizationUUID": "37e293fb-768d-4fb5-8ff6-44c72c3d5456",
      "resourceName": "vFW 5ddc442d-7046",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5bd2e370-2799-47ff-9a61-334179475528",
      "resourceInvariantUUID": "7b7502fc-8253-4051-8aa8-4ef375e1620f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5ddc442d70460_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
          "artifactChecksum": "OWYyMWRlYzI2YThhNzkzMTk0NmM3OGM3ODBkMzMxZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97492b76-f8dd-497f-a144-21c2f3932f42",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d5f38ca4-2aa6-4b18-8d15-55e3e4edf261",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2fe6f0da-2962-4a6c-86c5-f3d7c0c879da",
            "generatedFromUUID": "d5f38ca4-2aa6-4b18-8d15-55e3e4edf261"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2fe6f0da-2962-4a6c-86c5-f3d7c0c879da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825070857-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
      "artifactChecksum": "OWRjMWFmMGZlMmUwMzhkZDU1MjdlYWUxYTA4NDA1Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cde068c-e73e-4a49-8abf-665c97706eea"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:10:38.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:10:38.919Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73139f51-4396-42d6-869d-e61d8e7e0f90 ASDC
2022-08-25T07:10:38.920Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4433b5d6-bcb1-476e-bcb2-49b9dd761145
ServiceName:vFW 2022-08-25 07-08-57
ServiceVersion:1.0
ServiceUUID:73139f51-4396-42d6-869d-e61d8e7e0f90
ServiceInvariantUUID:ce732467-7ef7-4509-b70f-2f76ace6b9ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825070857-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar
ArtifactUUID:5cde068c-e73e-4a49-8abf-665c97706eea
ArtifactChecksum:OWRjMWFmMGZlMmUwMzhkZDU1MjdlYWUxYTA4NDA1Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5ddc442d-7046 0
ResourceCustomizationUUID:37e293fb-768d-4fb5-8ff6-44c72c3d5456
ResourceInvariantUUID:7b7502fc-8253-4051-8aa8-4ef375e1620f
ResourceName:vFW 5ddc442d-7046
ResourceType:VF
ResourceUUID:5bd2e370-2799-47ff-9a61-334179475528
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5ddc442d70460_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json
ArtifactUUID:97492b76-f8dd-497f-a144-21c2f3932f42
ArtifactChecksum:OWYyMWRlYzI2YThhNzkzMTk0NmM3OGM3ODBkMzMxZjU=
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/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml
ArtifactUUID:d5f38ca4-2aa6-4b18-8d15-55e3e4edf261
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/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
ArtifactUUID:2fe6f0da-2962-4a6c-86c5-f3d7c0c879da
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/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
ArtifactUUID:2fe6f0da-2962-4a6c-86c5-f3d7c0c879da
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:10:38.923Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73139f51-4396-42d6-869d-e61d8e7e0f90 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-08-25T07:10:38.978Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:10:38.980Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-25T07:10:38.980Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-25T07:10:38.980Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5cde068c-e73e-4a49-8abf-665c97706eea from URL: /sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:38.980Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-25T07:10:38.981Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:39.076Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-25T07:10:39.084Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar 5cde068c-e73e-4a49-8abf-665c97706eea 100610
2022-08-25T07:10:39.085Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar ASDC sendASDCNotification
2022-08-25T07:10:39.085Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:39.085Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:10:39.086Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:39.090Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:39.090Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411439085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:39.190Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:10:39.191Z||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-08-25T07:10:39.191Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:39.213Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:39.215Z||pool-74-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:40.091Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:10:40.093Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-25T07:10:40.093Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5cde068c-e73e-4a49-8abf-665c97706eea, URL: /sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar to file: /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:40.093Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825070857-csar.csar
2022-08-25T07:10:40.094Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:40.094Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:40.465Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6949115620979718432/Definitions/service-Vfw20220825070857-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-08-25T07:10:43.442Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:10:43.442Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-25T07:10:43.442Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.442Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5ddc442d-7046 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:43.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-25T07:10:43.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.445Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:43.445Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-25T07:10:43.445Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:10:43.445Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.448Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.449Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:43.449Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-25T07:10:43.449Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:10:43.450Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.450Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.450Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.450Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:43.451Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:43.451Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:43.451Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:10:43.451Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.452Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.452Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.452Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:10:43.452Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:10:43.452Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:10:43.453Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.453Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.453Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:10:43.453Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.453Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:10:43.454Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.454Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:10:43.455Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.455Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:10:43.456Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.456Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:43.456Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:43.457Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.457Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:43.458Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:43.458Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.459Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:43.459Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:43.459Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.460Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:43.460Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:43.461Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:43.461Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:10:43.462Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:10:43.463Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:10:43.463Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.463Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.463Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:10:43.463Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.464Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:10:43.464Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.464Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12984b8f-6934-4b08-9c0a-b717fb65de7f
2022-08-25T07:10:43.465Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.465Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.466Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.467Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:10:43.467Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:10:43.467Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:10:43.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:10:43.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.469Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66dda67b-1280-436a-8997-e3be846d9967
2022-08-25T07:10:43.469Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.469Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:43.469Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:43.470Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:43.470Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:10:43.470Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.470Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.471Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.471Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:10:43.472Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:10:43.472Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:10:43.472Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:43.473Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:43.473Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:10:43.474Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7144b3e-b729-49b7-b72a-7157b645e69f
2022-08-25T07:10:43.475Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.475Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.475Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.475Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.475Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.476Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.476Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:43.476Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:43.476Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-08-57
Description:catalog service description
Model UUID:73139f51-4396-42d6-869d-e61d8e7e0f90
Model Version:NULL
Model InvariantUuid:ce732467-7ef7-4509-b70f-2f76ace6b9ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5ddc442d-7046
Model UUID:fecf86a0-ce0c-4549-8fb7-baa22babd855
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b7502fc-8253-4051-8aa8-4ef375e1620f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37e293fb-768d-4fb5-8ff6-44c72c3d5456
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5785621a-53bf-4ffa-abdc-bf21a641cf34
ModelName:Vfw5ddc442d7046..base_vfw..module-0
ModelUuid:73debcce-e170-47fb-9c95-4943e30a2914
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12984b8f-6934-4b08-9c0a-b717fb65de7f
ModelInvariantUuid:9248777c-50ee-4257-b8ee-ea0d961ab7a3
ModelName:vFW 5ddc442d-7046-nodes.vfwCvfc
ModelUuid:b75182f9-e7dd-4a81-b018-f52e48da6c32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2b51101b-fb6e-462e-8ae7-cc2f3d6220b0
ModelInvariantUuid:0a513c0d-6c24-4e12-b56a-846fb26cf165
ModelName:Vfw5ddc442d7046.compute.nodes.heat.vfw
ModelUuid:5c7a6de2-c1e1-4e43-aa32-61b2a69c91bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:66dda67b-1280-436a-8997-e3be846d9967
ModelInvariantUuid:017ded3a-6a42-4ee4-a032-317eddbf065e
ModelName:vFW 5ddc442d-7046-nodes.vsnCvfc
ModelUuid:7f74a8eb-eb20-4a16-b302-b2a989c3c127
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ef3ceb5-3506-4043-8637-878fbc88121e
ModelInvariantUuid:5363514a-ea69-4c52-9f6c-23bbb9cb4add
ModelName:Vfw5ddc442d7046.compute.nodes.heat.vsn
ModelUuid:fbf7db48-3924-443d-a4d9-850d3ab98a26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c7144b3e-b729-49b7-b72a-7157b645e69f
ModelInvariantUuid:4942ca04-a1d5-4330-8c8d-1f28c17941ad
ModelName:vFW 5ddc442d-7046-nodes.vpgCvfc
ModelUuid:b70a4299-b3b7-4253-89dd-5196888d48bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d8973a50-19e6-4049-bc01-2e8eac8cf2a4
ModelInvariantUuid:ddd3cbd8-9a84-4527-afd2-c7739c433284
ModelName:Vfw5ddc442d7046.compute.nodes.heat.vpg
ModelUuid:42da5e3a-a7e4-4304-ae63-dbcfd07e51cf
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-08-25T07:10:43.489Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bd2e370-2799-47ff-9a61-334179475528
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:10:43.498Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||vFW 5ddc442d-7046 0
2022-08-25T07:10:43.499Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bd2e370-2799-47ff-9a61-334179475528
2022-08-25T07:10:43.499Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97492b76-f8dd-497f-a144-21c2f3932f42 from URL: /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json
2022-08-25T07:10:43.499Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-25T07:10:43.499Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json
2022-08-25T07:10:43.566Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-25T07:10:43.567Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json 97492b76-f8dd-497f-a144-21c2f3932f42 785
2022-08-25T07:10:43.568Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json ASDC sendASDCNotification
2022-08-25T07:10:43.568Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json
2022-08-25T07:10:43.568Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:10:43.568Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:43.570Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:43.571Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411443568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:43.671Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:43.674Z||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-08-25T07:10:43.674Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:43.716Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:43.717Z||pool-75-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:44.571Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5ddc442d7046..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5785621a-53bf-4ffa-abdc-bf21a641cf34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73debcce-e170-47fb-9c95-4943e30a2914",
    "vfModuleModelCustomizationUUID": "52b8c3e1-c488-47f2-85f8-3efd0a11b725",
    "isBase": true,
    "artifacts": [
      "d5f38ca4-2aa6-4b18-8d15-55e3e4edf261",
      "2fe6f0da-2962-4a6c-86c5-f3d7c0c879da"
    ],
    "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-08-25T07:10:44.575Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5ddc442d7046..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73debcce-e170-47fb-9c95-4943e30a2914
VfModuleModelInvariantUUID:5785621a-53bf-4ffa-abdc-bf21a641cf34
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5f38ca4-2aa6-4b18-8d15-55e3e4edf261
,
2fe6f0da-2962-4a6c-86c5-f3d7c0c879da

}
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-08-25T07:10:44.577Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5ddc442d7046..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5785621a-53bf-4ffa-abdc-bf21a641cf34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73debcce-e170-47fb-9c95-4943e30a2914",
    "vfModuleModelCustomizationUUID": "52b8c3e1-c488-47f2-85f8-3efd0a11b725",
    "isBase": true,
    "artifacts": [
      "d5f38ca4-2aa6-4b18-8d15-55e3e4edf261",
      "2fe6f0da-2962-4a6c-86c5-f3d7c0c879da"
    ],
    "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-08-25T07:10:44.577Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5ddc442d7046..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73debcce-e170-47fb-9c95-4943e30a2914
VfModuleModelInvariantUUID:5785621a-53bf-4ffa-abdc-bf21a641cf34
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5f38ca4-2aa6-4b18-8d15-55e3e4edf261
,
2fe6f0da-2962-4a6c-86c5-f3d7c0c879da

}
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-08-25T07:10:44.577Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5f38ca4-2aa6-4b18-8d15-55e3e4edf261 from URL: /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml
2022-08-25T07:10:44.577Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-25T07:10:44.577Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml
2022-08-25T07:10:44.633Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-25T07:10:44.633Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml d5f38ca4-2aa6-4b18-8d15-55e3e4edf261 20368
2022-08-25T07:10:44.634Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:10:44.634Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml
2022-08-25T07:10:44.634Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:10:44.640Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:44.642Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:44.642Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411444634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:44.743Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:10:44.745Z||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-08-25T07:10:44.745Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:44.767Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:44.768Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:45.643Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2fe6f0da-2962-4a6c-86c5-f3d7c0c879da from URL: /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
2022-08-25T07:10:45.644Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-25T07:10:45.644Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
2022-08-25T07:10:45.723Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-25T07:10:45.725Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env 2fe6f0da-2962-4a6c-86c5-f3d7c0c879da 2098
2022-08-25T07:10:45.729Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:10:45.729Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
2022-08-25T07:10:45.730Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:10:45.730Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:45.734Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:45.734Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411445729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:10:45.834Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:45.836Z||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-08-25T07:10:45.836Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:45.855Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:45.856Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:46.735Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 73139f51-4396-42d6-869d-e61d8e7e0f90
2022-08-25T07:10:46.736Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5ddc442d-7046 0 5bd2e370-2799-47ff-9a61-334179475528 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-08-25T07:10:46.775Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@553c1495, org.onap.sdc.toscaparser.api.parameters.Input@f02125e, org.onap.sdc.toscaparser.api.parameters.Input@74e58067, org.onap.sdc.toscaparser.api.parameters.Input@fd9ea41, org.onap.sdc.toscaparser.api.parameters.Input@3af4cf93]
2022-08-25T07:10:46.777Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.778Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.778Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-08-25T07:10:46.778Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 37e293fb-768d-4fb5-8ff6-44c72c3d5456
2022-08-25T07:10:46.778Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37e293fb-768d-4fb5-8ff6-44c72c3d5456 matches Tosca VF Customization UUID: 37e293fb-768d-4fb5-8ff6-44c72c3d5456
2022-08-25T07:10:46.778Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 37e293fb-768d-4fb5-8ff6-44c72c3d5456  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-08-25T07:10:46.782Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.783Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.783Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 37e293fb-768d-4fb5-8ff6-44c72c3d5456: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:10:46.783Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d8e961a
2022-08-25T07:10:46.783Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.784Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:10:46.784Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52b8c3e1-c488-47f2-85f8-3efd0a11b725
2022-08-25T07:10:46.784Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52b8c3e1-c488-47f2-85f8-3efd0a11b725
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-08-25T07:10:46.789Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.789Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.789Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:46.790Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.790Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.791Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:46.791Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.791Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:46.791Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:46.792Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:46.792Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:10:46.792Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:10:46.792Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:10:46.792Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.793Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.793Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:10:46.797Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.797Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:10:46.797Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.797Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12984b8f-6934-4b08-9c0a-b717fb65de7f
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-08-25T07:10:46.803Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.804Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.804Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:46.804Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.805Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:46.805Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:46.805Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:46.805Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:10:46.806Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.806Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.806Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.807Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:10:46.807Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:10:46.807Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:10:46.807Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.808Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:10:46.808Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.808Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66dda67b-1280-436a-8997-e3be846d9967
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-08-25T07:10:46.820Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.820Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.820Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:46.820Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.821Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is not matching search criteria
2022-08-25T07:10:46.821Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:10:46.821Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:10:46.821Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:10:46.821Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.822Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.822Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.822Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:10:46.822Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:10:46.823Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:10:46.823Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:10:46.823Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:10:46.823Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:10:46.823Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7144b3e-b729-49b7-b72a-7157b645e69f
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-08-25T07:10:46.838Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.841Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.842Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:10:46.842Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.842Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Node template vFW 5ddc442d-7046 0 is matching search criteria
2022-08-25T07:10:46.843Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 5ddc442d-7046 0] matching following query criteria: sdcType=VF, customizationUUID=37e293fb-768d-4fb5-8ff6-44c72c3d5456
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:10:46.848Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.849Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.849Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 73139f51-4396-42d6-869d-e61d8e7e0f90: vFW 5ddc442d-7046
2022-08-25T07:10:46.849Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.851Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.851Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.851Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:10:46.852Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-25 07-08-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:10:46.852Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-08-25 07-08-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-08-25T07:10:47.251Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5ddc442d-7046 5bd2e370-2799-47ff-9a61-334179475528 1 ASDC deployResourceStructure
2022-08-25T07:10:47.252Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json ASDC sendASDCNotification
2022-08-25T07:10:47.252Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json
2022-08-25T07:10:47.252Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:10:47.252Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:47.255Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:47.255Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411447252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:47.356Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:10:47.357Z||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-08-25T07:10:47.357Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:47.376Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:47.376Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:48.257Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:10:48.257Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml
2022-08-25T07:10:48.257Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:10:48.257Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:48.259Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:48.259Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411448256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:48.360Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:10:48.361Z||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-08-25T07:10:48.361Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:48.383Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:48.384Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:10:49.261Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:10:49.262Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env
2022-08-25T07:10:49.262Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:10:49.262Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:49.267Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:49.267Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411449260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:49.370Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T07:10:49.372Z||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-08-25T07:10:49.372Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:49.411Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:49.412Z||pool-80-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:10:50.268Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar ASDC sendASDCNotification
2022-08-25T07:10:50.269Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar
2022-08-25T07:10:50.269Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:10:50.269Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:10:50.274Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:10:50.286Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411450268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:10:50.373Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-08-25T07:10:50.374Z||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-08-25T07:10:50.375Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:10:50.395Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:10:50.395Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:10:51.287Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:10:51.343Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:10:51.349Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:10:51.349Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:10:51.349Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:11:21.352Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:11:21.392Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:11:21.399Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:11:21.399Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:11:21.399Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:11:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:11:31.073Z||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-08-25T07:11:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:11:31.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:11:31.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:11:31.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:11:31.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:11:51.399Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:11:51.426Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:11:51.436Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:11:51.437Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:11:51.437Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:12:21.439Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:12:21.462Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:12:21.467Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:12:21.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:12:21.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:12:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:12:31.071Z||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-08-25T07:12:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:12:31.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:12:31.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411434108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:12:31.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "aai-ml",
  "timestamp": 1661411435116,
  "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-08-25T07:12:31.177Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4433b5d6-bcb1-476e-bcb2-49b9dd761145
2022-08-25T07:12:31.178Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4433b5d6-bcb1-476e-bcb2-49b9dd761145 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-08-25T07:12:31.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411431066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411439085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411443568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411444634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411445729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411447252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/vfw5ddc442d70460_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "aai-ml",
  "timestamp": 1661411445755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "policy-id",
  "timestamp": 1661411439709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411448256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "aai-ml",
  "timestamp": 1661411445755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "policy-id",
  "timestamp": 1661411439709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411449260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/resourceInstances/vfw5ddc442d70460/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411450268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825070857/1.0/artifacts/service-Vfw20220825070857-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "aai-ml",
  "timestamp": 1661411451257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "policy-id",
  "timestamp": 1661411450211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "policy-id",
  "timestamp": 1661411451215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "cds",
  "timestamp": 1661411450632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "policy-id",
  "timestamp": 1661411452218,
  "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-08-25T07:12:31.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d18d3dbf-4757-4f1f-9838-24d237d15b5c
2022-08-25T07:12:31.252Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:12:31.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "cds",
  "timestamp": 1661411450632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "cds",
  "timestamp": 1661411453391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "aai-ml",
  "timestamp": 1661411455544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:12:31.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "cds",
  "timestamp": 1661411454396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T07:12:31.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d18d3dbf-4757-4f1f-9838-24d237d15b5c
2022-08-25T07:12:31.303Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:12:31.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411453987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "aai-ml",
  "timestamp": 1661411456552,
  "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-08-25T07:12:31.353Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d18d3dbf-4757-4f1f-9838-24d237d15b5c
2022-08-25T07:12:31.353Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:12:31.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411453987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "clamp",
  "timestamp": 1661411455917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411456927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "clamp",
  "timestamp": 1661411455917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411456927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411461717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:12:31.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411461717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:12:31.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:12:31.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "clamp",
  "timestamp": 1661411463856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411464570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:12:31.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "clamp",
  "timestamp": 1661411465869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411466228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:12:31.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:12:31.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "clamp",
  "timestamp": 1661411466874,
  "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-08-25T07:12:31.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d18d3dbf-4757-4f1f-9838-24d237d15b5c
2022-08-25T07:12:31.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:12:31.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:12:31.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411467232,
  "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-08-25T07:12:31.424Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d18d3dbf-4757-4f1f-9838-24d237d15b5c
2022-08-25T07:12:31.424Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:12:51.468Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:12:51.507Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:12:51.515Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:12:51.516Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:12:51.516Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:12:51.516Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:12:51.516Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:12:51.516Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T07:12:51.531Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:13:21.535Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145 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-08-25T07:13:21.553Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4433b5d6-bcb1-476e-bcb2-49b9dd761145 and serviceModelVersionId: 73139f51-4396-42d6-869d-e61d8e7e0f90
2022-08-25T07:13:21.553Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce732467-7ef7-4509-b70f-2f76ace6b9ae
2022-08-25T07:13:21.557Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0
2022-08-25T07:13:21.569Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:13:21.694Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Invoke
2022-08-25T07:13:21.696Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7f658b6-f9f4-406a-9f9c-679dde193184], X-ECOMP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-TransactionId=[], X-ONAP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], Content-Type=[application/merge-patch+json]}
2022-08-25T07:13:23.246Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Invoke
2022-08-25T07:13:23.247Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b843d461-8f78-40a0-aea1-f9bb8e3be720], X-ECOMP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-TransactionId=[], X-ONAP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], Content-Type=[application/merge-patch+json]}
2022-08-25T07:13:24.782Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Invoke
2022-08-25T07:13:24.783Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc44346b-83b7-4380-99c7-b1ed7f785a89], X-ECOMP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], X-TransactionId=[], X-ONAP-RequestID=[4433b5d6-bcb1-476e-bcb2-49b9dd761145], Content-Type=[application/merge-patch+json]}
2022-08-25T07:13:25.815Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:13:25.817Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?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-08-25T07:13:25.818Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:13:25.818Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?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-08-25T07:13:25.827Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?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-08-25T07:13:25.828Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4433b5d6-bcb1-476e-bcb2-49b9dd761145 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:13:25.828Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:13:25.829Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:13:25.832Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:13:25.832Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||try to send status {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411605828,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:13:25.938Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:13:25.938Z||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-08-25T07:13:25.939Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:25.956Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:25.957Z||pool-82-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-08-25T07:13:26.850Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:13:26.852Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?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-08-25T07:13:26.852Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:13:31.072Z||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-08-25T07:13:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:31.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:31.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411493987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411491717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411485917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411496927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411503706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411495632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411503306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411504386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411504492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411505533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "cds",
  "timestamp": 1661411505397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-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-08-25T07:13:31.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.223Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411505496,
  "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-08-25T07:13:31.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411506545,
  "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-08-25T07:13:31.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.316Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411499709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411508464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411509486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411509876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "policy-id",
  "timestamp": 1661411510491,
  "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-08-25T07:13:31.362Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.362Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411510934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "clamp",
  "timestamp": 1661411511939,
  "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-08-25T07:13:31.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411505755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411514578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411520221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:13:31.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "aai-ml",
  "timestamp": 1661411521227,
  "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-08-25T07:13:31.435Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:31.436Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||received message from topic
2022-08-25T07:13:31.437Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d18d3dbf-4757-4f1f-9838-24d237d15b5c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cdce1977-95a3-46b6-b17a-d9153d5355a7","serviceDescription":"service","serviceInvariantUUID":"e840bb89-3e61-422b-b2a3-38ead780f5bc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"37d4f842-40e3-4667-9feb-17fe64e1e8cb","resourceInvariantUUID":"c01740b4-d234-4a61-9bd8-424506b9d202","resourceCustomizationUUID":"da13974e-255a-4f80-b899-f78453d9ed25","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OTYyYjczY2Y2YjcyOGM2NTQ3ODVmYWQ1Nzg5ZDlkYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcfeb8a1-94b6-448c-8df6-f0838ac60510","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDcyN2FlZTdiMTc5YWJiYzM2Y2QyYWYxNGY0ZGJkODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ee10453-3549-44a3-9180-a4f641148c39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:13:31.440Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:13:31.440Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:13:31.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:13:31.443Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||try to send status {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0506c09c-639e-4ca0-a7c2-c1390ab82f27
2022-08-25T07:13:31.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:13:31.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411515917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411521717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411519709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411516927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411532452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411532471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411533621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411525632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411533476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411534802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411533435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "policy-id",
  "timestamp": 1661411534478,
  "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-08-25T07:13:31.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:31.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411535930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "cds",
  "timestamp": 1661411534441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T07:13:31.543Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:13:31.544Z||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-08-25T07:13:31.544Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:31.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:31.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411534967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411536974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-08-25T07:13:31.563Z||pool-83-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-08-25T07:13:31.564Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:13:31.567Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.568Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:31.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411535970,
  "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-08-25T07:13:31.604Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.604Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:31.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411537980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411533987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411535759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411543731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411543893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411545909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:31.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "clamp",
  "timestamp": 1661411546914,
  "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-08-25T07:13:31.642Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:31.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411550719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:13:31.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:13:31.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T07:13:31.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:13:31.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:13:31.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:13:31.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "aai-ml",
  "timestamp": 1661411551732,
  "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-08-25T07:13:31.679Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ac925c75-2d0b-457b-bd68-05b0ff4488a8
2022-08-25T07:13:31.679Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:13:32.444Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:13:32.451Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:13:32.455Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:13:32.457Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||try to send status {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:13:32.554Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:13:32.555Z||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-08-25T07:13:32.556Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:32.572Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:32.573Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:13:33.460Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cdce1977-95a3-46b6-b17a-d9153d5355a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e840bb89-3e61-422b-b2a3-38ead780f5bc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "da13974e-255a-4f80-b899-f78453d9ed25",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "37d4f842-40e3-4667-9feb-17fe64e1e8cb",
      "resourceInvariantUUID": "c01740b4-d234-4a61-9bd8-424506b9d202",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NDcyN2FlZTdiMTc5YWJiYzM2Y2QyYWYxNGY0ZGJkODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ee10453-3549-44a3-9180-a4f641148c39"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:13:33.460Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:13:33.460Z|4433b5d6-bcb1-476e-bcb2-49b9dd761145|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdce1977-95a3-46b6-b17a-d9153d5355a7 ASDC
2022-08-25T07:13:33.461Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d18d3dbf-4757-4f1f-9838-24d237d15b5c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cdce1977-95a3-46b6-b17a-d9153d5355a7
ServiceInvariantUUID:e840bb89-3e61-422b-b2a3-38ead780f5bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:8ee10453-3549-44a3-9180-a4f641148c39
ArtifactChecksum:NDcyN2FlZTdiMTc5YWJiYzM2Y2QyYWYxNGY0ZGJkODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:da13974e-255a-4f80-b899-f78453d9ed25
ResourceInvariantUUID:c01740b4-d234-4a61-9bd8-424506b9d202
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:37d4f842-40e3-4667-9feb-17fe64e1e8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-25T07:13:33.461Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdce1977-95a3-46b6-b17a-d9153d5355a7 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-08-25T07:13:33.497Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:13:33.498Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:13:33.498Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:13:33.499Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Trying to download the artifact UUID: 8ee10453-3549-44a3-9180-a4f641148c39 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T07:13:33.499Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:13:33.499Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T07:13:33.623Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:13:33.627Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ee10453-3549-44a3-9180-a4f641148c39 57662
2022-08-25T07:13:33.628Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T07:13:33.628Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T07:13:33.628Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:13:33.629Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:13:33.631Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:13:33.632Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||try to send status {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411613628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:13:33.734Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:13:33.735Z||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-08-25T07:13:33.735Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:33.770Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:33.770Z||pool-85-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:13:34.633Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:13:34.635Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:13:34.636Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Trying to write artifact UUID: 8ee10453-3549-44a3-9180-a4f641148c39, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:34.636Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-25T07:13:34.637Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:34.637Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:34.892Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4966337675017297565/Definitions/service-BasicNetwork-template.yml
2022-08-25T07:13:35.660Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:13:35.661Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||####################################################################################################
2022-08-25T07:13:35.661Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.662Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-25T07:13:35.662Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.662Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.662Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.663Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.663Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.663Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.664Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.664Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.664Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|WARN|500||####################################################################################################
2022-08-25T07:13:35.665Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.665Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.666Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T07:13:35.666Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:13:35.666Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:13:35.667Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.667Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.667Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T07:13:35.667Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:13:35.668Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:13:35.668Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.669Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.669Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.670Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.670Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.671Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.671Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.671Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.671Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.671Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.672Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cdce1977-95a3-46b6-b17a-d9153d5355a7
Model Version:NULL
Model InvariantUuid:e840bb89-3e61-422b-b2a3-38ead780f5bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c01740b4-d234-4a61-9bd8-424506b9d202
Model UUID:b2daabbf-cbe8-4cff-a181-79de875e3148
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:da13974e-255a-4f80-b899-f78453d9ed25
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T07:13:35.689Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 37d4f842-40e3-4667-9feb-17fe64e1e8cb
2022-08-25T07:13:35.690Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||No resources found for Service: cdce1977-95a3-46b6-b17a-d9153d5355a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:13:35.700Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||
2022-08-25T07:13:35.701Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-25T07:13:35.702Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||No resources found for Service: cdce1977-95a3-46b6-b17a-d9153d5355a7
2022-08-25T07:13:35.703Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Preparing to deploy Service: cdce1977-95a3-46b6-b17a-d9153d5355a7
2022-08-25T07:13:35.703Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-25T07:13:35.703Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:13:35.717Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e2ced2d, org.onap.sdc.toscaparser.api.parameters.Input@3fc95c88, org.onap.sdc.toscaparser.api.parameters.Input@5b238bea, org.onap.sdc.toscaparser.api.parameters.Input@684dcb02, org.onap.sdc.toscaparser.api.parameters.Input@41a106a3]
2022-08-25T07:13:35.719Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.719Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.720Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.720Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.720Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500|| resourceSeq for service uuid cdce1977-95a3-46b6-b17a-d9153d5355a7: Generic NeutronNet
2022-08-25T07:13:35.720Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.721Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.721Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.721Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-25T07:13:35.786Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.787Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.787Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.787Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.788Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:13:35.788Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:13:35.788Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-25T07:13:35.891Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-25T07:13:35.892Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T07:13:35.893Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T07:13:35.893Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:13:35.894Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:13:35.899Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:13:35.899Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||try to send status {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411615892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:13:35.998Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:13:35.999Z||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-08-25T07:13:36.000Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:13:36.015Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:13:36.016Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:13:36.900Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d18d3dbf-4757-4f1f-9838-24d237d15b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:13:36.921Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d18d3dbf-4757-4f1f-9838-24d237d15b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:13:36.939Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:13:36.940Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:13:36.941Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:13:36.943Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:13:36.943Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:13:36.943Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?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-08-25T07:13:36.952Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:14:06.954Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d18d3dbf-4757-4f1f-9838-24d237d15b5c 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-08-25T07:14:06.962Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d18d3dbf-4757-4f1f-9838-24d237d15b5c and serviceModelVersionId: cdce1977-95a3-46b6-b17a-d9153d5355a7
2022-08-25T07:14:06.962Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e840bb89-3e61-422b-b2a3-38ead780f5bc
2022-08-25T07:14:06.963Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0
2022-08-25T07:14:06.969Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce732467-7ef7-4509-b70f-2f76ace6b9ae/model-vers/model-ver/73139f51-4396-42d6-869d-e61d8e7e0f90?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:14:07.032Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Invoke
2022-08-25T07:14:07.032Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c433bc7-6362-4909-a512-09781e5292f4], X-ECOMP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-TransactionId=[], X-ONAP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], Content-Type=[application/merge-patch+json]}
2022-08-25T07:14:08.612Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Invoke
2022-08-25T07:14:08.612Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ef7b42e-33df-45d9-843e-954d43745962], X-ECOMP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-TransactionId=[], X-ONAP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], Content-Type=[application/merge-patch+json]}
2022-08-25T07:14:10.160Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Invoke
2022-08-25T07:14:10.161Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cef9b2d-09cf-432f-91b1-8614cda03af9], X-ECOMP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], X-TransactionId=[], X-ONAP-RequestID=[d18d3dbf-4757-4f1f-9838-24d237d15b5c], Content-Type=[application/merge-patch+json]}
2022-08-25T07:14:11.198Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:11.199Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-08-25T07:14:11.200Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:11.200Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-08-25T07:14:11.207Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-08-25T07:14:11.207Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d18d3dbf-4757-4f1f-9838-24d237d15b5c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:11.207Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:14:11.208Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:11.212Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:11.212Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411651207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:14:11.310Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:14:11.311Z||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-08-25T07:14:11.311Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:11.377Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:11.378Z||pool-87-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":8,"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-08-25T07:14:12.228Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||received message from topic
2022-08-25T07:14:12.229Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0506c09c-639e-4ca0-a7c2-c1390ab82f27","serviceName":"Demo_pNF_zmOYevHMaegndddEu6zy","serviceVersion":"1.0","serviceUUID":"5cb6c95c-f6e8-4aad-b293-9f71d0753e0d","serviceDescription":"catalog service description","serviceInvariantUUID":"6d4c7191-ee53-43ab-aea6-e61995748f72","resources":[{"resourceInstanceName":"pNF 0ebb007e-3809 0","resourceName":"pNF 0ebb007e-3809","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d9326188-e82a-4c58-9f81-2fa787f25a0a","resourceInvariantUUID":"d927b988-7e99-4ee2-a113-816164e37910","resourceCustomizationUUID":"ca98bb40-f3f8-4403-8829-8948891b8ca3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml","artifactChecksum":"NjE0ZTkwZmNlYjRiOGEyMTgzZGU3YWI1ODVkYmViN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56ae516b-0f2d-4cd5-abc1-aab8ea303fb6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"234cd9ba-9fdd-4062-9fd5-22284d78cc6c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a437c19a-266e-42ad-b1ac-a432991cfbed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml","artifactChecksum":"ZWNlOWM5ZmIyYzY4ZGQyYjgyNzI3YzVmNGJjYzEwMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b24a056e-501e-4ea9-97da-c31cbd654995","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be6ab184-57fb-4e1b-8633-3a55ae53d0ec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee08f8e9-4987-4792-912d-bed0589b11f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZmoyevhmaegndddeu6zy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml","artifactChecksum":"YzkyNWJhZTk1NmVkOGQ0NTY5YTIzZWQ5ODkyNTIyZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"898a61bf-04cb-44e8-9d57-7786bfd7a414","artifactVersion":"1"},{"artifactName":"service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar","artifactChecksum":"Y2FlNGNhYzZkYjU3NjdjY2E1OTk1ZWM0OGIxYzllNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c8de469-0fd5-43ab-8992-04f7f2987bc5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:14:12.230Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:12.230Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:12.233Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:12.233Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:12.333Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:12.335Z||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-08-25T07:14:12.335Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:12.376Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:12.377Z||pool-88-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:13.233Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:13.234Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:13.236Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:13.237Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:13.337Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:13.338Z||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-08-25T07:14:13.338Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:13.401Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:13.407Z||pool-89-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:14.237Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:14.238Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:14.240Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:14.241Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:14.341Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:14.343Z||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-08-25T07:14:14.343Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:14.426Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:14.427Z||pool-90-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:15.241Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:15.242Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:15.245Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:15.246Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:15.346Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:14:15.347Z||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-08-25T07:14:15.347Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:15.371Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:15.372Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:16.246Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:16.247Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:16.251Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:16.252Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:16.351Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:14:16.352Z||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-08-25T07:14:16.352Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:16.365Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:16.366Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:17.253Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:17.253Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:17.256Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:17.256Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:17.357Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:17.358Z||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-08-25T07:14:17.358Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:17.381Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:17.382Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:18.256Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:18.260Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:18.263Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:18.263Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:18.363Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:18.364Z||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-08-25T07:14:18.365Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:18.406Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:18.407Z||pool-94-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:19.264Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:19.266Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:19.268Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:19.268Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:14:19.369Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:14:19.370Z||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-08-25T07:14:19.370Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:19.396Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:19.397Z||pool-95-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:20.270Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "serviceName": "Demo_pNF_zmOYevHMaegndddEu6zy",
  "serviceVersion": "1.0",
  "serviceUUID": "5cb6c95c-f6e8-4aad-b293-9f71d0753e0d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d4c7191-ee53-43ab-aea6-e61995748f72",
  "resources": [
    {
      "resourceInstanceName": "pNF 0ebb007e-3809 0",
      "resourceCustomizationUUID": "ca98bb40-f3f8-4403-8829-8948891b8ca3",
      "resourceName": "pNF 0ebb007e-3809",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d9326188-e82a-4c58-9f81-2fa787f25a0a",
      "resourceInvariantUUID": "d927b988-7e99-4ee2-a113-816164e37910",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
      "artifactChecksum": "Y2FlNGNhYzZkYjU3NjdjY2E1OTk1ZWM0OGIxYzllNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c8de469-0fd5-43ab-8992-04f7f2987bc5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:14:20.270Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:14:20.270Z|d18d3dbf-4757-4f1f-9838-24d237d15b5c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d ASDC
2022-08-25T07:14:20.271Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0506c09c-639e-4ca0-a7c2-c1390ab82f27
ServiceName:Demo_pNF_zmOYevHMaegndddEu6zy
ServiceVersion:1.0
ServiceUUID:5cb6c95c-f6e8-4aad-b293-9f71d0753e0d
ServiceInvariantUUID:6d4c7191-ee53-43ab-aea6-e61995748f72
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
ArtifactUUID:9c8de469-0fd5-43ab-8992-04f7f2987bc5
ArtifactChecksum:Y2FlNGNhYzZkYjU3NjdjY2E1OTk1ZWM0OGIxYzllNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0ebb007e-3809 0
ResourceCustomizationUUID:ca98bb40-f3f8-4403-8829-8948891b8ca3
ResourceInvariantUUID:d927b988-7e99-4ee2-a113-816164e37910
ResourceName:pNF 0ebb007e-3809
ResourceType:PNF
ResourceUUID:d9326188-e82a-4c58-9f81-2fa787f25a0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:14:20.271Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d 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-08-25T07:14:20.310Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:14:20.311Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:14:20.311Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:14:20.316Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Trying to download the artifact UUID: 9c8de469-0fd5-43ab-8992-04f7f2987bc5 from URL: /sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:20.316Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:14:20.316Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:20.447Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:14:20.456Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar 9c8de469-0fd5-43ab-8992-04f7f2987bc5 87769
2022-08-25T07:14:20.456Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar ASDC sendASDCNotification
2022-08-25T07:14:20.457Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:20.457Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:14:20.457Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:20.459Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:20.460Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411660456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:14:20.560Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:20.561Z||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-08-25T07:14:20.561Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:20.597Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:20.598Z||pool-96-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:21.460Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:14:21.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:14:21.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Trying to write artifact UUID: 9c8de469-0fd5-43ab-8992-04f7f2987bc5, URL: /sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar to file: /app/ASDC/1/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:21.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:21.464Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:21.464Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:21.618Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8618118945541033608/Definitions/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml
2022-08-25T07:14:23.086Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:14:23.086Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|WARN|500||####################################################################################################
2022-08-25T07:14:23.086Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.086Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:14:23.086Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0ebb007e-3809 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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.087Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|WARN|500||####################################################################################################
2022-08-25T07:14:23.088Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.088Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.088Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Node template pNF 0ebb007e-3809 0 is matching search criteria
2022-08-25T07:14:23.088Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:14:23.088Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Found topology templates [pNF 0ebb007e-3809 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Node template pNF 0ebb007e-3809 0 is matching search criteria
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Found topology templates [pNF 0ebb007e-3809 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:14:23.089Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.090Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.090Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.090Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.090Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.091Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.091Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.091Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.092Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.092Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.092Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zmOYevHMaegndddEu6zy
Description:catalog service description
Model UUID:5cb6c95c-f6e8-4aad-b293-9f71d0753e0d
Model Version:NULL
Model InvariantUuid:6d4c7191-ee53-43ab-aea6-e61995748f72
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-08-25T07:14:23.109Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d9326188-e82a-4c58-9f81-2fa787f25a0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:14:23.114Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||pNF 0ebb007e-3809 0
2022-08-25T07:14:23.114Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d9326188-e82a-4c58-9f81-2fa787f25a0a
2022-08-25T07:14:23.114Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||No resources found for Service: 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d
2022-08-25T07:14:23.114Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Preparing to deploy Service: 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d
2022-08-25T07:14:23.114Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0ebb007e-3809 0 d9326188-e82a-4c58-9f81-2fa787f25a0a 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-08-25T07:14:23.120Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff51eff, org.onap.sdc.toscaparser.api.parameters.Input@62a30f38, org.onap.sdc.toscaparser.api.parameters.Input@1a939e02, org.onap.sdc.toscaparser.api.parameters.Input@249cc470, org.onap.sdc.toscaparser.api.parameters.Input@635924fa]
2022-08-25T07:14:23.121Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.122Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.122Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500|| resourceSeq for service uuid 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d: pNF 0ebb007e-3809
2022-08-25T07:14:23.123Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Processing PNF resource: d9326188-e82a-4c58-9f81-2fa787f25a0a
2022-08-25T07:14:23.123Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:14:23.123Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Service Demo_pNF_zmOYevHMaegndddEu6zy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:14:23.124Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||Resource customization UUID: ca98bb40-f3f8-4403-8829-8948891b8ca3 is the same as notified resource customizationUUID: ca98bb40-f3f8-4403-8829-8948891b8ca3
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-08-25T07:14:23.214Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0ebb007e-3809 d9326188-e82a-4c58-9f81-2fa787f25a0a 0 ASDC deployResourceStructure
2022-08-25T07:14:23.214Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar ASDC sendASDCNotification
2022-08-25T07:14:23.214Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar
2022-08-25T07:14:23.214Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:14:23.215Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:23.217Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:23.217Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411663214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:14:23.318Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:14:23.318Z||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-08-25T07:14:23.319Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:23.344Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:23.344Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:14:24.218Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0506c09c-639e-4ca0-a7c2-c1390ab82f27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:14:24.240Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0506c09c-639e-4ca0-a7c2-c1390ab82f27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:14:24.244Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:14:24.244Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:14:24.244Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:14:24.244Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:14:24.244Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:14:24.245Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:14:24.245Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?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-08-25T07:14:24.250Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:14:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:14:31.071Z||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-08-25T07:14:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:31.101Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:31.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:14:31.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:31.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:14:54.251Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0506c09c-639e-4ca0-a7c2-c1390ab82f27 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-08-25T07:14:54.257Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0506c09c-639e-4ca0-a7c2-c1390ab82f27 and serviceModelVersionId: 5cb6c95c-f6e8-4aad-b293-9f71d0753e0d
2022-08-25T07:14:54.257Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d4c7191-ee53-43ab-aea6-e61995748f72
2022-08-25T07:14:54.258Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0
2022-08-25T07:14:54.263Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:14:54.322Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e840bb89-3e61-422b-b2a3-38ead780f5bc/model-vers/model-ver/cdce1977-95a3-46b6-b17a-d9153d5355a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:54.324Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Invoke
2022-08-25T07:14:55.849Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:55.851Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Invoke
2022-08-25T07:14:57.389Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:57.390Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Invoke
2022-08-25T07:14:58.423Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:58.425Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:58.425Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:58.426Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:58.435Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:14:58.436Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0506c09c-639e-4ca0-a7c2-c1390ab82f27 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:14:58.436Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:14:58.436Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:58.439Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:58.440Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411698436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:14:58.540Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:58.541Z||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-08-25T07:14:58.541Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:58.565Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:58.566Z||pool-98-thread-1|||||INFO|500||cambria reply ok (26 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-08-25T07:14:59.460Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||received message from topic
2022-08-25T07:14:59.460Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ac925c75-2d0b-457b-bd68-05b0ff4488a8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2d4da634-5929-41d8-a9e6-c935102ddd17","serviceDescription":"service","serviceInvariantUUID":"d863bea6-edcc-49f4-944e-ec90d7d65a30","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5efc8645-5f6e-4fec-883c-f8a32615f50a","resourceInvariantUUID":"47d1af6b-6417-43d5-a9e8-64b401c8112c","resourceCustomizationUUID":"2633bf92-9c85-4db3-a917-980814f932ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Y2M2N2Y3OTk1MmRiOTRhN2NhYmRjNjUwNjEwNjFjNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49c04783-3c6a-4253-9d69-e4879c53f1ba","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MGFlMzA1NTg2ZjI1NzczMGM1M2VkYzQyMDI3MzkyYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6455a57f-c0cf-4d30-aeb5-0b5180dc6f10","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"edd95cd8-f3bc-469e-87e0-647d5e64f02b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b041e87a-fbbb-42af-81a2-1982cac9615c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8f59900-8e98-499a-9961-829f77a0b134","artifactVersion":"2","generatedFromUUID":"edd95cd8-f3bc-469e-87e0-647d5e64f02b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2VjM2YwZGEyNmJhOWM0NjkyOTY0MTY2NGE0YTBmYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0d6fd84-96ef-4ee9-8097-504a589df1ff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzIzMTViOTNiN2EwODcyNTM1Mzc1NmVhZjI4OWM4YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ba2627d-7d74-429e-92f9-72761d649841","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:14:59.461Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:14:59.461Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:14:59.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:14:59.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:14:59.563Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:14:59.565Z||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-08-25T07:14:59.565Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:14:59.872Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:14:59.873Z||pool-99-thread-1|||||INFO|500||cambria reply ok (309 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:00.463Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:00.465Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:00.479Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:00.479Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:15:00.568Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-25T07:15:00.569Z||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-08-25T07:15:00.570Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:00.587Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:00.590Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:01.480Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:01.482Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:01.485Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:01.486Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:15:01.585Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:01.586Z||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-08-25T07:15:01.586Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:01.636Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:01.637Z||pool-101-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:02.486Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:02.487Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:02.490Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:02.490Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:02.590Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:02.591Z||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-08-25T07:15:02.591Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:02.606Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:02.607Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:03.491Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:03.492Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:03.494Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:03.494Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T07:15:03.594Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:03.595Z||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-08-25T07:15:03.596Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:03.611Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:03.612Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:04.495Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:04.496Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:04.498Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:04.498Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:04.599Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:15:04.600Z||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-08-25T07:15:04.601Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:04.625Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:04.626Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:05.499Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:05.500Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:05.506Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:05.506Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:05.603Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:15:05.604Z||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-08-25T07:15:05.604Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:05.627Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:05.629Z||pool-105-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:06.508Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2d4da634-5929-41d8-a9e6-c935102ddd17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d863bea6-edcc-49f4-944e-ec90d7d65a30",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2633bf92-9c85-4db3-a917-980814f932ce",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5efc8645-5f6e-4fec-883c-f8a32615f50a",
      "resourceInvariantUUID": "47d1af6b-6417-43d5-a9e8-64b401c8112c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MGFlMzA1NTg2ZjI1NzczMGM1M2VkYzQyMDI3MzkyYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6455a57f-c0cf-4d30-aeb5-0b5180dc6f10",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "edd95cd8-f3bc-469e-87e0-647d5e64f02b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e8f59900-8e98-499a-9961-829f77a0b134",
            "generatedFromUUID": "edd95cd8-f3bc-469e-87e0-647d5e64f02b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e8f59900-8e98-499a-9961-829f77a0b134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzIzMTViOTNiN2EwODcyNTM1Mzc1NmVhZjI4OWM4YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ba2627d-7d74-429e-92f9-72761d649841"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:15:06.508Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:15:06.508Z|0506c09c-639e-4ca0-a7c2-c1390ab82f27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d4da634-5929-41d8-a9e6-c935102ddd17 ASDC
2022-08-25T07:15:06.509Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ac925c75-2d0b-457b-bd68-05b0ff4488a8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2d4da634-5929-41d8-a9e6-c935102ddd17
ServiceInvariantUUID:d863bea6-edcc-49f4-944e-ec90d7d65a30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3ba2627d-7d74-429e-92f9-72761d649841
ArtifactChecksum:NzIzMTViOTNiN2EwODcyNTM1Mzc1NmVhZjI4OWM4YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2633bf92-9c85-4db3-a917-980814f932ce
ResourceInvariantUUID:47d1af6b-6417-43d5-a9e8-64b401c8112c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5efc8645-5f6e-4fec-883c-f8a32615f50a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6455a57f-c0cf-4d30-aeb5-0b5180dc6f10
ArtifactChecksum:MGFlMzA1NTg2ZjI1NzczMGM1M2VkYzQyMDI3MzkyYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:edd95cd8-f3bc-469e-87e0-647d5e64f02b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e8f59900-8e98-499a-9961-829f77a0b134
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e8f59900-8e98-499a-9961-829f77a0b134
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:15:06.509Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d4da634-5929-41d8-a9e6-c935102ddd17 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-08-25T07:15:06.560Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:15:06.561Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:15:06.561Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:15:06.562Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Trying to download the artifact UUID: 3ba2627d-7d74-429e-92f9-72761d649841 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T07:15:06.562Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:15:06.562Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T07:15:06.708Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:15:06.713Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3ba2627d-7d74-429e-92f9-72761d649841 74736
2022-08-25T07:15:06.714Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-25T07:15:06.714Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T07:15:06.714Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:15:06.719Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:06.722Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:06.722Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411706714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:06.822Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:06.823Z||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-08-25T07:15:06.824Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:06.837Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:06.837Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:07.724Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:15:07.726Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:15:07.726Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Trying to write artifact UUID: 3ba2627d-7d74-429e-92f9-72761d649841, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:07.727Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-25T07:15:07.728Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:07.728Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:07.923Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14454350081080366900/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-25T07:15:10.122Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:15:10.123Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||####################################################################################################
2022-08-25T07:15:10.123Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.123Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:15:10.123Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.124Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.124Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.124Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.124Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.125Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.125Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T07:15:10.125Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|WARN|500||####################################################################################################
2022-08-25T07:15:10.125Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.126Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.126Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:10.126Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:15:10.127Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:15:10.127Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.127Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.128Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:10.128Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:15:10.128Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:15:10.129Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.129Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.129Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.129Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T07:15:10.130Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-25T07:15:10.130Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-25T07:15:10.130Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-25T07:15:10.131Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T07:15:10.131Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:15:10.131Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.132Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:15:10.132Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.132Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:10.133Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:10.133Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.134Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:10.134Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:10.134Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.134Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:10.135Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:10.135Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.135Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T07:15:10.136Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T07:15:10.136Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T07:15:10.136Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f9c342f-3016-4f1c-8c2b-6adbf7a3bd47
2022-08-25T07:15:10.137Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.137Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.137Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.137Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.138Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.138Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.138Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:10.139Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:10.139Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2d4da634-5929-41d8-a9e6-c935102ddd17
Model Version:NULL
Model InvariantUuid:d863bea6-edcc-49f4-944e-ec90d7d65a30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:cee20768-d0d9-4097-ad38-0a1d1dd05ecf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47d1af6b-6417-43d5-a9e8-64b401c8112c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2633bf92-9c85-4db3-a917-980814f932ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:59317210-12a0-4b48-b9bd-797af425c53d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:ff9111a0-afd7-4c5b-9e7f-a4bb78a12664
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5f9c342f-3016-4f1c-8c2b-6adbf7a3bd47
ModelInvariantUuid:a18e1c7a-8b40-4049-939d-03aec65ce972
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:be324387-de02-47dd-a48b-700041335697
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3cd2206f-983c-43fd-916a-652e34a52529
ModelInvariantUuid:138e0360-62f1-444f-af4a-77b57a6b6963
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7fedc7bc-a334-4707-8582-97108ee8d97a
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-08-25T07:15:10.154Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5efc8645-5f6e-4fec-883c-f8a32615f50a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:15:10.159Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||basic_vm 0
2022-08-25T07:15:10.159Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5efc8645-5f6e-4fec-883c-f8a32615f50a
2022-08-25T07:15:10.159Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Trying to download the artifact UUID: 6455a57f-c0cf-4d30-aeb5-0b5180dc6f10 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T07:15:10.160Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:15:10.160Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T07:15:10.245Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:15:10.247Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6455a57f-c0cf-4d30-aeb5-0b5180dc6f10 787
2022-08-25T07:15:10.249Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-25T07:15:10.249Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T07:15:10.249Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:15:10.250Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:10.253Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:10.254Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411710248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:10.354Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:10.356Z||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-08-25T07:15:10.356Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:10.376Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:10.377Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:11.255Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "59317210-12a0-4b48-b9bd-797af425c53d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9111a0-afd7-4c5b-9e7f-a4bb78a12664",
    "vfModuleModelCustomizationUUID": "ccab84ee-a3cc-45d3-9818-205581846ec1",
    "isBase": true,
    "artifacts": [
      "edd95cd8-f3bc-469e-87e0-647d5e64f02b",
      "e8f59900-8e98-499a-9961-829f77a0b134"
    ],
    "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-08-25T07:15:11.261Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9111a0-afd7-4c5b-9e7f-a4bb78a12664
VfModuleModelInvariantUUID:59317210-12a0-4b48-b9bd-797af425c53d
VfModuleModelDescription:NULL
Artifacts UUID List:{
edd95cd8-f3bc-469e-87e0-647d5e64f02b
,
e8f59900-8e98-499a-9961-829f77a0b134

}
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-08-25T07:15:11.263Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "59317210-12a0-4b48-b9bd-797af425c53d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9111a0-afd7-4c5b-9e7f-a4bb78a12664",
    "vfModuleModelCustomizationUUID": "ccab84ee-a3cc-45d3-9818-205581846ec1",
    "isBase": true,
    "artifacts": [
      "edd95cd8-f3bc-469e-87e0-647d5e64f02b",
      "e8f59900-8e98-499a-9961-829f77a0b134"
    ],
    "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-08-25T07:15:11.264Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9111a0-afd7-4c5b-9e7f-a4bb78a12664
VfModuleModelInvariantUUID:59317210-12a0-4b48-b9bd-797af425c53d
VfModuleModelDescription:NULL
Artifacts UUID List:{
edd95cd8-f3bc-469e-87e0-647d5e64f02b
,
e8f59900-8e98-499a-9961-829f77a0b134

}
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-08-25T07:15:11.264Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Trying to download the artifact UUID: edd95cd8-f3bc-469e-87e0-647d5e64f02b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T07:15:11.264Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:15:11.264Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T07:15:11.340Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:15:11.340Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml edd95cd8-f3bc-469e-87e0-647d5e64f02b 5033
2022-08-25T07:15:11.341Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-25T07:15:11.341Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T07:15:11.341Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:15:11.341Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:11.344Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:11.344Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411711341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:11.444Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:11.445Z||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-08-25T07:15:11.445Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:11.482Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:11.482Z||pool-108-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:12.345Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Trying to download the artifact UUID: e8f59900-8e98-499a-9961-829f77a0b134 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T07:15:12.346Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:15:12.347Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T07:15:12.447Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:15:12.449Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e8f59900-8e98-499a-9961-829f77a0b134 903
2022-08-25T07:15:12.449Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-25T07:15:12.449Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T07:15:12.450Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:15:12.450Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:12.452Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:12.453Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411712449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:12.553Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:12.554Z||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-08-25T07:15:12.554Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:12.577Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:12.578Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:13.453Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Preparing to deploy Service: 2d4da634-5929-41d8-a9e6-c935102ddd17
2022-08-25T07:15:13.455Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5efc8645-5f6e-4fec-883c-f8a32615f50a 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-08-25T07:15:13.481Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ab4313, org.onap.sdc.toscaparser.api.parameters.Input@23da4d9e, org.onap.sdc.toscaparser.api.parameters.Input@2672289, org.onap.sdc.toscaparser.api.parameters.Input@41291439, org.onap.sdc.toscaparser.api.parameters.Input@184364d4]
2022-08-25T07:15:13.484Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.485Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.485Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:15:13.485Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||VFCustomizationUUID= 2633bf92-9c85-4db3-a917-980814f932ce
2022-08-25T07:15:13.486Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2633bf92-9c85-4db3-a917-980814f932ce matches Tosca VF Customization UUID: 2633bf92-9c85-4db3-a917-980814f932ce
2022-08-25T07:15:13.486Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||vfCustomizationUUID: 2633bf92-9c85-4db3-a917-980814f932ce  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-08-25T07:15:13.490Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.490Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.491Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||resource request for resource customization id 2633bf92-9c85-4db3-a917-980814f932ce: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:15:13.491Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b4d2690
2022-08-25T07:15:13.491Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.492Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:15:13.492Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ccab84ee-a3cc-45d3-9818-205581846ec1
2022-08-25T07:15:13.492Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ccab84ee-a3cc-45d3-9818-205581846ec1
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-08-25T07:15:13.495Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.495Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:13.495Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:13.496Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.496Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:13.496Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:13.497Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.497Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T07:15:13.497Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T07:15:13.497Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T07:15:13.497Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f9c342f-3016-4f1c-8c2b-6adbf7a3bd47
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-08-25T07:15:13.504Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.504Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:13.505Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:15:13.505Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.505Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T07:15:13.506Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2633bf92-9c85-4db3-a917-980814f932ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:15:13.509Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.509Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.509Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500|| resourceSeq for service uuid 2d4da634-5929-41d8-a9e6-c935102ddd17: basic_vm
2022-08-25T07:15:13.510Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.510Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.510Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.510Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.511Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.511Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.511Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.511Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.512Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:15:13.512Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:15:13.512Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:15:13.660Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5efc8645-5f6e-4fec-883c-f8a32615f50a 1 ASDC deployResourceStructure
2022-08-25T07:15:13.661Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-25T07:15:13.661Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T07:15:13.661Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:15:13.661Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:13.664Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:13.664Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411713661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:13.764Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:13.766Z||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-08-25T07:15:13.766Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:13.781Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:13.782Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:14.665Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-25T07:15:14.666Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T07:15:14.666Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:15:14.666Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:14.669Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:14.669Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411714665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:14.769Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:14.770Z||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-08-25T07:15:14.770Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:14.790Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:14.790Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:15.670Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-25T07:15:15.671Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T07:15:15.671Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:15:15.671Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:15.677Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:15.677Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411715670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:15.775Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:15:15.778Z||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-08-25T07:15:15.779Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:15.801Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:15.803Z||pool-112-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:16.678Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-25T07:15:16.678Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T07:15:16.678Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:15:16.681Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:16.683Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:16.683Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411716678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:16.783Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:16.784Z||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-08-25T07:15:16.785Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:16.846Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:16.846Z||pool-113-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:17.684Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac925c75-2d0b-457b-bd68-05b0ff4488a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:15:17.701Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac925c75-2d0b-457b-bd68-05b0ff4488a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:15:17.707Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:15:17.707Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:15:17.708Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:15:17.708Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:15:17.708Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:15:17.709Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?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-08-25T07:15:17.717Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:15:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:15:31.071Z||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-08-25T07:15:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:31.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:31.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411540632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411539709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411539023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411547922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411556776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411558304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411557212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "cds",
  "timestamp": 1661411557783,
  "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-08-25T07:15:31.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411558219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411559393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "policy-id",
  "timestamp": 1661411559222,
  "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-08-25T07:15:31.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.224Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411560499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411551717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411561567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411561550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411562691,
  "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-08-25T07:15:31.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411563702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411563900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411564903,
  "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-08-25T07:15:31.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411567907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411569918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "clamp",
  "timestamp": 1661411570927,
  "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-08-25T07:15:31.322Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.323Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411565761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411575629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411582336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:31.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "aai-ml",
  "timestamp": 1661411583342,
  "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-08-25T07:15:31.344Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of db0d136d-fa37-4e5a-8447-91765e652187
2022-08-25T07:15:31.344Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:15:31.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:15:31.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4433b5d6-bcb1-476e-bcb2-49b9dd761145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411605828,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:15:31.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:15:47.719Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ac925c75-2d0b-457b-bd68-05b0ff4488a8 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-08-25T07:15:47.729Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac925c75-2d0b-457b-bd68-05b0ff4488a8 and serviceModelVersionId: 2d4da634-5929-41d8-a9e6-c935102ddd17
2022-08-25T07:15:47.729Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d863bea6-edcc-49f4-944e-ec90d7d65a30
2022-08-25T07:15:47.730Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0
2022-08-25T07:15:47.737Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d4c7191-ee53-43ab-aea6-e61995748f72/model-vers/model-ver/5cb6c95c-f6e8-4aad-b293-9f71d0753e0d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:15:47.808Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Invoke
2022-08-25T07:15:47.809Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcd43c1e-810d-4a32-b5c7-a0d29cd9d8ff], X-ECOMP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-TransactionId=[], X-ONAP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], Content-Type=[application/merge-patch+json]}
2022-08-25T07:15:49.358Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Invoke
2022-08-25T07:15:49.359Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebe7d2c0-fad4-400a-b19a-20320428488f], X-ECOMP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-TransactionId=[], X-ONAP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], Content-Type=[application/merge-patch+json]}
2022-08-25T07:15:50.937Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Invoke
2022-08-25T07:15:50.946Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4e9ed76-cfac-450f-8386-23a2b12a8ea0], X-ECOMP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], X-TransactionId=[], X-ONAP-RequestID=[ac925c75-2d0b-457b-bd68-05b0ff4488a8], Content-Type=[application/merge-patch+json]}
2022-08-25T07:15:51.994Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:15:51.995Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:15:51.996Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:15:51.996Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:15:52.004Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:15:52.008Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac925c75-2d0b-457b-bd68-05b0ff4488a8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:15:52.008Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:15:52.008Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:52.013Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:52.013Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411752008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:15:52.111Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:15:52.113Z||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-08-25T07:15:52.113Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:52.146Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:52.146Z||pool-114-thread-1|||||INFO|500||cambria reply ok (34 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-08-25T07:15:53.032Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||received message from topic
2022-08-25T07:15:53.032Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"db0d136d-fa37-4e5a-8447-91765e652187","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c2b0c903-a566-4bed-8038-640cb2f716bf","serviceDescription":"service","serviceInvariantUUID":"78b430af-66c8-4b91-97d4-157d92929bad","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7abfe60f-50ec-4cd9-9304-3eda07124283","resourceInvariantUUID":"596d6c52-139f-412d-a87a-71585295ebe3","resourceCustomizationUUID":"41511e83-dccf-48ae-8ea8-371dcc90456b","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":"NjZhNWVlYzZjNDg5ZGQ3ZjY2Mjc0ODJhNmI1MmYzNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be0e9e67-4e7a-4ad0-a461-8cb3696baca0","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":"cdf7ecd4-da3c-4b9d-9f18-6b4254fcd66c","artifactVersion":"2","generatedFromUUID":"a3689b37-8bff-4968-8e31-a7a2c8c77a69"},{"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":"a3689b37-8bff-4968-8e31-a7a2c8c77a69","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":"NjM0MzRiMzk4ZDUwM2FlNGJkMmJlYzM2ZWFiYmMwMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23472c97-622d-4388-a684-ef0c7013844f","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":"392d42af-c187-4a13-b07e-9ee9a1d8b1dc","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":"7c01508b-c5d9-4e9c-8318-68e6d5427105","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":"9aa3181a-6d9f-4bdc-a6a5-d060864eabcf","artifactVersion":"2","generatedFromUUID":"392d42af-c187-4a13-b07e-9ee9a1d8b1dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjgzNTU0MDBkOTRhZWE4OTU2YWY0ZjhmMjczNWQxMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"361a153a-b946-44f4-8af1-bb979cf18ed0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2YyMzNkMzVjODE0MDFiNDM0NGVjZmU1ZTRiMjc5MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfaa9e89-38d5-4820-b5b0-228d3d649452","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:15:53.033Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:53.033Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:53.035Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:53.035Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:53.135Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:53.136Z||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-08-25T07:15:53.136Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:53.157Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:53.160Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:54.040Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:54.041Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:54.043Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:54.044Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T07:15:54.144Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:54.145Z||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-08-25T07:15:54.146Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:54.162Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:54.162Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:55.044Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:55.045Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:55.049Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:55.049Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T07:15:55.149Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:15:55.150Z||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-08-25T07:15:55.150Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:55.173Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:55.173Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:56.049Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:56.050Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:56.055Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:56.055Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:15:56.153Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:15:56.154Z||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-08-25T07:15:56.155Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:56.180Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:56.181Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:57.056Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:57.060Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:57.063Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:57.064Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:15:57.163Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:15:57.165Z||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-08-25T07:15:57.165Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:57.188Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:57.189Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:15:58.064Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:58.065Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:58.069Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:58.070Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:15:58.168Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:15:58.169Z||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-08-25T07:15:58.170Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:58.191Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:58.192Z||pool-120-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:15:59.071Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:15:59.075Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:15:59.078Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:15:59.082Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T07:15:59.179Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T07:15:59.180Z||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-08-25T07:15:59.181Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:15:59.219Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:15:59.220Z||pool-121-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:00.083Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:16:00.084Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:00.086Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:00.086Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:00.187Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:16:00.188Z||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-08-25T07:16:00.188Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:00.217Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:00.218Z||pool-122-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:16:01.087Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:16:01.088Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:01.098Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:01.098Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:16:01.190Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T07:16:01.191Z||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-08-25T07:16:01.192Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:01.225Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:01.226Z||pool-123-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:16:02.103Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c2b0c903-a566-4bed-8038-640cb2f716bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "78b430af-66c8-4b91-97d4-157d92929bad",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "41511e83-dccf-48ae-8ea8-371dcc90456b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7abfe60f-50ec-4cd9-9304-3eda07124283",
      "resourceInvariantUUID": "596d6c52-139f-412d-a87a-71585295ebe3",
      "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": "cdf7ecd4-da3c-4b9d-9f18-6b4254fcd66c",
          "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": "a3689b37-8bff-4968-8e31-a7a2c8c77a69",
          "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": "NjM0MzRiMzk4ZDUwM2FlNGJkMmJlYzM2ZWFiYmMwMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23472c97-622d-4388-a684-ef0c7013844f",
          "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": "392d42af-c187-4a13-b07e-9ee9a1d8b1dc",
          "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": "9aa3181a-6d9f-4bdc-a6a5-d060864eabcf",
            "generatedFromUUID": "392d42af-c187-4a13-b07e-9ee9a1d8b1dc"
          },
          "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": "9aa3181a-6d9f-4bdc-a6a5-d060864eabcf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2YyMzNkMzVjODE0MDFiNDM0NGVjZmU1ZTRiMjc5MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfaa9e89-38d5-4820-b5b0-228d3d649452"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:16:02.103Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:16:02.104Z|ac925c75-2d0b-457b-bd68-05b0ff4488a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c2b0c903-a566-4bed-8038-640cb2f716bf ASDC
2022-08-25T07:16:02.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||ASDC Notification:
DistributionID:db0d136d-fa37-4e5a-8447-91765e652187
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c2b0c903-a566-4bed-8038-640cb2f716bf
ServiceInvariantUUID:78b430af-66c8-4b91-97d4-157d92929bad
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:cfaa9e89-38d5-4820-b5b0-228d3d649452
ArtifactChecksum:Y2YyMzNkMzVjODE0MDFiNDM0NGVjZmU1ZTRiMjc5MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:41511e83-dccf-48ae-8ea8-371dcc90456b
ResourceInvariantUUID:596d6c52-139f-412d-a87a-71585295ebe3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7abfe60f-50ec-4cd9-9304-3eda07124283
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:cdf7ecd4-da3c-4b9d-9f18-6b4254fcd66c
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:a3689b37-8bff-4968-8e31-a7a2c8c77a69
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:23472c97-622d-4388-a684-ef0c7013844f
ArtifactChecksum:NjM0MzRiMzk4ZDUwM2FlNGJkMmJlYzM2ZWFiYmMwMDM=
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:392d42af-c187-4a13-b07e-9ee9a1d8b1dc
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:9aa3181a-6d9f-4bdc-a6a5-d060864eabcf
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:9aa3181a-6d9f-4bdc-a6a5-d060864eabcf
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:16:02.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2b0c903-a566-4bed-8038-640cb2f716bf 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-08-25T07:16:02.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:16:02.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:16:02.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:16:02.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: cfaa9e89-38d5-4820-b5b0-228d3d649452 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-25T07:16:02.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:02.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:02.389Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:02.392Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cfaa9e89-38d5-4820-b5b0-228d3d649452 73675
2022-08-25T07:16:02.392Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:02.393Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:02.393Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:02.393Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:02.395Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:02.395Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411762392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:02.495Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:02.496Z||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-08-25T07:16:02.496Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:02.531Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:02.532Z||pool-124-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:03.396Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:16:03.397Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:16:03.398Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to write artifact UUID: cfaa9e89-38d5-4820-b5b0-228d3d649452, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T07:16:03.398Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-25T07:16:03.399Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T07:16:03.399Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T07:16:03.523Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17762971484812560732/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-08-25T07:16:05.100Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||####################################################################################################
2022-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.101Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.102Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||####################################################################################################
2022-08-25T07:16:05.102Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.102Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.102Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:05.103Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:16:05.103Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:16:05.103Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.103Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.104Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:05.104Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:16:05.104Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:16:05.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T07:16:05.105Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-25T07:16:05.106Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-08-25T07:16:05.106Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:16:05.106Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.106Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:16:05.107Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.107Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:05.107Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:05.107Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.108Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:05.108Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:05.108Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.108Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:05.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:05.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T07:16:05.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-25T07:16:05.109Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=15d84e9c-4d31-4f1e-987a-5e8d650a01ff
2022-08-25T07:16:05.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:05.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:05.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c2b0c903-a566-4bed-8038-640cb2f716bf
Model Version:NULL
Model InvariantUuid:78b430af-66c8-4b91-97d4-157d92929bad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:34545d8a-7063-491d-8c29-2124e1a9e947
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:596d6c52-139f-412d-a87a-71585295ebe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41511e83-dccf-48ae-8ea8-371dcc90456b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08ff1217-65cc-48f4-b5ae-841c06bb6e15
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:be193d23-946e-49e1-be8c-7be3fb2a73a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:15d84e9c-4d31-4f1e-987a-5e8d650a01ff
ModelInvariantUuid:d0372852-8e7e-45a6-8be0-aa3058b87d13
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3474cde0-4ac0-4146-8e5e-32bd729159ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7785a62a-fd09-43f4-99ea-11775a318e74
ModelInvariantUuid:03be9bd9-4993-440c-996e-347332645f31
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a17841fb-f2f6-4b9a-acac-7c4f10407da5
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-08-25T07:16:05.121Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7abfe60f-50ec-4cd9-9304-3eda07124283
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:16:05.124Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||basic_cnf 0
2022-08-25T07:16:05.125Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7abfe60f-50ec-4cd9-9304-3eda07124283
2022-08-25T07:16:05.125Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: cdf7ecd4-da3c-4b9d-9f18-6b4254fcd66c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-25T07:16:05.125Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:05.125Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.187Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:05.187Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cdf7ecd4-da3c-4b9d-9f18-6b4254fcd66c 12
2022-08-25T07:16:05.188Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.188Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:05.188Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:05.188Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:05.190Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:05.190Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411765188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:05.293Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T07:16:05.294Z||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-08-25T07:16:05.294Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:05.327Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:05.328Z||pool-125-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:06.191Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: a3689b37-8bff-4968-8e31-a7a2c8c77a69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-25T07:16:06.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:06.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:06.305Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:06.306Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a3689b37-8bff-4968-8e31-a7a2c8c77a69 2688
2022-08-25T07:16:06.306Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:06.306Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:06.306Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:06.307Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:06.309Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:06.309Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411766306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:06.409Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:06.410Z||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-08-25T07:16:06.410Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:06.427Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:06.428Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:07.311Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: 23472c97-622d-4388-a684-ef0c7013844f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-25T07:16:07.312Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:07.312Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:07.512Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:07.513Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 23472c97-622d-4388-a684-ef0c7013844f 828
2022-08-25T07:16:07.514Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:07.514Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:07.514Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:07.515Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:07.517Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:07.518Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411767514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:07.618Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:07.620Z||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-08-25T07:16:07.620Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:07.671Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:07.672Z||pool-127-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:08.518Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08ff1217-65cc-48f4-b5ae-841c06bb6e15",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be193d23-946e-49e1-be8c-7be3fb2a73a8",
    "vfModuleModelCustomizationUUID": "531e8802-d5e0-46fe-ad35-2c56e7587592",
    "isBase": true,
    "artifacts": [
      "392d42af-c187-4a13-b07e-9ee9a1d8b1dc",
      "a3689b37-8bff-4968-8e31-a7a2c8c77a69",
      "9aa3181a-6d9f-4bdc-a6a5-d060864eabcf"
    ],
    "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-08-25T07:16:08.525Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be193d23-946e-49e1-be8c-7be3fb2a73a8
VfModuleModelInvariantUUID:08ff1217-65cc-48f4-b5ae-841c06bb6e15
VfModuleModelDescription:NULL
Artifacts UUID List:{
392d42af-c187-4a13-b07e-9ee9a1d8b1dc
,
a3689b37-8bff-4968-8e31-a7a2c8c77a69
,
9aa3181a-6d9f-4bdc-a6a5-d060864eabcf

}
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-08-25T07:16:08.527Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08ff1217-65cc-48f4-b5ae-841c06bb6e15",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be193d23-946e-49e1-be8c-7be3fb2a73a8",
    "vfModuleModelCustomizationUUID": "531e8802-d5e0-46fe-ad35-2c56e7587592",
    "isBase": true,
    "artifacts": [
      "392d42af-c187-4a13-b07e-9ee9a1d8b1dc",
      "a3689b37-8bff-4968-8e31-a7a2c8c77a69",
      "9aa3181a-6d9f-4bdc-a6a5-d060864eabcf"
    ],
    "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-08-25T07:16:08.528Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be193d23-946e-49e1-be8c-7be3fb2a73a8
VfModuleModelInvariantUUID:08ff1217-65cc-48f4-b5ae-841c06bb6e15
VfModuleModelDescription:NULL
Artifacts UUID List:{
392d42af-c187-4a13-b07e-9ee9a1d8b1dc
,
a3689b37-8bff-4968-8e31-a7a2c8c77a69
,
9aa3181a-6d9f-4bdc-a6a5-d060864eabcf

}
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-08-25T07:16:08.528Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: 392d42af-c187-4a13-b07e-9ee9a1d8b1dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-25T07:16:08.528Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:08.528Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:08.654Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:08.655Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 392d42af-c187-4a13-b07e-9ee9a1d8b1dc 1164
2022-08-25T07:16:08.655Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:08.656Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:08.656Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:08.656Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:08.659Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:08.659Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411768655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:08.759Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:08.760Z||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-08-25T07:16:08.760Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:08.776Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:08.776Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:09.660Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||Trying to download the artifact UUID: 9aa3181a-6d9f-4bdc-a6a5-d060864eabcf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-25T07:16:09.661Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:16:09.661Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:09.779Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:16:09.781Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9aa3181a-6d9f-4bdc-a6a5-d060864eabcf 200
2022-08-25T07:16:09.781Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:09.781Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:09.782Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:16:09.782Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:09.784Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:09.785Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411769781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:09.885Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:09.886Z||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-08-25T07:16:09.886Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:09.939Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:09.939Z||pool-129-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:16:10.787Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Preparing to deploy Service: c2b0c903-a566-4bed-8038-640cb2f716bf
2022-08-25T07:16:10.789Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7abfe60f-50ec-4cd9-9304-3eda07124283 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-08-25T07:16:10.810Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:16:10.825Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c92517, org.onap.sdc.toscaparser.api.parameters.Input@6cc8bd8c, org.onap.sdc.toscaparser.api.parameters.Input@79a88496, org.onap.sdc.toscaparser.api.parameters.Input@545a8667, org.onap.sdc.toscaparser.api.parameters.Input@6d82e066]
2022-08-25T07:16:10.826Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.826Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.827Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:16:10.827Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||VFCustomizationUUID= 41511e83-dccf-48ae-8ea8-371dcc90456b
2022-08-25T07:16:10.827Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41511e83-dccf-48ae-8ea8-371dcc90456b matches Tosca VF Customization UUID: 41511e83-dccf-48ae-8ea8-371dcc90456b
2022-08-25T07:16:10.828Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||vfCustomizationUUID: 41511e83-dccf-48ae-8ea8-371dcc90456b  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-08-25T07:16:10.832Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.832Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||resource request for resource customization id 41511e83-dccf-48ae-8ea8-371dcc90456b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:16:10.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79d77c5a
2022-08-25T07:16:10.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:16:10.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 531e8802-d5e0-46fe-ad35-2c56e7587592
2022-08-25T07:16:10.834Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 531e8802-d5e0-46fe-ad35-2c56e7587592
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-08-25T07:16:10.837Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.837Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:10.838Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:10.838Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.838Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:10.839Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:10.839Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.839Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T07:16:10.839Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-25T07:16:10.840Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=15d84e9c-4d31-4f1e-987a-5e8d650a01ff
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-08-25T07:16:10.842Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.842Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:10.843Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:16:10.843Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.843Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T07:16:10.844Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=41511e83-dccf-48ae-8ea8-371dcc90456b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:16:10.847Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.847Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.848Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500|| resourceSeq for service uuid c2b0c903-a566-4bed-8038-640cb2f716bf: basic_cnf
2022-08-25T07:16:10.848Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.848Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.848Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.849Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.849Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.849Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.849Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.849Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.850Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:16:10.850Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:16:10.850Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:10.972Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7abfe60f-50ec-4cd9-9304-3eda07124283 1 ASDC deployResourceStructure
2022-08-25T07:16:10.973Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:10.973Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:10.974Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T07:16:10.974Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:10.979Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:10.980Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411770972,
  "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-08-25T07:16:11.079Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:16:11.080Z||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-08-25T07:16:11.080Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:11.097Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:11.097Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:16:11.983Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:11.984Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:11.984Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T07:16:11.985Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:11.992Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:11.992Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411771983,
  "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-08-25T07:16:12.087Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-25T07:16:12.088Z||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-08-25T07:16:12.088Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:12.113Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:12.114Z||pool-131-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:12.994Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:12.995Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:12.996Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:16:12.996Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:13.012Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:13.012Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411772994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:13.101Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-25T07:16:13.102Z||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-08-25T07:16:13.102Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:13.144Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:13.145Z||pool-132-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:14.014Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:14.015Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:14.015Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:16:14.015Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:14.018Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:14.018Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411774014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:14.119Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:14.120Z||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-08-25T07:16:14.120Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:14.156Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:14.157Z||pool-133-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:15.025Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:15.026Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:15.026Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:16:15.026Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:15.030Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:15.030Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411775025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:15.130Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:15.132Z||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-08-25T07:16:15.132Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:15.155Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:15.156Z||pool-134-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:16:16.031Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:16.032Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:16.032Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:16:16.032Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:16.035Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:16.035Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411776031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:16.135Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:16:16.136Z||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-08-25T07:16:16.136Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:16.178Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:16.179Z||pool-135-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":2,"count":1}
2022-08-25T07:16:17.035Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0d136d-fa37-4e5a-8447-91765e652187
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:16:17.057Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0d136d-fa37-4e5a-8447-91765e652187
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:16:17.061Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?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-08-25T07:16:17.069Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:16:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:16:31.073Z||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-08-25T07:16:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:31.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:31.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:16:31.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411613628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:31.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:16:31.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411615892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18d3dbf-4757-4f1f-9838-24d237d15b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411651207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/resourceInstances/pnf0ebb007e38090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411660456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:16:31.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:16:31.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:16:31.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411663214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZmoyevhmaegndddeu6zy/1.0/artifacts/service-DemoPnfZmoyevhmaegndddeu6zy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:16:31.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:16:47.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: db0d136d-fa37-4e5a-8447-91765e652187 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-08-25T07:16:47.085Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db0d136d-fa37-4e5a-8447-91765e652187 and serviceModelVersionId: c2b0c903-a566-4bed-8038-640cb2f716bf
2022-08-25T07:16:47.085Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78b430af-66c8-4b91-97d4-157d92929bad
2022-08-25T07:16:47.087Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0
2022-08-25T07:16:47.098Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d863bea6-edcc-49f4-944e-ec90d7d65a30/model-vers/model-ver/2d4da634-5929-41d8-a9e6-c935102ddd17?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:16:47.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Invoke
2022-08-25T07:16:47.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ee69ca6-dcaa-4661-af60-a34797096178], X-ECOMP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-TransactionId=[], X-ONAP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], Content-Type=[application/merge-patch+json]}
2022-08-25T07:16:48.682Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Invoke
2022-08-25T07:16:48.683Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3aaa621c-be0a-431e-8b49-919a4408a88f], X-ECOMP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-TransactionId=[], X-ONAP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], Content-Type=[application/merge-patch+json]}
2022-08-25T07:16:50.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Invoke
2022-08-25T07:16:50.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98fd06a0-9a06-4575-90b1-7b0bb121a2b9], X-ECOMP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], X-TransactionId=[], X-ONAP-RequestID=[db0d136d-fa37-4e5a-8447-91765e652187], Content-Type=[application/merge-patch+json]}
2022-08-25T07:16:51.252Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:16:51.254Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:16:51.255Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:16:51.255Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:16:51.269Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:16:51.270Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db0d136d-fa37-4e5a-8447-91765e652187 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:16:51.270Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:16:51.270Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:16:51.279Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:16:51.279Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411811270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:16:51.375Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-25T07:16:51.376Z||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-08-25T07:16:51.376Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:16:51.397Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:16:51.398Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 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-08-25T07:16:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:16:52.302Z||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-08-25T07:16:52.302Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:02.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:02.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:02.841Z||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-08-25T07:17:02.841Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:12.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:12.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:12.467Z||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-08-25T07:17:12.468Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:22.156Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:22.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:22.158Z||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-08-25T07:17:22.158Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:31.071Z||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-08-25T07:17:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:31.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:31.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0506c09c-639e-4ca0-a7c2-c1390ab82f27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411698436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411706714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411710248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411711341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411712449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:17:31.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411713661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411714665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411715670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:17:31.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:17:31.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411716678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:17:31.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:17:31.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:31.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:31.743Z||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-08-25T07:17:31.743Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:41.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:17:41.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:17:41.379Z||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-08-25T07:17:41.380Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:17:50.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:18:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:18:31.065Z||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-08-25T07:18:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:18:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:18:31.071Z||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-08-25T07:18:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:18:31.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:18:31.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac925c75-2d0b-457b-bd68-05b0ff4488a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411752008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:18:31.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:18:31.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411606850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411762392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411765188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411766306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411767514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411768655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411769781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:18:31.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411770972,
  "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-08-25T07:18:31.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411771983,
  "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-08-25T07:18:31.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411772994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411774014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411775025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:18:31.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411776031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:18:31.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:18:40.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:31.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:19:31.068Z||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-08-25T07:19:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:31.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:19:31.072Z||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-08-25T07:19:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:31.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:31.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:19:31.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0d136d-fa37-4e5a-8447-91765e652187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411811270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:19:31.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:19:31.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:31.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T07:19:31.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d49b66c-ba8d-43a1-b807-9dda1e3491b6","serviceName":"vFW 2022-08-25 07-17-48","serviceVersion":"1.0","serviceUUID":"c753e655-6d48-434b-9240-a892d64ab22b","serviceDescription":"catalog service description","serviceInvariantUUID":"05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7","resources":[{"resourceInstanceName":"vFW 507a38f4-262a 0","resourceName":"vFW 507a38f4-262a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cae7b34-8363-4eec-bbe4-01b5f6b97004","resourceInvariantUUID":"e72edd77-9bda-46eb-a637-d4da62be5255","resourceCustomizationUUID":"427ac4cb-b861-41d8-8e04-37e9b227b4b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml","artifactChecksum":"MTRiOTMwY2E5ZDEyNjQyZjVlZmEzMTg3NDc0NjI3MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8e3b614-0f6b-4785-9285-dba0a373e6f0","artifactVersion":"1"},{"artifactName":"vfw507a38f4262a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json","artifactChecksum":"YmYwNDFjYzQyNjkxMmYxODZiNTc2NjAzZGJkOTJmODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"804a114f-4142-42a0-9335-5de57aa00942","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjMxZTg2Y2JlYmNmNzU1MDViZDlmMTczMjA0ZTRlMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec63192b-3dc0-4111-8d7c-454267940eaa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad5b89bd-b0be-4901-b026-9986618e1689","artifactVersion":"2","generatedFromUUID":"6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825071748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml","artifactChecksum":"YjEyZDM3NTIxOGIzMTAxZGE3Njc5ZmEyZmM5Mjc0MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c180f5b-570d-4a3c-8ec3-c4a0ddbd6f56","artifactVersion":"1"},{"artifactName":"service-Vfw20220825071748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar","artifactChecksum":"NzcwZWFjYmI1ZGIyYzkyZWE5YjZiYjFiMjViYjkyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83eb8717-af7b-49d2-8581-8d7e3b52717d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:19:31.874Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:31.878Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:31.883Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:31.883Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:19:31.982Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:19:31.983Z||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-08-25T07:19:31.983Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:32.009Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:32.010Z||pool-137-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:32.884Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:32.888Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:32.890Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:32.890Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:19:32.991Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:19:32.992Z||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-08-25T07:19:32.992Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:33.020Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:33.020Z||pool-138-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:33.891Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:33.892Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:33.895Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:33.895Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:19:33.995Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:33.996Z||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-08-25T07:19:33.997Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:34.015Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:34.016Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:34.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:34.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:34.899Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:34.900Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:19:35.000Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:35.001Z||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-08-25T07:19:35.001Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:35.024Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:35.025Z||pool-140-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:35.900Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:35.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:35.904Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:35.904Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:19:36.004Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:36.006Z||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-08-25T07:19:36.006Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:36.025Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:36.026Z||pool-141-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:36.905Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:36.906Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:36.908Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:36.908Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:19:37.009Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:37.009Z||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-08-25T07:19:37.009Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:37.027Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:37.027Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:19:37.909Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:19:37.909Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:37.914Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:37.915Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:19:38.014Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:19:38.015Z||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-08-25T07:19:38.015Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:38.036Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:38.037Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:38.916Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "serviceName": "vFW 2022-08-25 07-17-48",
  "serviceVersion": "1.0",
  "serviceUUID": "c753e655-6d48-434b-9240-a892d64ab22b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7",
  "resources": [
    {
      "resourceInstanceName": "vFW 507a38f4-262a 0",
      "resourceCustomizationUUID": "427ac4cb-b861-41d8-8e04-37e9b227b4b4",
      "resourceName": "vFW 507a38f4-262a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2cae7b34-8363-4eec-bbe4-01b5f6b97004",
      "resourceInvariantUUID": "e72edd77-9bda-46eb-a637-d4da62be5255",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw507a38f4262a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
          "artifactChecksum": "YmYwNDFjYzQyNjkxMmYxODZiNTc2NjAzZGJkOTJmODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "804a114f-4142-42a0-9335-5de57aa00942",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad5b89bd-b0be-4901-b026-9986618e1689",
            "generatedFromUUID": "6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad5b89bd-b0be-4901-b026-9986618e1689",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825071748-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
      "artifactChecksum": "NzcwZWFjYmI1ZGIyYzkyZWE5YjZiYjFiMjViYjkyMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83eb8717-af7b-49d2-8581-8d7e3b52717d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:19:38.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:19:38.916Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c753e655-6d48-434b-9240-a892d64ab22b ASDC
2022-08-25T07:19:38.917Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2d49b66c-ba8d-43a1-b807-9dda1e3491b6
ServiceName:vFW 2022-08-25 07-17-48
ServiceVersion:1.0
ServiceUUID:c753e655-6d48-434b-9240-a892d64ab22b
ServiceInvariantUUID:05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825071748-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar
ArtifactUUID:83eb8717-af7b-49d2-8581-8d7e3b52717d
ArtifactChecksum:NzcwZWFjYmI1ZGIyYzkyZWE5YjZiYjFiMjViYjkyMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 507a38f4-262a 0
ResourceCustomizationUUID:427ac4cb-b861-41d8-8e04-37e9b227b4b4
ResourceInvariantUUID:e72edd77-9bda-46eb-a637-d4da62be5255
ResourceName:vFW 507a38f4-262a
ResourceType:VF
ResourceUUID:2cae7b34-8363-4eec-bbe4-01b5f6b97004
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw507a38f4262a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json
ArtifactUUID:804a114f-4142-42a0-9335-5de57aa00942
ArtifactChecksum:YmYwNDFjYzQyNjkxMmYxODZiNTc2NjAzZGJkOTJmODg=
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/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml
ArtifactUUID:6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33
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/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
ArtifactUUID:ad5b89bd-b0be-4901-b026-9986618e1689
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/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
ArtifactUUID:ad5b89bd-b0be-4901-b026-9986618e1689
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:19:38.917Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c753e655-6d48-434b-9240-a892d64ab22b 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-08-25T07:19:38.961Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:19:38.962Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T07:19:38.962Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T07:19:38.962Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83eb8717-af7b-49d2-8581-8d7e3b52717d from URL: /sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:38.962Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T07:19:38.962Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:39.042Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T07:19:39.047Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar 83eb8717-af7b-49d2-8581-8d7e3b52717d 100596
2022-08-25T07:19:39.048Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar ASDC sendASDCNotification
2022-08-25T07:19:39.048Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:39.048Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:19:39.048Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:39.050Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:39.050Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411979048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:19:39.151Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:39.151Z||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-08-25T07:19:39.151Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:39.190Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:39.191Z||pool-144-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2022-08-25T07:19:40.051Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:19:40.053Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T07:19:40.053Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 83eb8717-af7b-49d2-8581-8d7e3b52717d, URL: /sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar to file: /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:40.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825071748-csar.csar
2022-08-25T07:19:40.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:40.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:40.534Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12704197759890766951/Definitions/service-Vfw20220825071748-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-25T07:19:43.693Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:19:43.694Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T07:19:43.694Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.694Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|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-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 507a38f4-262a 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|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-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|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-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.695Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.696Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:43.697Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T07:19:43.697Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:19:43.697Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.697Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.698Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:43.698Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T07:19:43.698Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:19:43.698Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.698Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.699Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.699Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:43.699Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:43.699Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:19:43.699Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:19:43.700Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:19:43.701Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.702Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:19:43.702Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.702Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:19:43.702Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.702Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:43.703Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:43.704Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.704Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:43.704Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:43.704Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.704Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:19:43.705Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:43.706Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:19:43.706Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:19:43.706Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.706Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.706Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:19:43.707Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.707Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:19:43.707Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.707Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6e30e07-4a36-4d23-b31b-bf19373aebf7
2022-08-25T07:19:43.707Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.708Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.709Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:19:43.709Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:43.709Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:19:43.709Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:19:43.709Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95d8a1c7-d7ac-4c1c-a2b4-a4e4a1583082
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:43.710Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:43.711Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:19:43.711Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.711Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.711Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:43.712Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:43.713Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:19:43.713Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2fe12234-cd77-4aa4-8352-32509a82c43f
2022-08-25T07:19:43.713Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.713Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.713Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:43.714Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-17-48
Description:catalog service description
Model UUID:c753e655-6d48-434b-9240-a892d64ab22b
Model Version:NULL
Model InvariantUuid:05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 507a38f4-262a
Model UUID:ab55106a-956c-44b2-80a1-b408b0c75d69
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e72edd77-9bda-46eb-a637-d4da62be5255
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:427ac4cb-b861-41d8-8e04-37e9b227b4b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0bd53066-ce4b-4753-a068-27a3c9426d2d
ModelName:Vfw507a38f4262a..base_vfw..module-0
ModelUuid:546e6015-34e9-4a5e-9d08-5e32e85f0a72
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c6e30e07-4a36-4d23-b31b-bf19373aebf7
ModelInvariantUuid:0ed745b5-25bb-4ee3-bba7-c7a0f9a25446
ModelName:vFW 507a38f4-262a-nodes.vfwCvfc
ModelUuid:3412e6a3-f1cb-4921-b446-33a97750d322
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8ee88800-7bfe-4943-9fa8-bd0f631258f4
ModelInvariantUuid:e8c1cbb2-a807-4373-95ab-4198653ad361
ModelName:Vfw507a38f4262a.compute.nodes.heat.vfw
ModelUuid:9708b1c8-d1fb-4da5-9a2e-40d96b2b5a13
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:95d8a1c7-d7ac-4c1c-a2b4-a4e4a1583082
ModelInvariantUuid:b30d864d-a8c1-4618-b260-2197359a5533
ModelName:vFW 507a38f4-262a-nodes.vsnCvfc
ModelUuid:48819189-cd47-44a3-ad52-516ff1bba5ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ad397cc-d804-41ae-bd42-8651381bf32e
ModelInvariantUuid:66594896-e568-4816-a7c9-413316b278d5
ModelName:Vfw507a38f4262a.compute.nodes.heat.vsn
ModelUuid:bc168354-6ad2-4bcd-9af5-709f7da826bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2fe12234-cd77-4aa4-8352-32509a82c43f
ModelInvariantUuid:fcc4338a-e01d-4a17-ab10-9f8cf1003fb6
ModelName:vFW 507a38f4-262a-nodes.vpgCvfc
ModelUuid:2ff7ec8c-2fdc-40bb-be97-20b652c1e565
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2344a2d5-db44-449a-9d56-0cd97c8d2ca3
ModelInvariantUuid:794f1f59-dcac-45c6-b818-dfecf7467629
ModelName:Vfw507a38f4262a.compute.nodes.heat.vpg
ModelUuid:5c0cf700-3645-496d-aa28-27fa8b6ab0f2
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-08-25T07:19:43.737Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cae7b34-8363-4eec-bbe4-01b5f6b97004
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:19:43.748Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||vFW 507a38f4-262a 0
2022-08-25T07:19:43.748Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cae7b34-8363-4eec-bbe4-01b5f6b97004
2022-08-25T07:19:43.748Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 804a114f-4142-42a0-9335-5de57aa00942 from URL: /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json
2022-08-25T07:19:43.749Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T07:19:43.749Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json
2022-08-25T07:19:43.815Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T07:19:43.815Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json 804a114f-4142-42a0-9335-5de57aa00942 785
2022-08-25T07:19:43.816Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json ASDC sendASDCNotification
2022-08-25T07:19:43.816Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json
2022-08-25T07:19:43.816Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:19:43.816Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:43.819Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:43.819Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411983816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:19:43.919Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:43.920Z||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-08-25T07:19:43.921Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:43.938Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:43.939Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:44.820Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw507a38f4262a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bd53066-ce4b-4753-a068-27a3c9426d2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "546e6015-34e9-4a5e-9d08-5e32e85f0a72",
    "vfModuleModelCustomizationUUID": "a7655269-b2a8-4f64-8062-07cb564247f0",
    "isBase": true,
    "artifacts": [
      "6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33",
      "ad5b89bd-b0be-4901-b026-9986618e1689"
    ],
    "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-08-25T07:19:44.828Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw507a38f4262a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:546e6015-34e9-4a5e-9d08-5e32e85f0a72
VfModuleModelInvariantUUID:0bd53066-ce4b-4753-a068-27a3c9426d2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33
,
ad5b89bd-b0be-4901-b026-9986618e1689

}
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-08-25T07:19:44.834Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw507a38f4262a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bd53066-ce4b-4753-a068-27a3c9426d2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "546e6015-34e9-4a5e-9d08-5e32e85f0a72",
    "vfModuleModelCustomizationUUID": "a7655269-b2a8-4f64-8062-07cb564247f0",
    "isBase": true,
    "artifacts": [
      "6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33",
      "ad5b89bd-b0be-4901-b026-9986618e1689"
    ],
    "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-08-25T07:19:44.835Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw507a38f4262a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:546e6015-34e9-4a5e-9d08-5e32e85f0a72
VfModuleModelInvariantUUID:0bd53066-ce4b-4753-a068-27a3c9426d2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33
,
ad5b89bd-b0be-4901-b026-9986618e1689

}
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-08-25T07:19:44.835Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33 from URL: /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml
2022-08-25T07:19:44.835Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T07:19:44.835Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml
2022-08-25T07:19:44.898Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T07:19:44.899Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml 6ede2c1c-1b26-4b80-b94f-ec9f16ca7f33 20368
2022-08-25T07:19:44.899Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:19:44.899Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml
2022-08-25T07:19:44.899Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:19:44.899Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:44.902Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:44.902Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411984899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:19:45.002Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:45.004Z||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-08-25T07:19:45.004Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:45.022Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:45.023Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:19:45.902Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad5b89bd-b0be-4901-b026-9986618e1689 from URL: /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
2022-08-25T07:19:45.904Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T07:19:45.904Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
2022-08-25T07:19:45.972Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T07:19:45.972Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env ad5b89bd-b0be-4901-b026-9986618e1689 2098
2022-08-25T07:19:45.973Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:19:45.973Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
2022-08-25T07:19:45.974Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:19:45.974Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:45.976Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:45.977Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411985973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:19:46.077Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:46.078Z||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-08-25T07:19:46.078Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:46.130Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:46.130Z||pool-147-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:46.977Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c753e655-6d48-434b-9240-a892d64ab22b
2022-08-25T07:19:46.979Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 507a38f4-262a 0 2cae7b34-8363-4eec-bbe4-01b5f6b97004 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-08-25T07:19:47.005Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@328a7b59, org.onap.sdc.toscaparser.api.parameters.Input@2f29088f, org.onap.sdc.toscaparser.api.parameters.Input@45c1e473, org.onap.sdc.toscaparser.api.parameters.Input@4947e6fa, org.onap.sdc.toscaparser.api.parameters.Input@28f60c38]
2022-08-25T07:19:47.007Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.008Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.009Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-25T07:19:47.009Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 427ac4cb-b861-41d8-8e04-37e9b227b4b4
2022-08-25T07:19:47.009Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 427ac4cb-b861-41d8-8e04-37e9b227b4b4 matches Tosca VF Customization UUID: 427ac4cb-b861-41d8-8e04-37e9b227b4b4
2022-08-25T07:19:47.010Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 427ac4cb-b861-41d8-8e04-37e9b227b4b4  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-08-25T07:19:47.016Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.016Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.017Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 427ac4cb-b861-41d8-8e04-37e9b227b4b4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:19:47.018Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7352d54f
2022-08-25T07:19:47.018Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.019Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:19:47.019Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7655269-b2a8-4f64-8062-07cb564247f0
2022-08-25T07:19:47.019Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7655269-b2a8-4f64-8062-07cb564247f0
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-08-25T07:19:47.024Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.025Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.027Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:47.028Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.028Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.028Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:47.029Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.029Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:47.029Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:47.029Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:19:47.030Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:47.030Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:19:47.030Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:19:47.030Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.030Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.031Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:19:47.031Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.031Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:19:47.031Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.031Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6e30e07-4a36-4d23-b31b-bf19373aebf7
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-08-25T07:19:47.035Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.035Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.035Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:47.036Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.036Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:47.036Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:47.036Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:19:47.036Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.037Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.037Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.037Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:19:47.037Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:47.037Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:19:47.038Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:19:47.038Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.038Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:19:47.038Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.038Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95d8a1c7-d7ac-4c1c-a2b4-a4e4a1583082
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-08-25T07:19:47.042Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.042Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.043Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:47.043Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.043Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is not matching search criteria
2022-08-25T07:19:47.044Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:19:47.044Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:19:47.044Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.044Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.044Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.045Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:19:47.045Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:19:47.045Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:19:47.045Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:19:47.045Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:19:47.046Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:19:47.046Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:19:47.046Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2fe12234-cd77-4aa4-8352-32509a82c43f
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-08-25T07:19:47.049Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.050Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.050Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:19:47.050Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.051Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 507a38f4-262a 0 is matching search criteria
2022-08-25T07:19:47.051Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 507a38f4-262a 0] matching following query criteria: sdcType=VF, customizationUUID=427ac4cb-b861-41d8-8e04-37e9b227b4b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:19:47.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c753e655-6d48-434b-9240-a892d64ab22b: vFW 507a38f4-262a
2022-08-25T07:19:47.054Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.055Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.056Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.056Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:19:47.056Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 07-17-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:19:47.056Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-25 07-17-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:19:47.322Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 507a38f4-262a 2cae7b34-8363-4eec-bbe4-01b5f6b97004 1 ASDC deployResourceStructure
2022-08-25T07:19:47.322Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json ASDC sendASDCNotification
2022-08-25T07:19:47.322Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json
2022-08-25T07:19:47.322Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:19:47.323Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:47.325Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:47.325Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411987322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:19:47.425Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:19:47.426Z||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-08-25T07:19:47.426Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:47.444Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:47.445Z||pool-148-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-08-25T07:19:48.326Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:19:48.327Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml
2022-08-25T07:19:48.327Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:19:48.327Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:48.329Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:48.329Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411988326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:19:48.430Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:19:48.432Z||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-08-25T07:19:48.432Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:48.446Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:48.447Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:49.330Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:19:49.331Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env
2022-08-25T07:19:49.331Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:19:49.331Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:49.333Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:49.333Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411989330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:19:49.434Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:19:49.435Z||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-08-25T07:19:49.436Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:49.502Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:49.503Z||pool-150-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:50.334Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar ASDC sendASDCNotification
2022-08-25T07:19:50.336Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar
2022-08-25T07:19:50.336Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:19:50.336Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:19:50.341Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:19:50.342Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411990334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:19:50.442Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:19:50.443Z||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-08-25T07:19:50.443Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:19:50.467Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:19:50.468Z||pool-151-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:19:51.345Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:19:51.369Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:19:51.374Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:19:51.374Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:19:51.375Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:20:21.375Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:20:21.388Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:20:21.391Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:20:21.392Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:20:21.392Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:20:31.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:20:31.082Z||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-08-25T07:20:31.083Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:20:31.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:20:31.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411933987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411935917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411939710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411936927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411941717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411949026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411950354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411949620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411950030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411951521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "policy-id",
  "timestamp": 1661411951033,
  "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-08-25T07:20:31.268Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:20:31.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:20:31.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411952627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411953743,
  "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-08-25T07:20:31.294Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:20:31.294Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:20:31.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411945632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411952823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411954748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:20:31.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661411953827,
  "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-08-25T07:20:31.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:20:31.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:20:31.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411953458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "cds",
  "timestamp": 1661411954465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-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-08-25T07:20:31.341Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:20:31.342Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:20:31.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:20:31.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411955755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411963000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411963935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411965022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:20:31.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "clamp",
  "timestamp": 1661411966027,
  "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-08-25T07:20:31.366Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:20:31.366Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:20:51.392Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:20:51.432Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:20:51.439Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:20:51.440Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:20:51.440Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:21:21.440Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:21:21.459Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:21:21.469Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:21:21.470Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:21:21.470Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:21:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:21:31.071Z||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-08-25T07:21:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:21:31.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:21:31.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411973888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "aai-ml",
  "timestamp": 1661411974901,
  "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-08-25T07:21:31.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
2022-08-25T07:21:31.175Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:21:31.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411971068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411979048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411983816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411984899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411985973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411987322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/vfw507a38f4262a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411988326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411989330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/resourceInstances/vfw507a38f4262a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661411990334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825071748/1.0/artifacts/service-Vfw20220825071748-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661411990632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661411993987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661411999709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661411996927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661411995916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412008335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661412008769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661412008351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412001720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "cds",
  "timestamp": 1661412009356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-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-08-25T07:21:31.233Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.234Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:31.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661412009773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412009373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412010518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "policy-id",
  "timestamp": 1661412010775,
  "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-08-25T07:21:31.269Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:31.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412010377,
  "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-08-25T07:21:31.293Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.293Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:31.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661412011384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412012377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661412013018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412013382,
  "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-08-25T07:21:31.314Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.314Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:31.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "clamp",
  "timestamp": 1661412014023,
  "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-08-25T07:21:31.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.329Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:31.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:21:31.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412015758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412024683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412030136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:21:31.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:21:31.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:21:31.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "aai-ml",
  "timestamp": 1661412031144,
  "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-08-25T07:21:31.354Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 51ece6e9-77ae-466f-8864-b3a6654bdbc7
2022-08-25T07:21:31.355Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:21:51.470Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:21:51.494Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:21:51.502Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:21:51.503Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:21:51.503Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:21:51.503Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:21:51.504Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:21:51.504Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|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-08-25T07:21:51.513Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:22:21.514Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 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-08-25T07:22:21.524Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 and serviceModelVersionId: c753e655-6d48-434b-9240-a892d64ab22b
2022-08-25T07:22:21.525Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7
2022-08-25T07:22:21.527Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0
2022-08-25T07:22:21.536Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:22:21.598Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|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/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:21.605Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Invoke
2022-08-25T07:22:23.146Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:23.148Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Invoke
2022-08-25T07:22:24.680Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:24.681Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Invoke
2022-08-25T07:22:25.716Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:22:25.718Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:25.719Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:22:25.719Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:25.732Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:25.733Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d49b66c-ba8d-43a1-b807-9dda1e3491b6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:22:25.733Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:22:25.734Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:25.739Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:25.739Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412145733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:22:25.839Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:25.841Z||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-08-25T07:22:25.841Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:25.863Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:25.864Z||pool-152-thread-1|||||INFO|500||cambria reply ok (24 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-08-25T07:22:26.759Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:22:26.760Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:26.760Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:22:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:22:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:31.187Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:31.190Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.190Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.193Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.194Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.195Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.198Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.198Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.198Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.198Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.198Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.204Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.204Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.204Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.204Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.204Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.208Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.208Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.208Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.208Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.208Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.210Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.211Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.212Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.214Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412050632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412053987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412055916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.215Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412056927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.216Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412065524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412065538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.217Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.218Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.218Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.218Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.218Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.220Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.220Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.220Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "cds",
  "timestamp": 1661412066530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-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-08-25T07:22:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412066557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.257Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412059710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.258Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.258Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.259Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412067560,
  "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-08-25T07:22:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.275Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.275Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.275Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412068526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412061717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412069532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.276Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412070495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.277Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.277Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.277Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "policy-id",
  "timestamp": 1661412070534,
  "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-08-25T07:22:31.297Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.297Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.312Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.313Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412071534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.313Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.313Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.314Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412072311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412073031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.315Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412073316,
  "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-08-25T07:22:31.328Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.328Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.350Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.351Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "clamp",
  "timestamp": 1661412074034,
  "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-08-25T07:22:31.357Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.358Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.369Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.370Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.371Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.371Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.372Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.372Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.372Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.372Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412075755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:22:31.373Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412084602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412090079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.374Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "aai-ml",
  "timestamp": 1661412091085,
  "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-08-25T07:22:31.384Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
2022-08-25T07:22:31.385Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:22:31.391Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:31.392Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||received message from topic
2022-08-25T07:22:31.392Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"51ece6e9-77ae-466f-8864-b3a6654bdbc7","serviceName":"Demo_pNF_UA5pmP0DY8zGB1XGIuOa","serviceVersion":"1.0","serviceUUID":"aa989a2b-fbe0-4765-b528-2112a1d376b2","serviceDescription":"catalog service description","serviceInvariantUUID":"9b4aa185-a17a-41ad-bbda-87bae1de19da","resources":[{"resourceInstanceName":"pNF a81f5ddd-94b0 0","resourceName":"pNF a81f5ddd-94b0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6cccdac1-9fc0-43cb-a0f4-5fb58404d234","resourceInvariantUUID":"a04f525e-e1a5-4e1d-925c-c39ca1cdb6a3","resourceCustomizationUUID":"474e3035-be67-4bb0-9d15-187ca7afe8a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml","artifactChecksum":"MmYxNzg1ODhjMDQzOTY2OWY2NjRhNTVhNGU4ZjlhNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"812c4b53-d6a4-459b-9404-7cb74d9bed7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"773ec932-dd0b-41d6-ad11-f7dd855ce013","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbf2553e-f27f-4267-90ea-17c04717f259","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml","artifactChecksum":"NzRkMDJiMjI0NGNhODMyMGU3MTEzZjhiMGI1NmFlZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ce1def5-8956-4dda-a08e-f764a8f41ec1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bee91d6-b57f-4cef-b0b8-de4e469392f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f99706d-b551-417a-909a-feb49d7c996a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml","artifactChecksum":"YjQzYzJmMzRhNTc2Y2JiOTZlZTNjMWIxMGQ0NWNhYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5da4f79e-72ff-4187-86df-3f05ee73eebc","artifactVersion":"1"},{"artifactName":"service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar","artifactChecksum":"YTgxOTQ5NDc1MDk2MjkyZjliNTk1Y2FlMjgzZWIwNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c36d990b-da98-4ad5-9006-ee15174f1e10","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:22:31.394Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:31.394Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:31.396Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:31.396Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:31.497Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:22:31.498Z||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-08-25T07:22:31.498Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:31.540Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:31.541Z||pool-153-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:32.398Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:32.402Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:32.411Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:32.411Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:32.512Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:32.513Z||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-08-25T07:22:32.513Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:32.532Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:32.534Z||pool-154-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:33.414Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:33.414Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:33.417Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:33.417Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:33.518Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:22:33.519Z||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-08-25T07:22:33.520Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:33.539Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:33.541Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:22:34.418Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:34.419Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:34.422Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:34.423Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:34.523Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:22:34.524Z||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-08-25T07:22:34.524Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:34.537Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:34.538Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:35.423Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:35.426Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:35.430Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:35.430Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:35.530Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:35.531Z||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-08-25T07:22:35.532Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:35.550Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:35.550Z||pool-157-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:22:36.431Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:36.433Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:36.436Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:36.436Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:36.536Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:36.537Z||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-08-25T07:22:36.537Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:36.556Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:36.556Z||pool-158-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:22:37.437Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:37.438Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:37.440Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:37.440Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:22:37.540Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:37.541Z||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-08-25T07:22:37.541Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:37.598Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:37.598Z||pool-159-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:38.441Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:22:38.442Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:38.445Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:38.445Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:22:38.545Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:22:38.546Z||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-08-25T07:22:38.546Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:38.562Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:38.563Z||pool-160-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:39.447Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "serviceName": "Demo_pNF_UA5pmP0DY8zGB1XGIuOa",
  "serviceVersion": "1.0",
  "serviceUUID": "aa989a2b-fbe0-4765-b528-2112a1d376b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b4aa185-a17a-41ad-bbda-87bae1de19da",
  "resources": [
    {
      "resourceInstanceName": "pNF a81f5ddd-94b0 0",
      "resourceCustomizationUUID": "474e3035-be67-4bb0-9d15-187ca7afe8a3",
      "resourceName": "pNF a81f5ddd-94b0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6cccdac1-9fc0-43cb-a0f4-5fb58404d234",
      "resourceInvariantUUID": "a04f525e-e1a5-4e1d-925c-c39ca1cdb6a3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
      "artifactChecksum": "YTgxOTQ5NDc1MDk2MjkyZjliNTk1Y2FlMjgzZWIwNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c36d990b-da98-4ad5-9006-ee15174f1e10"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:22:39.448Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:22:39.448Z|2d49b66c-ba8d-43a1-b807-9dda1e3491b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa989a2b-fbe0-4765-b528-2112a1d376b2 ASDC
2022-08-25T07:22:39.449Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:51ece6e9-77ae-466f-8864-b3a6654bdbc7
ServiceName:Demo_pNF_UA5pmP0DY8zGB1XGIuOa
ServiceVersion:1.0
ServiceUUID:aa989a2b-fbe0-4765-b528-2112a1d376b2
ServiceInvariantUUID:9b4aa185-a17a-41ad-bbda-87bae1de19da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
ArtifactUUID:c36d990b-da98-4ad5-9006-ee15174f1e10
ArtifactChecksum:YTgxOTQ5NDc1MDk2MjkyZjliNTk1Y2FlMjgzZWIwNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a81f5ddd-94b0 0
ResourceCustomizationUUID:474e3035-be67-4bb0-9d15-187ca7afe8a3
ResourceInvariantUUID:a04f525e-e1a5-4e1d-925c-c39ca1cdb6a3
ResourceName:pNF a81f5ddd-94b0
ResourceType:PNF
ResourceUUID:6cccdac1-9fc0-43cb-a0f4-5fb58404d234
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:22:39.449Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa989a2b-fbe0-4765-b528-2112a1d376b2 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-08-25T07:22:39.506Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:22:39.508Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:22:39.509Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:22:39.509Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Trying to download the artifact UUID: c36d990b-da98-4ad5-9006-ee15174f1e10 from URL: /sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:39.509Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:22:39.510Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:39.634Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:22:39.695Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar c36d990b-da98-4ad5-9006-ee15174f1e10 87773
2022-08-25T07:22:39.695Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar ASDC sendASDCNotification
2022-08-25T07:22:39.695Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:39.695Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:22:39.696Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:39.698Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:39.698Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412159695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:22:39.798Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:39.800Z||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-08-25T07:22:39.800Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:39.829Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:39.830Z||pool-161-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:40.699Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:22:40.700Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:22:40.700Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Trying to write artifact UUID: c36d990b-da98-4ad5-9006-ee15174f1e10, URL: /sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar to file: /app/ASDC/1/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:40.701Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:40.701Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:40.702Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:40.959Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5075822630476222003/Definitions/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml
2022-08-25T07:22:42.097Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:22:42.098Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:22:42.098Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.098Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:22:42.099Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.099Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.100Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.100Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.101Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.101Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.101Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a81f5ddd-94b0 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-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.102Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:22:42.102Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.103Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.103Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Node template pNF a81f5ddd-94b0 0 is matching search criteria
2022-08-25T07:22:42.103Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:22:42.103Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Found topology templates [pNF a81f5ddd-94b0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:22:42.104Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.104Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.104Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Node template pNF a81f5ddd-94b0 0 is matching search criteria
2022-08-25T07:22:42.105Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:22:42.105Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Found topology templates [pNF a81f5ddd-94b0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:22:42.105Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.106Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.106Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.106Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.106Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.107Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.107Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.107Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.107Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.108Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.108Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UA5pmP0DY8zGB1XGIuOa
Description:catalog service description
Model UUID:aa989a2b-fbe0-4765-b528-2112a1d376b2
Model Version:NULL
Model InvariantUuid:9b4aa185-a17a-41ad-bbda-87bae1de19da
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-08-25T07:22:42.114Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 6cccdac1-9fc0-43cb-a0f4-5fb58404d234
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:22:42.118Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||pNF a81f5ddd-94b0 0
2022-08-25T07:22:42.118Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 6cccdac1-9fc0-43cb-a0f4-5fb58404d234
2022-08-25T07:22:42.118Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||No resources found for Service: aa989a2b-fbe0-4765-b528-2112a1d376b2
2022-08-25T07:22:42.119Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Preparing to deploy Service: aa989a2b-fbe0-4765-b528-2112a1d376b2
2022-08-25T07:22:42.119Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a81f5ddd-94b0 0 6cccdac1-9fc0-43cb-a0f4-5fb58404d234 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-08-25T07:22:42.125Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5711e43b, org.onap.sdc.toscaparser.api.parameters.Input@1a84f64c, org.onap.sdc.toscaparser.api.parameters.Input@726f5baf, org.onap.sdc.toscaparser.api.parameters.Input@2e8b64a0, org.onap.sdc.toscaparser.api.parameters.Input@76e36d76]
2022-08-25T07:22:42.125Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.125Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.126Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500|| resourceSeq for service uuid aa989a2b-fbe0-4765-b528-2112a1d376b2: pNF a81f5ddd-94b0
2022-08-25T07:22:42.126Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Processing PNF resource: 6cccdac1-9fc0-43cb-a0f4-5fb58404d234
2022-08-25T07:22:42.126Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:22:42.126Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Service Demo_pNF_UA5pmP0DY8zGB1XGIuOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:22:42.126Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||Resource customization UUID: 474e3035-be67-4bb0-9d15-187ca7afe8a3 is the same as notified resource customizationUUID: 474e3035-be67-4bb0-9d15-187ca7afe8a3
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-08-25T07:22:42.168Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a81f5ddd-94b0 6cccdac1-9fc0-43cb-a0f4-5fb58404d234 0 ASDC deployResourceStructure
2022-08-25T07:22:42.168Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar ASDC sendASDCNotification
2022-08-25T07:22:42.168Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar
2022-08-25T07:22:42.169Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:22:42.169Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:22:42.172Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:22:42.172Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412162168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:22:42.272Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:22:42.273Z||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-08-25T07:22:42.273Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:22:42.291Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:22:42.291Z||pool-162-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:22:43.173Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51ece6e9-77ae-466f-8864-b3a6654bdbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:22:43.187Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51ece6e9-77ae-466f-8864-b3a6654bdbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:22:43.190Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?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-08-25T07:22:43.198Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:23:13.198Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 51ece6e9-77ae-466f-8864-b3a6654bdbc7 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-08-25T07:23:13.207Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51ece6e9-77ae-466f-8864-b3a6654bdbc7 and serviceModelVersionId: aa989a2b-fbe0-4765-b528-2112a1d376b2
2022-08-25T07:23:13.208Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b4aa185-a17a-41ad-bbda-87bae1de19da
2022-08-25T07:23:13.210Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0
2022-08-25T07:23:13.217Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:23:13.282Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05dfacbf-4ae3-4b0a-9cab-c5dca528b2e7/model-vers/model-ver/c753e655-6d48-434b-9240-a892d64ab22b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:13.285Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Invoke
2022-08-25T07:23:14.825Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:14.827Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Invoke
2022-08-25T07:23:16.360Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:16.361Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Invoke
2022-08-25T07:23:17.395Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:23:17.397Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:17.398Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:23:17.398Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:17.406Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:17.407Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51ece6e9-77ae-466f-8864-b3a6654bdbc7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:23:17.407Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:23:17.408Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:17.415Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:17.416Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412197407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:23:17.516Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:23:17.517Z||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-08-25T07:23:17.517Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:17.558Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:17.560Z||pool-163-thread-1|||||INFO|500||cambria reply ok (44 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-08-25T07:23:18.429Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||received message from topic
2022-08-25T07:23:18.430Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b","serviceName":"Demo_pNF_0wScRkCKJtnqxfLU15jU","serviceVersion":"1.0","serviceUUID":"0b25752f-7bce-433d-a156-602590a5e6aa","serviceDescription":"catalog service description","serviceInvariantUUID":"8234ea9b-923c-47b4-97d6-ec00edda8a47","resources":[{"resourceInstanceName":"pNF a9913fc7-54f9 0","resourceName":"pNF a9913fc7-54f9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e87014f9-c229-491f-8a00-60bb8f57edc6","resourceInvariantUUID":"00d55c9e-bbd9-4b55-80aa-23cde169b44d","resourceCustomizationUUID":"30e03e8e-75ac-4e18-82f3-1f56c35fd648","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml","artifactChecksum":"ZmRlY2NmMWZjODg1ZGFkMGRlZTkzYjZiMzgyN2RmMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"845416da-e7c3-43a8-8934-789cb15be3f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71ed7263-86c8-4f24-af40-0546ac7db7e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"399aa099-76c3-4b8f-bfbf-3c3bbe9d3c24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml","artifactChecksum":"ODIzZDVjNmU2YzVlYTc0NGE4ZGY5NmIxYzE5MTMzOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a10d360-21ad-4572-ac28-15c63f63127e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19ee6705-cc5e-49bb-b56b-35d48a728a98","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d606bf1c-883a-4de0-8854-7b2319df01cc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0wscrkckjtnqxflu15ju-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml","artifactChecksum":"MzdjZDM4NGEwNzFiODFiOGM1NDdlZmI1ZDYwMDEzYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fd8d542-5e97-4c49-bb10-641f95e22fd1","artifactVersion":"1"},{"artifactName":"service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar","artifactChecksum":"YWVkMGE3YTgzNzk0MGUwMTNkMTA1ZWM0NTZjYTVhMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88fcbbcd-4e75-4aea-a5ac-ff1dd8053807","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:23:18.431Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:18.431Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:18.434Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:18.434Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:18.534Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:23:18.535Z||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-08-25T07:23:18.536Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:18.550Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:18.551Z||pool-164-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:19.435Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:19.436Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:19.438Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:19.438Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:19.539Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:19.540Z||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-08-25T07:23:19.540Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:19.556Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:19.557Z||pool-165-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:20.442Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:20.443Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:20.445Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:20.446Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:20.546Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:20.547Z||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-08-25T07:23:20.547Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:20.568Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:20.568Z||pool-166-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:21.447Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:21.448Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:21.450Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:21.450Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:21.551Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:23:21.552Z||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-08-25T07:23:21.552Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:21.572Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:21.573Z||pool-167-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:22.451Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:22.451Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:22.454Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:22.454Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:22.554Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:22.555Z||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-08-25T07:23:22.555Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:22.572Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:22.573Z||pool-168-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:23.454Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:23.456Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:23.458Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:23.458Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:23.558Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:23.559Z||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-08-25T07:23:23.560Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:23.581Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:23.582Z||pool-169-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:23:24.459Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:24.460Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:24.463Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:24.463Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:23:24.563Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:24.564Z||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-08-25T07:23:24.564Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:24.592Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:24.593Z||pool-170-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:23:25.463Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:23:25.464Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:25.466Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:25.471Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:23:25.567Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T07:23:25.567Z||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-08-25T07:23:25.568Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:25.606Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:25.607Z||pool-171-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:26.473Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "serviceName": "Demo_pNF_0wScRkCKJtnqxfLU15jU",
  "serviceVersion": "1.0",
  "serviceUUID": "0b25752f-7bce-433d-a156-602590a5e6aa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8234ea9b-923c-47b4-97d6-ec00edda8a47",
  "resources": [
    {
      "resourceInstanceName": "pNF a9913fc7-54f9 0",
      "resourceCustomizationUUID": "30e03e8e-75ac-4e18-82f3-1f56c35fd648",
      "resourceName": "pNF a9913fc7-54f9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e87014f9-c229-491f-8a00-60bb8f57edc6",
      "resourceInvariantUUID": "00d55c9e-bbd9-4b55-80aa-23cde169b44d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
      "artifactChecksum": "YWVkMGE3YTgzNzk0MGUwMTNkMTA1ZWM0NTZjYTVhMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88fcbbcd-4e75-4aea-a5ac-ff1dd8053807"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:23:26.473Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:23:26.474Z|51ece6e9-77ae-466f-8864-b3a6654bdbc7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b25752f-7bce-433d-a156-602590a5e6aa ASDC
2022-08-25T07:23:26.474Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
ServiceName:Demo_pNF_0wScRkCKJtnqxfLU15jU
ServiceVersion:1.0
ServiceUUID:0b25752f-7bce-433d-a156-602590a5e6aa
ServiceInvariantUUID:8234ea9b-923c-47b4-97d6-ec00edda8a47
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
ArtifactUUID:88fcbbcd-4e75-4aea-a5ac-ff1dd8053807
ArtifactChecksum:YWVkMGE3YTgzNzk0MGUwMTNkMTA1ZWM0NTZjYTVhMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a9913fc7-54f9 0
ResourceCustomizationUUID:30e03e8e-75ac-4e18-82f3-1f56c35fd648
ResourceInvariantUUID:00d55c9e-bbd9-4b55-80aa-23cde169b44d
ResourceName:pNF a9913fc7-54f9
ResourceType:PNF
ResourceUUID:e87014f9-c229-491f-8a00-60bb8f57edc6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:23:26.475Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b25752f-7bce-433d-a156-602590a5e6aa 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-08-25T07:23:26.508Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:23:26.509Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:23:26.509Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:23:26.509Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Trying to download the artifact UUID: 88fcbbcd-4e75-4aea-a5ac-ff1dd8053807 from URL: /sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:26.510Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:23:26.510Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:26.596Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:23:26.601Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar 88fcbbcd-4e75-4aea-a5ac-ff1dd8053807 87782
2022-08-25T07:23:26.602Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar ASDC sendASDCNotification
2022-08-25T07:23:26.603Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:26.604Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:23:26.604Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:26.606Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:26.607Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412206602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:23:26.707Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:26.709Z||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-08-25T07:23:26.709Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:26.725Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:26.726Z||pool-172-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:27.608Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:23:27.610Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:23:27.610Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Trying to write artifact UUID: 88fcbbcd-4e75-4aea-a5ac-ff1dd8053807, URL: /sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar to file: /app/ASDC/1/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:27.611Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:27.612Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:27.613Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:27.819Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP88329965265119309/Definitions/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml
2022-08-25T07:23:29.026Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|WARN|500||####################################################################################################
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9913fc7-54f9 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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.027Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|WARN|500||####################################################################################################
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.028Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.029Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Node template pNF a9913fc7-54f9 0 is matching search criteria
2022-08-25T07:23:29.029Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:23:29.029Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Found topology templates [pNF a9913fc7-54f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:23:29.029Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Node template pNF a9913fc7-54f9 0 is matching search criteria
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Found topology templates [pNF a9913fc7-54f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.030Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.031Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.031Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.031Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.031Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.031Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.032Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.032Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.032Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.032Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0wScRkCKJtnqxfLU15jU
Description:catalog service description
Model UUID:0b25752f-7bce-433d-a156-602590a5e6aa
Model Version:NULL
Model InvariantUuid:8234ea9b-923c-47b4-97d6-ec00edda8a47
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-08-25T07:23:29.043Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: e87014f9-c229-491f-8a00-60bb8f57edc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:23:29.046Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||pNF a9913fc7-54f9 0
2022-08-25T07:23:29.046Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: e87014f9-c229-491f-8a00-60bb8f57edc6
2022-08-25T07:23:29.046Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||No resources found for Service: 0b25752f-7bce-433d-a156-602590a5e6aa
2022-08-25T07:23:29.046Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Preparing to deploy Service: 0b25752f-7bce-433d-a156-602590a5e6aa
2022-08-25T07:23:29.046Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9913fc7-54f9 0 e87014f9-c229-491f-8a00-60bb8f57edc6 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-08-25T07:23:29.054Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39ba859f, org.onap.sdc.toscaparser.api.parameters.Input@11efc8b3, org.onap.sdc.toscaparser.api.parameters.Input@46712ccc, org.onap.sdc.toscaparser.api.parameters.Input@11bd665e, org.onap.sdc.toscaparser.api.parameters.Input@7cc68f8b]
2022-08-25T07:23:29.054Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.055Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.055Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500|| resourceSeq for service uuid 0b25752f-7bce-433d-a156-602590a5e6aa: pNF a9913fc7-54f9
2022-08-25T07:23:29.055Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Processing PNF resource: e87014f9-c229-491f-8a00-60bb8f57edc6
2022-08-25T07:23:29.055Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:23:29.056Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Service Demo_pNF_0wScRkCKJtnqxfLU15jU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:23:29.056Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||Resource customization UUID: 30e03e8e-75ac-4e18-82f3-1f56c35fd648 is the same as notified resource customizationUUID: 30e03e8e-75ac-4e18-82f3-1f56c35fd648
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-08-25T07:23:29.097Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a9913fc7-54f9 e87014f9-c229-491f-8a00-60bb8f57edc6 0 ASDC deployResourceStructure
2022-08-25T07:23:29.098Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar ASDC sendASDCNotification
2022-08-25T07:23:29.098Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar
2022-08-25T07:23:29.099Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:23:29.099Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:23:29.102Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:23:29.102Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412209098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:23:29.202Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:23:29.203Z||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-08-25T07:23:29.203Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:29.255Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:29.256Z||pool-173-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:23:30.103Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:23:30.118Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:23:30.129Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:23:30.130Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:23:30.130Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:23:30.130Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:23:30.131Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:23:30.131Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:23:30.131Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?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-08-25T07:23:30.140Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:23:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:23:31.073Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:23:31.073Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:23:31.118Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:23:31.119Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:23:31.119Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2d49b66c-ba8d-43a1-b807-9dda1e3491b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412145733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:23:31.120Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:24:00.140Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b 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-08-25T07:24:00.146Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b and serviceModelVersionId: 0b25752f-7bce-433d-a156-602590a5e6aa
2022-08-25T07:24:00.147Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8234ea9b-923c-47b4-97d6-ec00edda8a47
2022-08-25T07:24:00.147Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0
2022-08-25T07:24:00.151Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b4aa185-a17a-41ad-bbda-87bae1de19da/model-vers/model-ver/aa989a2b-fbe0-4765-b528-2112a1d376b2?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:24:00.202Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Invoke
2022-08-25T07:24:00.203Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eec320ed-5cb8-483d-8597-c95016be0c88], X-ECOMP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-TransactionId=[], X-ONAP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], Content-Type=[application/merge-patch+json]}
2022-08-25T07:24:01.737Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Invoke
2022-08-25T07:24:01.737Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bc1544b-967a-4159-b0da-dc9e50073bc5], X-ECOMP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-TransactionId=[], X-ONAP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], Content-Type=[application/merge-patch+json]}
2022-08-25T07:24:03.272Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Invoke
2022-08-25T07:24:03.273Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2068f62-f69b-4ff7-8aee-4c62affdb928], X-ECOMP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], X-TransactionId=[], X-ONAP-RequestID=[8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b], Content-Type=[application/merge-patch+json]}
2022-08-25T07:24:04.307Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:24:04.308Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:04.308Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:24:04.308Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:04.313Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:04.313Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:24:04.313Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:24:04.313Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:24:04.316Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:24:04.317Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||try to send status {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412244313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:24:04.417Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:24:04.418Z||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-08-25T07:24:04.418Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:04.451Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:24:04.452Z||pool-174-thread-1|||||INFO|500||cambria reply ok (35 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-08-25T07:24:05.342Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:24:05.343Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:05.343Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:14.957Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:24:14.958Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:24:14.959Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:14.959Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:24.625Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:24:24.626Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:24:24.626Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:24:24.626Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:24:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:24:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:31.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:24:31.110Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:24:31.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:24:31.111Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:24:34.241Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:24:34.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:24:34.243Z||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-08-25T07:24:34.243Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:24:43.826Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:25:31.065Z||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-08-25T07:25:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:25:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:25:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:31.126Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:31.127Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.128Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.128Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.128Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/resourceInstances/pnfa81f5ddd94b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412159695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:31.130Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412162168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUa5pmp0dy8zgb1xgiuoa/1.0/artifacts/service-DemoPnfUa5pmp0dy8zgb1xgiuoa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51ece6e9-77ae-466f-8864-b3a6654bdbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412197407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:25:31.131Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/resourceInstances/pnfa9913fc754f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.133Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412146759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412206602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:25:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:25:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412209098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0wscrkckjtnqxflu15ju/1.0/artifacts/service-DemoPnf0wscrkckjtnqxflu15ju-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:25:33.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:33.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T07:25:33.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe1eacb7-8524-41bc-b5e0-9fef699d9ddf","serviceName":"vFW 2022-08-25 07-24-28","serviceVersion":"1.0","serviceUUID":"2d305a05-641e-483c-950c-e13d4ef89d40","serviceDescription":"catalog service description","serviceInvariantUUID":"cab86ead-6089-4c00-9419-a5a49b75b1d4","resources":[{"resourceInstanceName":"vFW 9f24bd4f-badc 0","resourceName":"vFW 9f24bd4f-badc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d43f42c-de60-421c-a5a4-32aac4b22e2f","resourceInvariantUUID":"88e61674-6799-4728-919b-8986b402733c","resourceCustomizationUUID":"fa75c59f-1a24-4f21-897f-be7a5fc20dc3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml","artifactChecksum":"YTJhYzBiNjAwYmE4ZDIwNDliNTVhNWE1M2NiZDE5YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43acd3a-0308-4a42-9f7e-3e44012b7600","artifactVersion":"1"},{"artifactName":"vfw9f24bd4fbadc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json","artifactChecksum":"NWNiYjQ1ZTJmMWViYWExNDRmNTIyNTM3MWUxZDc1NjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff5e31be-fb20-4d13-a782-1b4f6e585360","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a8b82747-7760-43f7-acbe-754af06a3f15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ1OWM3YTFiNTVkMWUyNmNjNDliNjVhNzA0OTFhNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b80faa12-d488-47b2-bf42-bb04149dcaee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c15af799-a0aa-47f0-bf17-685598c5a8d7","artifactVersion":"2","generatedFromUUID":"a8b82747-7760-43f7-acbe-754af06a3f15"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825072428-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml","artifactChecksum":"ZWY0YWU5ODBjYjFiOWRmNjFhNzJhMWMyZWY5ZGJmZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ad5bd88-a9a5-4ddc-a0a0-5b754b2ed406","artifactVersion":"1"},{"artifactName":"service-Vfw20220825072428-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar","artifactChecksum":"NmY2NzJmNmFiMDE3OTg5MTk4MDM5ZWE1YmQ0NTY1ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1838b52-1395-4f55-9157-203a781b8203","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:25:33.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:33.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:33.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:33.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:33.394Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:33.395Z||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-08-25T07:25:33.395Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:33.413Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:33.414Z||pool-175-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:34.295Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:34.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:34.298Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:34.298Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:25:34.399Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:25:34.400Z||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-08-25T07:25:34.400Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:34.416Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:34.417Z||pool-176-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:35.299Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:35.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:35.301Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:35.302Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:25:35.402Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:35.402Z||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-08-25T07:25:35.403Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:35.416Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:35.416Z||pool-177-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:36.302Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:36.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:36.305Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:36.305Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:36.405Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:36.406Z||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-08-25T07:25:36.406Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:36.423Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:36.424Z||pool-178-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:37.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:37.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:37.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:37.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:25:37.410Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:37.411Z||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-08-25T07:25:37.412Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:37.440Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:37.441Z||pool-179-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:38.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:38.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:38.315Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:38.315Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:25:38.415Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:38.416Z||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-08-25T07:25:38.416Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:38.492Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:38.493Z||pool-180-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:39.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:25:39.317Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:39.320Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:39.320Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:25:39.420Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:39.422Z||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-08-25T07:25:39.422Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:39.477Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:39.478Z||pool-181-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:40.322Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "serviceName": "vFW 2022-08-25 07-24-28",
  "serviceVersion": "1.0",
  "serviceUUID": "2d305a05-641e-483c-950c-e13d4ef89d40",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cab86ead-6089-4c00-9419-a5a49b75b1d4",
  "resources": [
    {
      "resourceInstanceName": "vFW 9f24bd4f-badc 0",
      "resourceCustomizationUUID": "fa75c59f-1a24-4f21-897f-be7a5fc20dc3",
      "resourceName": "vFW 9f24bd4f-badc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9d43f42c-de60-421c-a5a4-32aac4b22e2f",
      "resourceInvariantUUID": "88e61674-6799-4728-919b-8986b402733c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9f24bd4fbadc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
          "artifactChecksum": "NWNiYjQ1ZTJmMWViYWExNDRmNTIyNTM3MWUxZDc1NjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff5e31be-fb20-4d13-a782-1b4f6e585360",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a8b82747-7760-43f7-acbe-754af06a3f15",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c15af799-a0aa-47f0-bf17-685598c5a8d7",
            "generatedFromUUID": "a8b82747-7760-43f7-acbe-754af06a3f15"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c15af799-a0aa-47f0-bf17-685598c5a8d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825072428-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
      "artifactChecksum": "NmY2NzJmNmFiMDE3OTg5MTk4MDM5ZWE1YmQ0NTY1ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1838b52-1395-4f55-9157-203a781b8203"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:25:40.322Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:25:40.322Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d305a05-641e-483c-950c-e13d4ef89d40 ASDC
2022-08-25T07:25:40.323Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
ServiceName:vFW 2022-08-25 07-24-28
ServiceVersion:1.0
ServiceUUID:2d305a05-641e-483c-950c-e13d4ef89d40
ServiceInvariantUUID:cab86ead-6089-4c00-9419-a5a49b75b1d4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825072428-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar
ArtifactUUID:f1838b52-1395-4f55-9157-203a781b8203
ArtifactChecksum:NmY2NzJmNmFiMDE3OTg5MTk4MDM5ZWE1YmQ0NTY1ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9f24bd4f-badc 0
ResourceCustomizationUUID:fa75c59f-1a24-4f21-897f-be7a5fc20dc3
ResourceInvariantUUID:88e61674-6799-4728-919b-8986b402733c
ResourceName:vFW 9f24bd4f-badc
ResourceType:VF
ResourceUUID:9d43f42c-de60-421c-a5a4-32aac4b22e2f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9f24bd4fbadc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json
ArtifactUUID:ff5e31be-fb20-4d13-a782-1b4f6e585360
ArtifactChecksum:NWNiYjQ1ZTJmMWViYWExNDRmNTIyNTM3MWUxZDc1NjI=
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/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml
ArtifactUUID:a8b82747-7760-43f7-acbe-754af06a3f15
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/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
ArtifactUUID:c15af799-a0aa-47f0-bf17-685598c5a8d7
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/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
ArtifactUUID:c15af799-a0aa-47f0-bf17-685598c5a8d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:25:40.323Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d305a05-641e-483c-950c-e13d4ef89d40 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-08-25T07:25:40.354Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:25:40.355Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-25T07:25:40.355Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-25T07:25:40.356Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f1838b52-1395-4f55-9157-203a781b8203 from URL: /sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:40.356Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-25T07:25:40.356Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:40.503Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-25T07:25:40.509Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar f1838b52-1395-4f55-9157-203a781b8203 100609
2022-08-25T07:25:40.509Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar ASDC sendASDCNotification
2022-08-25T07:25:40.509Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:40.510Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:25:40.510Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:40.513Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:40.513Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412340509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:40.613Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:40.615Z||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-08-25T07:25:40.615Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:40.681Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:40.682Z||pool-182-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:25:41.514Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:25:41.516Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-25T07:25:41.516Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f1838b52-1395-4f55-9157-203a781b8203, URL: /sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar to file: /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:41.516Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825072428-csar.csar
2022-08-25T07:25:41.517Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:41.517Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:41.760Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16910317484730370548/Definitions/service-Vfw20220825072428-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-08-25T07:25:44.718Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:25:44.718Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|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-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||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-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.719Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|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-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9f24bd4f-badc 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|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-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.720Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.721Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:44.721Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-25T07:25:44.721Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.721Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.721Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:44.722Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-25T07:25:44.722Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:25:44.722Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.722Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.723Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:44.723Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-25T07:25:44.723Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:25:44.723Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.723Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.724Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.724Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:44.724Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:44.724Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:25:44.725Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.725Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.725Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.726Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:25:44.726Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:44.726Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:25:44.726Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:25:44.726Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.727Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.727Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:25:44.727Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.727Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:25:44.727Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.728Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:25:44.728Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.728Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:25:44.728Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.728Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:44.729Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:44.729Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.729Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:44.729Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:44.730Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.730Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:44.730Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:44.730Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.731Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:44.731Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:44.731Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:25:44.731Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:44.731Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:25:44.732Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:25:44.732Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.732Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.732Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:25:44.732Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.733Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:25:44.733Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.733Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cd9fb9f-8947-433c-8c69-e2f9bdf5734b
2022-08-25T07:25:44.733Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.733Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:44.734Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:44.734Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:25:44.734Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.734Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.734Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.735Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:25:44.735Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:44.735Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:25:44.735Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:25:44.735Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.736Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:25:44.736Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.736Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=15636bb5-cac7-4738-9374-8a85d621d199
2022-08-25T07:25:44.736Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.737Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.738Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:25:44.738Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:44.738Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:25:44.738Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:25:44.738Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:44.739Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:44.739Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:25:44.739Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e64fb62d-9216-4766-8cf0-7593b2af9380
2022-08-25T07:25:44.739Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.740Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:44.741Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:44.741Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-24-28
Description:catalog service description
Model UUID:2d305a05-641e-483c-950c-e13d4ef89d40
Model Version:NULL
Model InvariantUuid:cab86ead-6089-4c00-9419-a5a49b75b1d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9f24bd4f-badc
Model UUID:afd6e8e3-8e38-4e0b-aad4-d974b816d6b4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88e61674-6799-4728-919b-8986b402733c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa75c59f-1a24-4f21-897f-be7a5fc20dc3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22e223c3-f337-43b5-a0bf-10178680365a
ModelName:Vfw9f24bd4fBadc..base_vfw..module-0
ModelUuid:954bfd3d-88bc-4a9b-8077-c8a5d2eb089f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2cd9fb9f-8947-433c-8c69-e2f9bdf5734b
ModelInvariantUuid:1b004856-d864-4a75-b034-4c6474066332
ModelName:vFW 9f24bd4f-badc-nodes.vfwCvfc
ModelUuid:5f951184-0a41-4398-b335-ef59716639bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9cf09229-66de-43d8-9d16-fcf47fbcc03e
ModelInvariantUuid:23e641bb-11ea-49e4-b9d4-9b9a4e2879c1
ModelName:Vfw9f24bd4fBadc.compute.nodes.heat.vfw
ModelUuid:96b1490d-cdd3-49ef-a402-3e759545f62a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:15636bb5-cac7-4738-9374-8a85d621d199
ModelInvariantUuid:57a7d8d9-ad3a-4805-9e05-0e1aaf1e957e
ModelName:vFW 9f24bd4f-badc-nodes.vsnCvfc
ModelUuid:d4f7aae6-6e6b-472e-a1c3-706f863b625b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c933a4ce-eda1-4a7e-a6aa-fb161b0df6ff
ModelInvariantUuid:2704bc62-55a9-4458-b753-7131addac3dd
ModelName:Vfw9f24bd4fBadc.compute.nodes.heat.vsn
ModelUuid:d229f565-d695-47dc-917c-cdd875691aa3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e64fb62d-9216-4766-8cf0-7593b2af9380
ModelInvariantUuid:3cd412fb-7bb3-4e0d-8022-56120e01b979
ModelName:vFW 9f24bd4f-badc-nodes.vpgCvfc
ModelUuid:71bb2188-cb6a-48a3-912e-3aa6d40e97f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9ab88bae-66cd-49be-a7b6-153669bb27c5
ModelInvariantUuid:98a499ab-7ede-4148-8b61-7aa88eea425b
ModelName:Vfw9f24bd4fBadc.compute.nodes.heat.vpg
ModelUuid:587679db-0d58-411c-bb8b-bfd4bdf8d2b6
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-08-25T07:25:44.749Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d43f42c-de60-421c-a5a4-32aac4b22e2f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:25:44.751Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||vFW 9f24bd4f-badc 0
2022-08-25T07:25:44.752Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d43f42c-de60-421c-a5a4-32aac4b22e2f
2022-08-25T07:25:44.752Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ff5e31be-fb20-4d13-a782-1b4f6e585360 from URL: /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json
2022-08-25T07:25:44.752Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-25T07:25:44.752Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json
2022-08-25T07:25:44.837Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-25T07:25:44.838Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json ff5e31be-fb20-4d13-a782-1b4f6e585360 785
2022-08-25T07:25:44.838Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json ASDC sendASDCNotification
2022-08-25T07:25:44.839Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json
2022-08-25T07:25:44.839Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:25:44.839Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:44.841Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:44.841Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412344838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:44.942Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:25:44.943Z||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-08-25T07:25:44.943Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:44.960Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:44.961Z||pool-183-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:45.842Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9f24bd4fBadc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22e223c3-f337-43b5-a0bf-10178680365a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "954bfd3d-88bc-4a9b-8077-c8a5d2eb089f",
    "vfModuleModelCustomizationUUID": "b9b59535-3821-4ee0-88b0-12a2c01d52a0",
    "isBase": true,
    "artifacts": [
      "a8b82747-7760-43f7-acbe-754af06a3f15",
      "c15af799-a0aa-47f0-bf17-685598c5a8d7"
    ],
    "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-08-25T07:25:45.849Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9f24bd4fBadc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:954bfd3d-88bc-4a9b-8077-c8a5d2eb089f
VfModuleModelInvariantUUID:22e223c3-f337-43b5-a0bf-10178680365a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8b82747-7760-43f7-acbe-754af06a3f15
,
c15af799-a0aa-47f0-bf17-685598c5a8d7

}
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-08-25T07:25:45.853Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9f24bd4fBadc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22e223c3-f337-43b5-a0bf-10178680365a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "954bfd3d-88bc-4a9b-8077-c8a5d2eb089f",
    "vfModuleModelCustomizationUUID": "b9b59535-3821-4ee0-88b0-12a2c01d52a0",
    "isBase": true,
    "artifacts": [
      "a8b82747-7760-43f7-acbe-754af06a3f15",
      "c15af799-a0aa-47f0-bf17-685598c5a8d7"
    ],
    "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-08-25T07:25:45.854Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9f24bd4fBadc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:954bfd3d-88bc-4a9b-8077-c8a5d2eb089f
VfModuleModelInvariantUUID:22e223c3-f337-43b5-a0bf-10178680365a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8b82747-7760-43f7-acbe-754af06a3f15
,
c15af799-a0aa-47f0-bf17-685598c5a8d7

}
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-08-25T07:25:45.854Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8b82747-7760-43f7-acbe-754af06a3f15 from URL: /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml
2022-08-25T07:25:45.854Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-25T07:25:45.855Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml
2022-08-25T07:25:45.959Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-25T07:25:45.960Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml a8b82747-7760-43f7-acbe-754af06a3f15 20368
2022-08-25T07:25:45.961Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:25:45.961Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml
2022-08-25T07:25:45.961Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:25:45.961Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:45.964Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:45.964Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412345961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:46.064Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:46.065Z||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-08-25T07:25:46.065Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:46.106Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:46.106Z||pool-184-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:25:46.964Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c15af799-a0aa-47f0-bf17-685598c5a8d7 from URL: /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
2022-08-25T07:25:46.965Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-25T07:25:46.965Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
2022-08-25T07:25:47.024Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-25T07:25:47.024Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env c15af799-a0aa-47f0-bf17-685598c5a8d7 2098
2022-08-25T07:25:47.025Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:25:47.025Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
2022-08-25T07:25:47.025Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:25:47.026Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:47.028Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:47.029Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412347025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:25:47.129Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:47.130Z||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-08-25T07:25:47.130Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:47.464Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:47.465Z||pool-185-thread-1|||||INFO|500||cambria reply ok (336 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:25:48.030Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2d305a05-641e-483c-950c-e13d4ef89d40
2022-08-25T07:25:48.031Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9f24bd4f-badc 0 9d43f42c-de60-421c-a5a4-32aac4b22e2f 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-08-25T07:25:48.056Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f3359fa, org.onap.sdc.toscaparser.api.parameters.Input@514efd68, org.onap.sdc.toscaparser.api.parameters.Input@5d0d5744, org.onap.sdc.toscaparser.api.parameters.Input@6b7a086f, org.onap.sdc.toscaparser.api.parameters.Input@ee37073]
2022-08-25T07:25:48.058Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.059Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.060Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-25T07:25:48.060Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fa75c59f-1a24-4f21-897f-be7a5fc20dc3
2022-08-25T07:25:48.061Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa75c59f-1a24-4f21-897f-be7a5fc20dc3 matches Tosca VF Customization UUID: fa75c59f-1a24-4f21-897f-be7a5fc20dc3
2022-08-25T07:25:48.061Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fa75c59f-1a24-4f21-897f-be7a5fc20dc3  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-08-25T07:25:48.065Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.066Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.067Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fa75c59f-1a24-4f21-897f-be7a5fc20dc3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:25:48.067Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24e2e6a6
2022-08-25T07:25:48.068Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.068Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:25:48.069Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9b59535-3821-4ee0-88b0-12a2c01d52a0
2022-08-25T07:25:48.069Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9b59535-3821-4ee0-88b0-12a2c01d52a0
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-08-25T07:25:48.074Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.075Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.076Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:48.076Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.076Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.077Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:48.077Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.077Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:48.077Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:48.078Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:25:48.078Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:48.078Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:25:48.079Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:25:48.079Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.079Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.079Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:25:48.079Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.080Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:25:48.080Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.080Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cd9fb9f-8947-433c-8c69-e2f9bdf5734b
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-08-25T07:25:48.085Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.085Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.086Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:48.086Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.086Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:48.086Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:48.087Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:25:48.087Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.087Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.087Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.087Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:25:48.088Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.089Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=15636bb5-cac7-4738-9374-8a85d621d199
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-08-25T07:25:48.091Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.091Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.092Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:48.092Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.092Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is not matching search criteria
2022-08-25T07:25:48.092Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:25:48.093Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:25:48.094Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:25:48.094Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:25:48.094Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:25:48.094Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:25:48.094Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:25:48.095Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e64fb62d-9216-4766-8cf0-7593b2af9380
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-08-25T07:25:48.097Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.097Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.098Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:25:48.098Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.098Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Node template vFW 9f24bd4f-badc 0 is matching search criteria
2022-08-25T07:25:48.099Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9f24bd4f-badc 0] matching following query criteria: sdcType=VF, customizationUUID=fa75c59f-1a24-4f21-897f-be7a5fc20dc3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:25:48.101Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.101Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.101Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2d305a05-641e-483c-950c-e13d4ef89d40: vFW 9f24bd4f-badc
2022-08-25T07:25:48.102Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.102Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.102Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.102Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.103Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.103Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.103Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.103Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.103Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:25:48.104Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-25 07-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:25:48.104Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-08-25 07-24-28 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:25:48.344Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9f24bd4f-badc 9d43f42c-de60-421c-a5a4-32aac4b22e2f 1 ASDC deployResourceStructure
2022-08-25T07:25:48.344Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json ASDC sendASDCNotification
2022-08-25T07:25:48.345Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json
2022-08-25T07:25:48.345Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:25:48.345Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:48.353Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:48.354Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412348344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:48.453Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:25:48.454Z||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-08-25T07:25:48.454Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:48.499Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:48.500Z||pool-186-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:25:49.354Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:25:49.355Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml
2022-08-25T07:25:49.355Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:25:49.355Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:49.358Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:49.358Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412349354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:49.458Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:49.460Z||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-08-25T07:25:49.460Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:49.479Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:49.480Z||pool-187-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:25:50.361Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:25:50.362Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env
2022-08-25T07:25:50.362Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:25:50.362Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:50.365Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:50.365Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412350361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:50.465Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:25:50.466Z||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-08-25T07:25:50.466Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:50.492Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:50.493Z||pool-188-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:51.365Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar ASDC sendASDCNotification
2022-08-25T07:25:51.366Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar
2022-08-25T07:25:51.366Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:25:51.367Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:25:51.369Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:25:51.369Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412351365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:25:51.470Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:25:51.472Z||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-08-25T07:25:51.473Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:25:51.496Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:25:51.497Z||pool-189-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:25:52.370Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:25:52.383Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:25:52.386Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:25:52.386Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:25:52.386Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:26:22.387Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:26:22.404Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:26:22.407Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:26:22.407Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:26:22.407Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:26:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:26:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:26:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:26:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:26:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:26:31.196Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412244313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:26:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:26:52.407Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:26:52.422Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:26:52.425Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:26:52.425Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:26:52.425Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:27:22.425Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:27:22.438Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:27:22.440Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:27:22.440Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:27:22.441Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:27:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:27:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:27:31.072Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:27:31.132Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:27:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.134Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.135Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.136Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.136Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.136Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.136Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.136Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.137Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.138Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.140Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.141Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.141Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.142Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.143Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.144Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412331064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412331717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412325916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412340333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412340509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412333987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412336927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412335632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412343550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412344937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412343416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412344557,
  "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-08-25T07:27:31.168Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.168Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:31.180Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.180Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412344838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.180Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.180Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.181Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "cds",
  "timestamp": 1661412344422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-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-08-25T07:27:31.191Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.191Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:31.200Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.200Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412346057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.200Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.200Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.200Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412345961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.201Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412347153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412339709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.202Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412347025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.203Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412348201,
  "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-08-25T07:27:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.209Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412347519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.222Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412349208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412348344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vfw9f24bd4fbadc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412348523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.225Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412349354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.225Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.226Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "policy-id",
  "timestamp": 1661412349525,
  "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-08-25T07:27:31.232Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.233Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412350361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/resourceInstances/vfw9f24bd4fbadc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.241Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412351365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412345755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412352098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.242Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412353684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412354108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.243Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "clamp",
  "timestamp": 1661412355112,
  "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-08-25T07:27:31.248Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.248Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412363493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825072428/1.0/artifacts/service-Vfw20220825072428-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:27:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:27:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:27:31.256Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "aai-ml",
  "timestamp": 1661412364511,
  "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-08-25T07:27:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
2022-08-25T07:27:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:27:52.441Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:27:52.455Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:27:52.461Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:27:52.461Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:27:52.461Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:27:52.462Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:27:52.462Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:27:52.462Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|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-08-25T07:27:52.474Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:28:22.475Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf 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-08-25T07:28:22.482Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe1eacb7-8524-41bc-b5e0-9fef699d9ddf and serviceModelVersionId: 2d305a05-641e-483c-950c-e13d4ef89d40
2022-08-25T07:28:22.482Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cab86ead-6089-4c00-9419-a5a49b75b1d4
2022-08-25T07:28:22.483Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0
2022-08-25T07:28:22.487Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:28:22.527Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|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/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:22.529Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Invoke
2022-08-25T07:28:24.072Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:24.073Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Invoke
2022-08-25T07:28:25.608Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:25.609Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Invoke
2022-08-25T07:28:26.642Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:28:26.642Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:26.643Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:28:26.644Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:26.655Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:28:26.656Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe1eacb7-8524-41bc-b5e0-9fef699d9ddf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:28:26.656Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:28:26.656Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:26.658Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:26.658Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412506656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:28:26.758Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:26.759Z||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-08-25T07:28:26.759Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:26.780Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:26.780Z||pool-190-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-08-25T07:28:27.673Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:28:27.674Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:28:27.675Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:28:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:28:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:31.139Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.145Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.146Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.147Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.148Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.149Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.150Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.151Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.152Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.153Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.154Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.155Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.156Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412413987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.157Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412410632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412415916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412416927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.158Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.159Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412425931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412425939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.160Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.161Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.161Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.161Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "cds",
  "timestamp": 1661412426944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-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-08-25T07:28:31.179Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.179Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:31.191Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.191Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412426951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412419709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.192Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412427954,
  "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-08-25T07:28:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.197Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412428521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.205Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412421717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412429524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.206Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412430508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.207Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "policy-id",
  "timestamp": 1661412430529,
  "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-08-25T07:28:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.213Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:31.223Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412431114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412432478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.224Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412433126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:28:31.225Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.225Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.225Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412433481,
  "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-08-25T07:28:31.229Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.229Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:31.239Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.239Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "clamp",
  "timestamp": 1661412434131,
  "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-08-25T07:28:31.246Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.247Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.263Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.264Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412435755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412444623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412450013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:31.265Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "aai-ml",
  "timestamp": 1661412451019,
  "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-08-25T07:28:31.271Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 17765b41-cdaa-4cc3-ace5-93462b0cc428
2022-08-25T07:28:31.271Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:28:32.172Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:32.172Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||received message from topic
2022-08-25T07:28:32.172Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"17765b41-cdaa-4cc3-ace5-93462b0cc428","serviceName":"Demo_pNF_MJpbGN8HC8ckSZSf4lFc","serviceVersion":"1.0","serviceUUID":"5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1","serviceDescription":"catalog service description","serviceInvariantUUID":"382d0a2b-a972-4f46-806e-3d801cdf5aba","resources":[{"resourceInstanceName":"pNF becc83d1-8f7a 0","resourceName":"pNF becc83d1-8f7a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12c07416-2b9d-415f-8012-4ea9af6902b1","resourceInvariantUUID":"041bfed1-5fff-4772-8ef3-3125afcba2f6","resourceCustomizationUUID":"b8f4a3a1-b280-4a0c-8735-447123a7740d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml","artifactChecksum":"YmIzNWZmNTU3MmNlNzJlMjU0YjdmNDVmMmE4YzRiZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cddb126d-ba96-44ee-8b39-ec13d4580baa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11f4e8a9-b904-4fb0-8852-abc1fc710a13","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9801eec-8147-4675-9134-986330241111","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml","artifactChecksum":"OGJmNzAwZDRjYWM0NGIyYTUyMWI5MThlODhiOThmMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be3272ab-2848-405a-9866-96dba88e78b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e957d948-94a4-44ce-a97f-669e257d9978","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"962e4b9b-42cf-457f-8f2b-3292d2e0b733","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml","artifactChecksum":"ZDc5MmQ5NWM1YTYzZTczYzI2MjA1MGY4MjQyMjVhM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60151297-cc93-4437-85a5-07a63886c8c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar","artifactChecksum":"NTkzYmM4MzQ5MmE2ZjRiZDNmMWVmZWE0YWM2ZDdkMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb80bf61-257c-4bcd-9299-7a926566bed9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:28:32.174Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:32.174Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:32.176Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:32.176Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:32.277Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:28:32.278Z||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-08-25T07:28:32.278Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:32.305Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:32.306Z||pool-191-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:33.177Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:33.178Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:33.180Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:33.180Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:33.281Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:33.281Z||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-08-25T07:28:33.282Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:33.297Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:33.298Z||pool-192-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:34.181Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:34.182Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:34.184Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:34.185Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:34.285Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:34.286Z||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-08-25T07:28:34.287Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:34.306Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:34.306Z||pool-193-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:35.185Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:35.186Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:35.188Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:35.188Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:35.288Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:35.290Z||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-08-25T07:28:35.290Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:35.306Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:35.307Z||pool-194-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:28:36.189Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:36.189Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:36.192Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:36.192Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:36.292Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:36.294Z||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-08-25T07:28:36.294Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:36.308Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:36.309Z||pool-195-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:28:37.193Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:37.194Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:37.196Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:37.196Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:37.296Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:37.297Z||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-08-25T07:28:37.297Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:37.375Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:37.376Z||pool-196-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:38.196Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:38.197Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:38.200Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:38.200Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:28:38.300Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:38.301Z||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-08-25T07:28:38.301Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:38.318Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:38.319Z||pool-197-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:39.200Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:28:39.202Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:39.204Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:39.204Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:28:39.304Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:39.306Z||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-08-25T07:28:39.306Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:39.326Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:39.327Z||pool-198-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:40.205Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "serviceName": "Demo_pNF_MJpbGN8HC8ckSZSf4lFc",
  "serviceVersion": "1.0",
  "serviceUUID": "5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "382d0a2b-a972-4f46-806e-3d801cdf5aba",
  "resources": [
    {
      "resourceInstanceName": "pNF becc83d1-8f7a 0",
      "resourceCustomizationUUID": "b8f4a3a1-b280-4a0c-8735-447123a7740d",
      "resourceName": "pNF becc83d1-8f7a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "12c07416-2b9d-415f-8012-4ea9af6902b1",
      "resourceInvariantUUID": "041bfed1-5fff-4772-8ef3-3125afcba2f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
      "artifactChecksum": "NTkzYmM4MzQ5MmE2ZjRiZDNmMWVmZWE0YWM2ZDdkMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb80bf61-257c-4bcd-9299-7a926566bed9"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:28:40.206Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:28:40.206Z|617c0818-cc1c-4616-845e-a3b9f70e97bd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1 ASDC
2022-08-25T07:28:40.207Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||ASDC Notification:
DistributionID:17765b41-cdaa-4cc3-ace5-93462b0cc428
ServiceName:Demo_pNF_MJpbGN8HC8ckSZSf4lFc
ServiceVersion:1.0
ServiceUUID:5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1
ServiceInvariantUUID:382d0a2b-a972-4f46-806e-3d801cdf5aba
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
ArtifactUUID:fb80bf61-257c-4bcd-9299-7a926566bed9
ArtifactChecksum:NTkzYmM4MzQ5MmE2ZjRiZDNmMWVmZWE0YWM2ZDdkMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF becc83d1-8f7a 0
ResourceCustomizationUUID:b8f4a3a1-b280-4a0c-8735-447123a7740d
ResourceInvariantUUID:041bfed1-5fff-4772-8ef3-3125afcba2f6
ResourceName:pNF becc83d1-8f7a
ResourceType:PNF
ResourceUUID:12c07416-2b9d-415f-8012-4ea9af6902b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:28:40.207Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1 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-08-25T07:28:40.238Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:28:40.239Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:28:40.239Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:28:40.239Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Trying to download the artifact UUID: fb80bf61-257c-4bcd-9299-7a926566bed9 from URL: /sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:40.239Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:28:40.239Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:40.345Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:28:40.350Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar fb80bf61-257c-4bcd-9299-7a926566bed9 87775
2022-08-25T07:28:40.350Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar ASDC sendASDCNotification
2022-08-25T07:28:40.351Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:40.351Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:28:40.351Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:40.354Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:40.354Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412520350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:28:40.454Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:40.456Z||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-08-25T07:28:40.456Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:40.479Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:40.480Z||pool-199-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:41.354Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:28:41.355Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:28:41.355Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Trying to write artifact UUID: fb80bf61-257c-4bcd-9299-7a926566bed9, URL: /sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar to file: /app/ASDC/1/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:41.356Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:41.356Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:41.356Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:41.487Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8069768484976041101/Definitions/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml
2022-08-25T07:28:42.751Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:28:42.752Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|WARN|500||####################################################################################################
2022-08-25T07:28:42.752Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.753Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:28:42.753Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF becc83d1-8f7a 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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.754Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.754Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.754Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.755Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.755Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.755Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.756Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|WARN|500||####################################################################################################
2022-08-25T07:28:42.756Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.756Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.757Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Node template pNF becc83d1-8f7a 0 is matching search criteria
2022-08-25T07:28:42.757Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:28:42.758Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Found topology templates [pNF becc83d1-8f7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:28:42.759Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.759Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.759Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Node template pNF becc83d1-8f7a 0 is matching search criteria
2022-08-25T07:28:42.759Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:28:42.760Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Found topology templates [pNF becc83d1-8f7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:28:42.760Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.760Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.761Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.761Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.762Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.762Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.762Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.763Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.763Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.764Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.765Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MJpbGN8HC8ckSZSf4lFc
Description:catalog service description
Model UUID:5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1
Model Version:NULL
Model InvariantUuid:382d0a2b-a972-4f46-806e-3d801cdf5aba
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-08-25T07:28:42.774Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 12c07416-2b9d-415f-8012-4ea9af6902b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:28:42.778Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||pNF becc83d1-8f7a 0
2022-08-25T07:28:42.778Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 12c07416-2b9d-415f-8012-4ea9af6902b1
2022-08-25T07:28:42.779Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||No resources found for Service: 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1
2022-08-25T07:28:42.779Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Preparing to deploy Service: 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1
2022-08-25T07:28:42.780Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF becc83d1-8f7a 0 12c07416-2b9d-415f-8012-4ea9af6902b1 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-08-25T07:28:42.787Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf179fc, org.onap.sdc.toscaparser.api.parameters.Input@4e5931ad, org.onap.sdc.toscaparser.api.parameters.Input@9a87100, org.onap.sdc.toscaparser.api.parameters.Input@1ad4d1d6, org.onap.sdc.toscaparser.api.parameters.Input@5d2d65e9]
2022-08-25T07:28:42.788Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.789Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.789Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500|| resourceSeq for service uuid 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1: pNF becc83d1-8f7a
2022-08-25T07:28:42.789Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Processing PNF resource: 12c07416-2b9d-415f-8012-4ea9af6902b1
2022-08-25T07:28:42.790Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:28:42.790Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Service Demo_pNF_MJpbGN8HC8ckSZSf4lFc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:28:42.791Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||Resource customization UUID: b8f4a3a1-b280-4a0c-8735-447123a7740d is the same as notified resource customizationUUID: b8f4a3a1-b280-4a0c-8735-447123a7740d
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-08-25T07:28:42.834Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF becc83d1-8f7a 12c07416-2b9d-415f-8012-4ea9af6902b1 0 ASDC deployResourceStructure
2022-08-25T07:28:42.834Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar ASDC sendASDCNotification
2022-08-25T07:28:42.834Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar
2022-08-25T07:28:42.834Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:28:42.835Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:28:42.837Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:28:42.837Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412522834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:28:42.937Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:28:42.938Z||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-08-25T07:28:42.938Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:28:42.961Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:28:42.963Z||pool-200-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:28:43.838Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17765b41-cdaa-4cc3-ace5-93462b0cc428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:28:43.853Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17765b41-cdaa-4cc3-ace5-93462b0cc428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:28:43.857Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:28:43.857Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:28:43.857Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:28:43.858Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:28:43.858Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:28:43.858Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:28:43.859Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?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-08-25T07:28:43.865Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:29:13.865Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 17765b41-cdaa-4cc3-ace5-93462b0cc428 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-08-25T07:29:13.878Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17765b41-cdaa-4cc3-ace5-93462b0cc428 and serviceModelVersionId: 5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1
2022-08-25T07:29:13.878Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 382d0a2b-a972-4f46-806e-3d801cdf5aba
2022-08-25T07:29:13.881Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0
2022-08-25T07:29:13.889Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:29:13.954Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6f3975d-09c7-4814-ba1a-957401aab883/model-vers/model-ver/21848273-f583-4e19-b70e-f2afe6194d75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:13.956Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Invoke
2022-08-25T07:29:15.496Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:15.503Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Invoke
2022-08-25T07:29:17.032Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:17.034Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Invoke
2022-08-25T07:29:18.067Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:29:18.068Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:18.069Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:29:18.069Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:18.079Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:18.080Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17765b41-cdaa-4cc3-ace5-93462b0cc428 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:29:18.081Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:29:18.081Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:29:18.086Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:29:18.086Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412558080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:29:18.186Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:29:18.198Z||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-08-25T07:29:18.199Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:29:18.233Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:29:18.233Z||pool-201-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T07:29:19.103Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:29:19.103Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:19.104Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:29:28.661Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:29:28.664Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:29:28.666Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:28.667Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:29:31.070Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:29:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:29:31.071Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:29:31.127Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:29:31.127Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:29:31.128Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fe1eacb7-8524-41bc-b5e0-9fef699d9ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412506656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:29:31.129Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:29:38.448Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:29:38.449Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:29:38.450Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:29:38.451Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:29:48.030Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:30:31.067Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:30:31.068Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:30:31.068Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:30:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:30:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:30:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:30:31.645Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:30:31.646Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.647Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.649Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/resourceInstances/pnfbecc83d18f7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.650Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412507673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412520350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412522834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjpbgn8hc8ckszsf4lfc/1.0/artifacts/service-DemoPnfMjpbgn8hc8ckszsf4lfc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:30:31.651Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:30:31.652Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:30:31.652Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17765b41-cdaa-4cc3-ace5-93462b0cc428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412558080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:30:31.652Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:30:40.677Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:31:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:31:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:31:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:31:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:31:31.071Z||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-08-25T07:31:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:31:40.707Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:31:40.724Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:32:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:32:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:32:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:32:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:32:31.071Z||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-08-25T07:32:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:32:40.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:32:40.674Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:31.064Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:33:31.065Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:33:31.065Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:33:31.071Z||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-08-25T07:33:31.079Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:31.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:31.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412793987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412795755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:33:31.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412796927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:33:31.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412799709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412807635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412809321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412808559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:33:31.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412800632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412808650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412809563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412809463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:33:31.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:33:31.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412809653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T07:33:31.338Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:33:31.339Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:33:31.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:33:31.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:33:31.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "policy-id",
  "timestamp": 1661412810566,
  "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-08-25T07:33:31.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:33:31.363Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:33:31.785Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:31.786Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||received message from topic
2022-08-25T07:33:31.787Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"63c646db-5ad9-4c06-9673-90be29241106","serviceName":"Demo_pNF_IxzhludaRixpASQAOU70","serviceVersion":"1.0","serviceUUID":"5574f87c-3366-4abb-b754-17f67a649b85","serviceDescription":"catalog service description","serviceInvariantUUID":"8be2cde3-a545-4843-b4d6-bb330782cdea","resources":[{"resourceInstanceName":"pNF ce0ceebc-045b 0","resourceName":"pNF ce0ceebc-045b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b","resourceInvariantUUID":"3264a203-1907-4868-b61a-79f7b6f3a67d","resourceCustomizationUUID":"9b820f4c-80a5-4994-b27c-2ff42ebe605d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml","artifactChecksum":"MmVlMjE2NjdmZjU3YWYwY2I0OWMzMjY0NzlkOTRlN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a38e2c9-a457-4b60-890e-d0f595bfba27","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62000ac6-e9ec-419c-8eac-f54da94f61e4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f2c16f2-01c4-481b-9138-87e09f264483","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml","artifactChecksum":"NWY0MDRjMzBmZGI3NDMwMWRhYTFhYzE0MDk3YTFhOWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8dc682d4-db69-4fa6-8b95-66c720bc2aa0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3337d6f-e732-4a94-b6a4-4480610dff7b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b215abc-60e0-4eb6-ac1f-7679af6e3242","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIxzhludarixpasqaou70-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml","artifactChecksum":"OTQxZGJmYTYyZmEyZjhiYTAxZGZhNGZiNmRmZTljZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c5e958f-ccc3-478b-bb3f-8e881f064058","artifactVersion":"1"},{"artifactName":"service-DemoPnfIxzhludarixpasqaou70-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar","artifactChecksum":"M2ZiNWY3ZDgyZmQzYjMzMjJkZDdmM2NlOTg5ZWExZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"742ef5b7-5a58-43ac-93af-2cd17940a085","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:33:31.793Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:31.794Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:31.798Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:31.799Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:31.899Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:33:31.900Z||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-08-25T07:33:31.900Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:31.917Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:31.917Z||pool-202-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:33:32.800Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:32.800Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:32.804Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:32.805Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:32.905Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:32.906Z||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-08-25T07:33:32.906Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:32.929Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:32.930Z||pool-203-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:33.808Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:33.811Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:33.814Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:33.815Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:33.914Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:33:33.915Z||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-08-25T07:33:33.916Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:33.935Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:33.936Z||pool-204-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:34.815Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:34.816Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:34.818Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:34.818Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:34.919Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:34.920Z||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-08-25T07:33:34.920Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:34.950Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:34.951Z||pool-205-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:33:35.819Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:35.820Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:35.823Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:35.823Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:35.923Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:35.924Z||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-08-25T07:33:35.925Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:35.977Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:35.978Z||pool-206-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:36.824Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:36.825Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:36.828Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:36.828Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:36.928Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:36.929Z||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-08-25T07:33:36.929Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:36.944Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:36.945Z||pool-207-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:37.828Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:37.829Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:37.831Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:37.831Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:33:37.932Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:33:37.933Z||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-08-25T07:33:37.933Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:37.953Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:37.954Z||pool-208-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:38.832Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:33:38.833Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:38.835Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:38.836Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:33:38.936Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:38.937Z||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-08-25T07:33:38.937Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:38.953Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:38.954Z||pool-209-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:39.838Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "serviceName": "Demo_pNF_IxzhludaRixpASQAOU70",
  "serviceVersion": "1.0",
  "serviceUUID": "5574f87c-3366-4abb-b754-17f67a649b85",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8be2cde3-a545-4843-b4d6-bb330782cdea",
  "resources": [
    {
      "resourceInstanceName": "pNF ce0ceebc-045b 0",
      "resourceCustomizationUUID": "9b820f4c-80a5-4994-b27c-2ff42ebe605d",
      "resourceName": "pNF ce0ceebc-045b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b",
      "resourceInvariantUUID": "3264a203-1907-4868-b61a-79f7b6f3a67d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIxzhludarixpasqaou70-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
      "artifactChecksum": "M2ZiNWY3ZDgyZmQzYjMzMjJkZDdmM2NlOTg5ZWExZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "742ef5b7-5a58-43ac-93af-2cd17940a085"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:33:39.839Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:33:39.840Z|db0d136d-fa37-4e5a-8447-91765e652187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5574f87c-3366-4abb-b754-17f67a649b85 ASDC
2022-08-25T07:33:39.840Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||ASDC Notification:
DistributionID:63c646db-5ad9-4c06-9673-90be29241106
ServiceName:Demo_pNF_IxzhludaRixpASQAOU70
ServiceVersion:1.0
ServiceUUID:5574f87c-3366-4abb-b754-17f67a649b85
ServiceInvariantUUID:8be2cde3-a545-4843-b4d6-bb330782cdea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIxzhludarixpasqaou70-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar
ArtifactUUID:742ef5b7-5a58-43ac-93af-2cd17940a085
ArtifactChecksum:M2ZiNWY3ZDgyZmQzYjMzMjJkZDdmM2NlOTg5ZWExZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ce0ceebc-045b 0
ResourceCustomizationUUID:9b820f4c-80a5-4994-b27c-2ff42ebe605d
ResourceInvariantUUID:3264a203-1907-4868-b61a-79f7b6f3a67d
ResourceName:pNF ce0ceebc-045b
ResourceType:PNF
ResourceUUID:f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:33:39.840Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5574f87c-3366-4abb-b754-17f67a649b85 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-08-25T07:33:39.881Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:33:39.896Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:33:39.896Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:33:39.896Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Trying to download the artifact UUID: 742ef5b7-5a58-43ac-93af-2cd17940a085 from URL: /sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:39.897Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:33:39.897Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:40.032Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:33:40.038Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar 742ef5b7-5a58-43ac-93af-2cd17940a085 87769
2022-08-25T07:33:40.039Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar ASDC sendASDCNotification
2022-08-25T07:33:40.040Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:40.040Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:33:40.040Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:40.042Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:40.043Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412820039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:33:40.143Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:40.144Z||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-08-25T07:33:40.145Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:40.194Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:40.195Z||pool-210-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:33:41.045Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:33:41.047Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:33:41.047Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Trying to write artifact UUID: 742ef5b7-5a58-43ac-93af-2cd17940a085, URL: /sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar to file: /app/ASDC/1/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:41.048Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:41.048Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:41.049Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:41.366Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14531245262364393890/Definitions/service-DemoPnfIxzhludarixpasqaou70-template.yml
2022-08-25T07:33:42.392Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:33:42.392Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|WARN|500||####################################################################################################
2022-08-25T07:33:42.393Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.393Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:33:42.393Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ce0ceebc-045b 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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.393Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.394Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.394Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.394Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.395Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.395Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.395Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|WARN|500||####################################################################################################
2022-08-25T07:33:42.396Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.396Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.397Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Node template pNF ce0ceebc-045b 0 is matching search criteria
2022-08-25T07:33:42.397Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:33:42.397Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found topology templates [pNF ce0ceebc-045b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:33:42.398Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.398Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.398Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Node template pNF ce0ceebc-045b 0 is matching search criteria
2022-08-25T07:33:42.398Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:33:42.398Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found topology templates [pNF ce0ceebc-045b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:33:42.399Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.399Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.400Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.400Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.401Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.401Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.401Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.401Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.402Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.402Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.403Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IxzhludaRixpASQAOU70
Description:catalog service description
Model UUID:5574f87c-3366-4abb-b754-17f67a649b85
Model Version:NULL
Model InvariantUuid:8be2cde3-a545-4843-b4d6-bb330782cdea
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-08-25T07:33:42.413Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:33:42.419Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||pNF ce0ceebc-045b 0
2022-08-25T07:33:42.420Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b
2022-08-25T07:33:42.420Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||No resources found for Service: 5574f87c-3366-4abb-b754-17f67a649b85
2022-08-25T07:33:42.420Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Preparing to deploy Service: 5574f87c-3366-4abb-b754-17f67a649b85
2022-08-25T07:33:42.421Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ce0ceebc-045b 0 f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b 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-08-25T07:33:42.428Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ec8a568, org.onap.sdc.toscaparser.api.parameters.Input@21664ccc, org.onap.sdc.toscaparser.api.parameters.Input@2adb1ce2, org.onap.sdc.toscaparser.api.parameters.Input@152f194c, org.onap.sdc.toscaparser.api.parameters.Input@4e170d64]
2022-08-25T07:33:42.428Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.429Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.429Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500|| resourceSeq for service uuid 5574f87c-3366-4abb-b754-17f67a649b85: pNF ce0ceebc-045b
2022-08-25T07:33:42.429Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Processing PNF resource: f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b
2022-08-25T07:33:42.430Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:33:42.430Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Service Demo_pNF_IxzhludaRixpASQAOU70 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:33:42.430Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||Resource customization UUID: 9b820f4c-80a5-4994-b27c-2ff42ebe605d is the same as notified resource customizationUUID: 9b820f4c-80a5-4994-b27c-2ff42ebe605d
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-08-25T07:33:42.468Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ce0ceebc-045b f1e9f7d4-ab9d-4c9d-88d3-42f5c96c3e4b 0 ASDC deployResourceStructure
2022-08-25T07:33:42.469Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar ASDC sendASDCNotification
2022-08-25T07:33:42.469Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar
2022-08-25T07:33:42.469Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:33:42.469Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:33:42.473Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:33:42.473Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412822469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:33:42.573Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:33:42.574Z||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-08-25T07:33:42.574Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:33:42.639Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:33:42.640Z||pool-211-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:33:43.475Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:33:43.486Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:33:43.488Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:33:43.489Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:33:43.489Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:34:13.489Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:34:13.502Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:34:13.505Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:34:13.505Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:34:13.505Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:34:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:34:31.071Z||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-08-25T07:34:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:34:31.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:34:31.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:34:31.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "cds",
  "timestamp": 1661412810470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-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-08-25T07:34:31.190Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:34:31.191Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:34:43.506Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:34:43.519Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:34:43.522Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:34:43.522Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:34:43.522Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:35:13.523Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:35:13.535Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:35:13.537Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:35:13.537Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:35:13.537Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:35:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:35:31.071Z||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-08-25T07:35:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:35:31.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:35:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:35:31.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:35:31.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:35:43.538Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:35:43.555Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:35:43.557Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:35:43.558Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:35:43.558Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:36:13.558Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:36:13.590Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:36:13.593Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:36:13.593Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:36:13.593Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:36:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:36:31.073Z||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-08-25T07:36:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:36:31.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:36:31.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412815040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "aai-ml",
  "timestamp": 1661412816047,
  "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-08-25T07:36:31.661Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:36:31.661Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:36:31.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/resourceInstances/pnfce0ceebc045b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412820039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412820506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412821238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661412813987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412822469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412822416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412816927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412815632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412823245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxzhludarixpasqaou70/1.0/artifacts/service-DemoPnfIxzhludarixpasqaou70-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412823419,
  "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-08-25T07:36:31.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:36:31.751Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:36:31.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412824778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412823390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "clamp",
  "timestamp": 1661412824249,
  "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-08-25T07:36:31.797Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63c646db-5ad9-4c06-9673-90be29241106
2022-08-25T07:36:31.798Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:36:31.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412825882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "cds",
  "timestamp": 1661412824396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-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-08-25T07:36:31.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.847Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412827000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412819709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412828039,
  "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-08-25T07:36:31.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.871Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:31.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412827454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661412829046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412828457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "policy-id",
  "timestamp": 1661412829460,
  "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-08-25T07:36:31.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:31.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:36:31.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412811717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412805918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412825755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:36:31.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:36:31.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412831592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412833571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412834695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661412835698,
  "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-08-25T07:36:31.928Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:31.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412839243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:36:31.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412841251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:36:31.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "clamp",
  "timestamp": 1661412842260,
  "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-08-25T07:36:31.967Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.967Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:31.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412843325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:36:31.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:36:31.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:36:31.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "aai-ml",
  "timestamp": 1661412844329,
  "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-08-25T07:36:31.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2c889e72-92ce-4524-8f3b-f5254e695cbc
2022-08-25T07:36:31.981Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:36:43.593Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:36:43.615Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:36:43.628Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:36:43.629Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:36:43.629Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:36:43.632Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:36:43.632Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:36:43.632Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:36:43.633Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?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-08-25T07:36:43.639Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:37:13.639Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 63c646db-5ad9-4c06-9673-90be29241106 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-08-25T07:37:13.649Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63c646db-5ad9-4c06-9673-90be29241106 and serviceModelVersionId: 5574f87c-3366-4abb-b754-17f67a649b85
2022-08-25T07:37:13.650Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8be2cde3-a545-4843-b4d6-bb330782cdea
2022-08-25T07:37:13.651Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0
2022-08-25T07:37:13.662Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78b430af-66c8-4b91-97d4-157d92929bad/model-vers/model-ver/c2b0c903-a566-4bed-8038-640cb2f716bf?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:37:13.721Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Invoke
2022-08-25T07:37:13.722Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5ae64c9-7cf7-4823-85a8-01aaac587313], X-ECOMP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-TransactionId=[], X-ONAP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], Content-Type=[application/merge-patch+json]}
2022-08-25T07:37:15.272Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Invoke
2022-08-25T07:37:15.273Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be0b32ba-b970-4e4f-9ba9-7d68aa3affee], X-ECOMP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-TransactionId=[], X-ONAP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], Content-Type=[application/merge-patch+json]}
2022-08-25T07:37:16.809Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Invoke
2022-08-25T07:37:16.810Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3012d4e-f6aa-4816-b35f-df531d4289d4], X-ECOMP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], X-TransactionId=[], X-ONAP-RequestID=[63c646db-5ad9-4c06-9673-90be29241106], Content-Type=[application/merge-patch+json]}
2022-08-25T07:37:17.843Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:37:17.844Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-08-25T07:37:17.845Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:37:17.845Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-08-25T07:37:17.851Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-08-25T07:37:17.851Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63c646db-5ad9-4c06-9673-90be29241106 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:37:17.851Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:37:17.852Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:17.855Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:17.855Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413037851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:37:17.955Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:37:17.956Z||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-08-25T07:37:17.957Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:17.974Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:17.974Z||pool-212-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-08-25T07:37:18.870Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||received message from topic
2022-08-25T07:37:18.870Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2c889e72-92ce-4524-8f3b-f5254e695cbc","serviceName":"vFW 2022-08-25 07-32-22","serviceVersion":"1.0","serviceUUID":"8c74e9e3-6818-4a06-9797-1091331430dd","serviceDescription":"catalog service description","serviceInvariantUUID":"71c66c84-419e-4efd-aa32-f99ef84719e6","resources":[{"resourceInstanceName":"vFW 192019e5-5b93 0","resourceName":"vFW 192019e5-5b93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66eeb1b6-1ada-4db2-b8a9-000685a1e22b","resourceInvariantUUID":"9f630773-7541-4d32-a120-27ba0952ea37","resourceCustomizationUUID":"eb257c58-7c17-41b8-a729-8773f61e7296","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml","artifactChecksum":"OTQ5ZWQyNWNhNDdlOGY0NjgwNjVlOGMxYWJjYTY3YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96825942-00bf-4105-b3c1-11d6fff3bdd1","artifactVersion":"1"},{"artifactName":"vfw192019e55b930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json","artifactChecksum":"ODE3YjY4ZmNjYTcxOTg1NzZlZjE4NTBhZDMyZjhmMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c582ab03-0cdd-4fea-af89-c799a4e66649","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53f54fbe-bb32-4248-a9d8-96358668efc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml","artifactChecksum":"MGFlYmM0YjQzZmQ3NWJlOGZlMzAzMGUwNTU3ZWU4ZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f9c76a3-5194-47d6-8915-82fb41453f3e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3bed75f5-211b-47a3-99d8-2e1aa831ad17","artifactVersion":"2","generatedFromUUID":"53f54fbe-bb32-4248-a9d8-96358668efc7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825073222-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml","artifactChecksum":"MmU3YWJkOGY2YTg5MjdmNjU4NTI0MTE3ZjgyNDExOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20e56399-0dc8-4f6f-bf0a-4e19001acfa8","artifactVersion":"1"},{"artifactName":"service-Vfw20220825073222-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar","artifactChecksum":"ZjRiMjk3OGZkOTQyNGFmODE2YWU1NzRkM2RlNmU4MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fecaf585-f9a6-4bcc-9d19-f6ea9935b19c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:37:18.872Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:18.873Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:18.875Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:18.875Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:18.975Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:18.976Z||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-08-25T07:37:18.976Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:18.991Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:18.992Z||pool-213-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:19.876Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:19.876Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:19.879Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:19.880Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:37:19.980Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:19.981Z||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-08-25T07:37:19.981Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:19.996Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:19.997Z||pool-214-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:20.880Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:20.881Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:20.886Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:20.886Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:37:20.986Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:20.987Z||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-08-25T07:37:20.987Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:21.002Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:21.003Z||pool-215-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:21.887Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:21.888Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:21.890Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:21.890Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:21.990Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:21.991Z||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-08-25T07:37:21.991Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:22.019Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:22.019Z||pool-216-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:22.896Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:22.897Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:22.899Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:22.900Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:37:22.999Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:37:23.001Z||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-08-25T07:37:23.001Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:23.015Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:23.015Z||pool-217-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:23.906Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:23.907Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:23.910Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:23.910Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:24.011Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:37:24.012Z||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-08-25T07:37:24.012Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:24.029Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:24.030Z||pool-218-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:37:24.912Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:37:24.912Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:24.916Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:24.917Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:37:25.016Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:37:25.017Z||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-08-25T07:37:25.017Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:25.042Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:25.043Z||pool-219-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:25.928Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "serviceName": "vFW 2022-08-25 07-32-22",
  "serviceVersion": "1.0",
  "serviceUUID": "8c74e9e3-6818-4a06-9797-1091331430dd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71c66c84-419e-4efd-aa32-f99ef84719e6",
  "resources": [
    {
      "resourceInstanceName": "vFW 192019e5-5b93 0",
      "resourceCustomizationUUID": "eb257c58-7c17-41b8-a729-8773f61e7296",
      "resourceName": "vFW 192019e5-5b93",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66eeb1b6-1ada-4db2-b8a9-000685a1e22b",
      "resourceInvariantUUID": "9f630773-7541-4d32-a120-27ba0952ea37",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw192019e55b930_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
          "artifactChecksum": "ODE3YjY4ZmNjYTcxOTg1NzZlZjE4NTBhZDMyZjhmMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c582ab03-0cdd-4fea-af89-c799a4e66649",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "53f54fbe-bb32-4248-a9d8-96358668efc7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3bed75f5-211b-47a3-99d8-2e1aa831ad17",
            "generatedFromUUID": "53f54fbe-bb32-4248-a9d8-96358668efc7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3bed75f5-211b-47a3-99d8-2e1aa831ad17",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825073222-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
      "artifactChecksum": "ZjRiMjk3OGZkOTQyNGFmODE2YWU1NzRkM2RlNmU4MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fecaf585-f9a6-4bcc-9d19-f6ea9935b19c"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:37:25.928Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:37:25.928Z|63c646db-5ad9-4c06-9673-90be29241106|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c74e9e3-6818-4a06-9797-1091331430dd ASDC
2022-08-25T07:37:25.929Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2c889e72-92ce-4524-8f3b-f5254e695cbc
ServiceName:vFW 2022-08-25 07-32-22
ServiceVersion:1.0
ServiceUUID:8c74e9e3-6818-4a06-9797-1091331430dd
ServiceInvariantUUID:71c66c84-419e-4efd-aa32-f99ef84719e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825073222-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar
ArtifactUUID:fecaf585-f9a6-4bcc-9d19-f6ea9935b19c
ArtifactChecksum:ZjRiMjk3OGZkOTQyNGFmODE2YWU1NzRkM2RlNmU4MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 192019e5-5b93 0
ResourceCustomizationUUID:eb257c58-7c17-41b8-a729-8773f61e7296
ResourceInvariantUUID:9f630773-7541-4d32-a120-27ba0952ea37
ResourceName:vFW 192019e5-5b93
ResourceType:VF
ResourceUUID:66eeb1b6-1ada-4db2-b8a9-000685a1e22b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw192019e55b930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json
ArtifactUUID:c582ab03-0cdd-4fea-af89-c799a4e66649
ArtifactChecksum:ODE3YjY4ZmNjYTcxOTg1NzZlZjE4NTBhZDMyZjhmMjA=
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/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml
ArtifactUUID:53f54fbe-bb32-4248-a9d8-96358668efc7
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/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
ArtifactUUID:3bed75f5-211b-47a3-99d8-2e1aa831ad17
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/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
ArtifactUUID:3bed75f5-211b-47a3-99d8-2e1aa831ad17
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:37:25.930Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c74e9e3-6818-4a06-9797-1091331430dd 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-08-25T07:37:25.986Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:37:25.987Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:37:25.987Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:37:25.987Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Trying to download the artifact UUID: fecaf585-f9a6-4bcc-9d19-f6ea9935b19c from URL: /sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:25.988Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:37:25.988Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:26.185Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:37:26.190Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar fecaf585-f9a6-4bcc-9d19-f6ea9935b19c 100589
2022-08-25T07:37:26.190Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar ASDC sendASDCNotification
2022-08-25T07:37:26.190Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:26.190Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:37:26.191Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:26.193Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:26.193Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413046190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:37:26.293Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:26.294Z||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-08-25T07:37:26.294Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:26.312Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:26.313Z||pool-220-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:37:27.193Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:37:27.194Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:37:27.195Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Trying to write artifact UUID: fecaf585-f9a6-4bcc-9d19-f6ea9935b19c, URL: /sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar to file: /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:27.195Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825073222-csar.csar
2022-08-25T07:37:27.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:27.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:27.497Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6767782490453574867/Definitions/service-Vfw20220825073222-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-08-25T07:37:31.018Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:37:31.019Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||####################################################################################################
2022-08-25T07:37:31.019Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.019Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:37:31.019Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.019Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.020Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 192019e5-5b93 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.021Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-Vfw20220825073222-csar.csar
2022-08-25T07:37:31.021Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|WARN|500||####################################################################################################
2022-08-25T07:37:31.021Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.021Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.021Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:31.022Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:37:31.022Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:37:31.023Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.023Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.023Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:31.023Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:37:31.024Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:37:31.024Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.024Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.025Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.025Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:31.025Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:31.025Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:31.026Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:37:31.026Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.026Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.027Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.027Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:37:31.027Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:37:31.027Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:37:31.028Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.028Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.028Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:37:31.029Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.029Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:37:31.029Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.029Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:37:31.030Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.030Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:37:31.030Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.031Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:31.031Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:31.032Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.032Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:31.032Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:31.032Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.033Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:31.033Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:31.033Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.034Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:31.034Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:31.034Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:31.034Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:37:31.035Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:37:31.035Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:37:31.035Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.035Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.036Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:37:31.036Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.036Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:37:31.037Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.037Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=330a306b-cb46-4580-979e-ff6da70140a1
2022-08-25T07:37:31.037Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.037Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:31.038Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:31.038Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:31.038Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:37:31.039Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.039Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.039Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.039Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:37:31.040Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:37:31.040Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:37:31.040Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.040Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:37:31.041Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.041Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0809ef53-b82e-4b9d-931b-979ea1fb9f9e
2022-08-25T07:37:31.042Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.042Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:31.042Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:31.043Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:31.043Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:37:31.043Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.043Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:31.044Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:31.045Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:37:31.045Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=598b7022-e944-40a4-a971-fe6629a62700
2022-08-25T07:37:31.045Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.045Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.045Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.046Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.046Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.046Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.046Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:31.047Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:31.048Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-32-22
Description:catalog service description
Model UUID:8c74e9e3-6818-4a06-9797-1091331430dd
Model Version:NULL
Model InvariantUuid:71c66c84-419e-4efd-aa32-f99ef84719e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 192019e5-5b93
Model UUID:77a24126-ac87-4c9b-b036-ed9ebcd3a58f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f630773-7541-4d32-a120-27ba0952ea37
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb257c58-7c17-41b8-a729-8773f61e7296
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75bd8bf2-8852-44e3-94b1-da7a8210fd80
ModelName:Vfw192019e55b93..base_vfw..module-0
ModelUuid:ae8e9cb8-00d8-40bb-8574-5f0053250165
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:330a306b-cb46-4580-979e-ff6da70140a1
ModelInvariantUuid:87907c37-22a4-46ba-a7c3-e49acaa29935
ModelName:vFW 192019e5-5b93-nodes.vfwCvfc
ModelUuid:678e0b0c-0d50-4280-8847-a961b6ea4c70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1f1a6aa4-7b63-40f8-b544-7d6c42cccfc8
ModelInvariantUuid:5a65148d-34b9-4d58-ba11-9df8690c50da
ModelName:Vfw192019e55b93.compute.nodes.heat.vfw
ModelUuid:376979cf-a509-4e31-805d-b4fb250b7813
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0809ef53-b82e-4b9d-931b-979ea1fb9f9e
ModelInvariantUuid:c625f509-2736-4261-af0b-1a43b3c882f0
ModelName:vFW 192019e5-5b93-nodes.vsnCvfc
ModelUuid:4e923f7e-67b8-447d-86d6-b749577f5a28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bb25f0fc-71e0-4ad9-8b84-f6a6bcda70f8
ModelInvariantUuid:b4cb04cd-61ca-46bb-b2c7-e145dcfeb24d
ModelName:Vfw192019e55b93.compute.nodes.heat.vsn
ModelUuid:2886c12c-115f-40cf-ba05-b0c2d188b685
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:598b7022-e944-40a4-a971-fe6629a62700
ModelInvariantUuid:f34b7de7-9957-40be-b91b-7abdb6362556
ModelName:vFW 192019e5-5b93-nodes.vpgCvfc
ModelUuid:9a083ba0-6cf7-40d0-9293-73920e317f64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5146e9c8-8868-4e25-92cc-fd33e9137941
ModelInvariantUuid:724557f4-a74c-4546-870f-a6c53e929eab
ModelName:Vfw192019e55b93.compute.nodes.heat.vpg
ModelUuid:41610c23-dbbe-491d-8016-e7b8751d5469
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-08-25T07:37:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 66eeb1b6-1ada-4db2-b8a9-000685a1e22b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:37:31.069Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||vFW 192019e5-5b93 0
2022-08-25T07:37:31.070Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 66eeb1b6-1ada-4db2-b8a9-000685a1e22b
2022-08-25T07:37:31.070Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Trying to download the artifact UUID: c582ab03-0cdd-4fea-af89-c799a4e66649 from URL: /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json
2022-08-25T07:37:31.070Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:37:31.070Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json
2022-08-25T07:37:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:37:31.071Z||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-08-25T07:37:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:31.171Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:37:31.171Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json c582ab03-0cdd-4fea-af89-c799a4e66649 785
2022-08-25T07:37:31.171Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json ASDC sendASDCNotification
2022-08-25T07:37:31.172Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json
2022-08-25T07:37:31.172Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:37:31.172Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:31.187Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:31.187Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413051171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:37:31.275Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-25T07:37:31.275Z||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-08-25T07:37:31.276Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:31.290Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:31.290Z||pool-221-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:31.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:31.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63c646db-5ad9-4c06-9673-90be29241106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413037851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:37:31.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:37:31.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661412811064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:37:31.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:37:31.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:37:31.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413046190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:37:31.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:37:32.188Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw192019e55b93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "75bd8bf2-8852-44e3-94b1-da7a8210fd80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae8e9cb8-00d8-40bb-8574-5f0053250165",
    "vfModuleModelCustomizationUUID": "a8a901c0-11f8-4a49-bd86-0bae6fb13bf0",
    "isBase": true,
    "artifacts": [
      "53f54fbe-bb32-4248-a9d8-96358668efc7",
      "3bed75f5-211b-47a3-99d8-2e1aa831ad17"
    ],
    "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-08-25T07:37:32.194Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw192019e55b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae8e9cb8-00d8-40bb-8574-5f0053250165
VfModuleModelInvariantUUID:75bd8bf2-8852-44e3-94b1-da7a8210fd80
VfModuleModelDescription:NULL
Artifacts UUID List:{
53f54fbe-bb32-4248-a9d8-96358668efc7
,
3bed75f5-211b-47a3-99d8-2e1aa831ad17

}
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-08-25T07:37:32.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw192019e55b93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "75bd8bf2-8852-44e3-94b1-da7a8210fd80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae8e9cb8-00d8-40bb-8574-5f0053250165",
    "vfModuleModelCustomizationUUID": "a8a901c0-11f8-4a49-bd86-0bae6fb13bf0",
    "isBase": true,
    "artifacts": [
      "53f54fbe-bb32-4248-a9d8-96358668efc7",
      "3bed75f5-211b-47a3-99d8-2e1aa831ad17"
    ],
    "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-08-25T07:37:32.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw192019e55b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae8e9cb8-00d8-40bb-8574-5f0053250165
VfModuleModelInvariantUUID:75bd8bf2-8852-44e3-94b1-da7a8210fd80
VfModuleModelDescription:NULL
Artifacts UUID List:{
53f54fbe-bb32-4248-a9d8-96358668efc7
,
3bed75f5-211b-47a3-99d8-2e1aa831ad17

}
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-08-25T07:37:32.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Trying to download the artifact UUID: 53f54fbe-bb32-4248-a9d8-96358668efc7 from URL: /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml
2022-08-25T07:37:32.196Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:37:32.197Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml
2022-08-25T07:37:32.273Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:37:32.274Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml 53f54fbe-bb32-4248-a9d8-96358668efc7 20368
2022-08-25T07:37:32.274Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:37:32.274Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml
2022-08-25T07:37:32.274Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:37:32.274Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:32.276Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:32.276Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413052274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:37:32.377Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:37:32.378Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:37:32.378Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:32.409Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:32.410Z||pool-222-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:33.277Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Trying to download the artifact UUID: 3bed75f5-211b-47a3-99d8-2e1aa831ad17 from URL: /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
2022-08-25T07:37:33.277Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:37:33.278Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
2022-08-25T07:37:33.343Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:37:33.344Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env 3bed75f5-211b-47a3-99d8-2e1aa831ad17 2098
2022-08-25T07:37:33.344Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:37:33.344Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
2022-08-25T07:37:33.344Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:37:33.345Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:33.347Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:33.347Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413053344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:37:33.447Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:33.448Z||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-08-25T07:37:33.448Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:33.465Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:33.466Z||pool-223-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:37:34.347Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Preparing to deploy Service: 8c74e9e3-6818-4a06-9797-1091331430dd
2022-08-25T07:37:34.348Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 192019e5-5b93 0 66eeb1b6-1ada-4db2-b8a9-000685a1e22b 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-08-25T07:37:34.366Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e028925, org.onap.sdc.toscaparser.api.parameters.Input@6fe13e50, org.onap.sdc.toscaparser.api.parameters.Input@3931ed6d, org.onap.sdc.toscaparser.api.parameters.Input@250db381, org.onap.sdc.toscaparser.api.parameters.Input@3fdc4da4]
2022-08-25T07:37:34.368Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.368Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.369Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:37:34.369Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||VFCustomizationUUID= eb257c58-7c17-41b8-a729-8773f61e7296
2022-08-25T07:37:34.369Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb257c58-7c17-41b8-a729-8773f61e7296 matches Tosca VF Customization UUID: eb257c58-7c17-41b8-a729-8773f61e7296
2022-08-25T07:37:34.369Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||vfCustomizationUUID: eb257c58-7c17-41b8-a729-8773f61e7296  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-08-25T07:37:34.372Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.373Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.374Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||resource request for resource customization id eb257c58-7c17-41b8-a729-8773f61e7296: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:37:34.374Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@279c04be
2022-08-25T07:37:34.374Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.374Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:37:34.375Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8a901c0-11f8-4a49-bd86-0bae6fb13bf0
2022-08-25T07:37:34.375Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8a901c0-11f8-4a49-bd86-0bae6fb13bf0
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-08-25T07:37:34.378Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.378Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.378Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:34.379Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.379Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.379Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:34.379Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.379Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:34.380Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:34.380Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:34.380Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:37:34.380Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:37:34.380Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.381Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=330a306b-cb46-4580-979e-ff6da70140a1
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-08-25T07:37:34.384Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.384Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.385Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:34.385Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.385Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:34.385Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:34.386Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:34.386Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:37:34.386Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.386Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.387Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.387Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:37:34.387Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:37:34.388Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:37:34.388Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.388Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:37:34.389Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.389Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0809ef53-b82e-4b9d-931b-979ea1fb9f9e
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-08-25T07:37:34.391Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.392Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.392Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:34.392Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.393Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:37:34.394Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:37:34.395Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=598b7022-e944-40a4-a971-fe6629a62700
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-08-25T07:37:34.398Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.399Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.399Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:37:34.399Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.400Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Node template vFW 192019e5-5b93 0 is matching search criteria
2022-08-25T07:37:34.400Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found topology templates [vFW 192019e5-5b93 0] matching following query criteria: sdcType=VF, customizationUUID=eb257c58-7c17-41b8-a729-8773f61e7296
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:37:34.402Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.402Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.402Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500|| resourceSeq for service uuid 8c74e9e3-6818-4a06-9797-1091331430dd: vFW 192019e5-5b93
2022-08-25T07:37:34.403Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.403Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.403Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.403Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.404Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.404Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.404Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.404Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.404Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:37:34.405Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Service vFW 2022-08-25 07-32-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:37:34.405Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||Saving Service: vFW 2022-08-25 07-32-22 
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-08-25T07:37:34.582Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 192019e5-5b93 66eeb1b6-1ada-4db2-b8a9-000685a1e22b 1 ASDC deployResourceStructure
2022-08-25T07:37:34.582Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json ASDC sendASDCNotification
2022-08-25T07:37:34.583Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json
2022-08-25T07:37:34.583Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:37:34.583Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:34.585Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:34.585Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413054582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:37:34.686Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:34.687Z||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-08-25T07:37:34.687Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:34.702Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:34.702Z||pool-224-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:35.586Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:37:35.587Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml
2022-08-25T07:37:35.587Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:37:35.588Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:35.591Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:35.591Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413055586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:37:35.691Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:35.692Z||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-08-25T07:37:35.692Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:35.712Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:35.713Z||pool-225-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:37:36.592Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:37:36.592Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env
2022-08-25T07:37:36.592Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:37:36.592Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:36.596Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:36.596Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413056592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:37:36.696Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:37:36.697Z||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-08-25T07:37:36.697Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:36.714Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:36.715Z||pool-226-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:37.601Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar ASDC sendASDCNotification
2022-08-25T07:37:37.602Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar
2022-08-25T07:37:37.602Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:37:37.603Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:37:37.606Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:37:37.607Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413057601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:37:37.706Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:37:37.707Z||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-08-25T07:37:37.707Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:37:37.721Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:37:37.722Z||pool-227-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:37:38.609Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c889e72-92ce-4524-8f3b-f5254e695cbc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:37:38.619Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c889e72-92ce-4524-8f3b-f5254e695cbc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:37:38.623Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?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-08-25T07:37:38.629Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:38:08.629Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c889e72-92ce-4524-8f3b-f5254e695cbc 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-08-25T07:38:08.636Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c889e72-92ce-4524-8f3b-f5254e695cbc and serviceModelVersionId: 8c74e9e3-6818-4a06-9797-1091331430dd
2022-08-25T07:38:08.636Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71c66c84-419e-4efd-aa32-f99ef84719e6
2022-08-25T07:38:08.637Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0
2022-08-25T07:38:08.643Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be2cde3-a545-4843-b4d6-bb330782cdea/model-vers/model-ver/5574f87c-3366-4abb-b754-17f67a649b85?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:38:08.717Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Invoke
2022-08-25T07:38:08.718Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1ba24ad-3f6a-4bd1-a96b-dfc33fbafcf1], X-ECOMP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-TransactionId=[], X-ONAP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], Content-Type=[application/merge-patch+json]}
2022-08-25T07:38:10.250Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Invoke
2022-08-25T07:38:10.251Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dbd171e6-c829-4829-a664-2f28148161c2], X-ECOMP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-TransactionId=[], X-ONAP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], Content-Type=[application/merge-patch+json]}
2022-08-25T07:38:11.785Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Invoke
2022-08-25T07:38:11.786Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e27efac-e1e5-4bf6-b3af-973c3437b1da], X-ECOMP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], X-TransactionId=[], X-ONAP-RequestID=[2c889e72-92ce-4524-8f3b-f5254e695cbc], Content-Type=[application/merge-patch+json]}
2022-08-25T07:38:12.819Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:38:12.820Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:12.820Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:38:12.820Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:12.830Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:12.830Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c889e72-92ce-4524-8f3b-f5254e695cbc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:38:12.830Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:38:12.831Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:38:12.832Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:38:12.833Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413092830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:38:12.933Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:38:12.934Z||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-08-25T07:38:12.934Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:12.984Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:12.985Z||pool-228-thread-1|||||INFO|500||cambria reply ok (52 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-08-25T07:38:13.846Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:13.847Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:13.848Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:24.299Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:24.301Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:24.301Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:24.301Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:31.071Z||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-08-25T07:38:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:31.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:31.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T07:38:31.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413051171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:38:31.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:38:33.923Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:33.924Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:33.924Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:33.924Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:43.493Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:43.494Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:43.495Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:43.495Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:38:53.068Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:38:53.069Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:38:53.069Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:38:53.069Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:39:02.674Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:39:31.064Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:39:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:39:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:39:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:39:31.074Z||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-08-25T07:39:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:39:31.626Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:39:31.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413052274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:39:31.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413053344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:39:31.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413054582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/vfw192019e55b930_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413055586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413056592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/resourceInstances/vfw192019e55b930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413057601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825073222/1.0/artifacts/service-Vfw20220825073222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c889e72-92ce-4524-8f3b-f5254e695cbc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413092830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:39:31.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:39:40.684Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:40:31.064Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:40:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:40:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:40:31.070Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:40:31.071Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:40:31.071Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:40:40.676Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:40:40.676Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:41:31.064Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:41:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:41:31.065Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:41:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:41:31.071Z||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-08-25T07:41:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:41:40.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:41:40.660Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:31.066Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:42:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:42:31.071Z||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-08-25T07:42:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:31.070Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:42:31.071Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:31.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:31.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413310632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413305755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413320969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413322613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "cds",
  "timestamp": 1661413321976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-25T07:42:31.799Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:31.800Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||received message from topic
2022-08-25T07:42:31.800Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3e398328-eaff-4315-bdf3-703af9fe619e","serviceName":"Demo_pNF_E2BMDDrn9Nxdd5PPpMxt","serviceVersion":"1.0","serviceUUID":"8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3","serviceDescription":"catalog service description","serviceInvariantUUID":"f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d","resources":[{"resourceInstanceName":"pNF 36601213-f0ca 0","resourceName":"pNF 36601213-f0ca","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b44fe79c-110f-4a48-8307-e8c19e979815","resourceInvariantUUID":"d1643766-1188-419e-a1c4-6340bd951e58","resourceCustomizationUUID":"da4579e3-38fa-477f-9041-d705e39df70e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml","artifactChecksum":"MWYzZjA0MWZlNjdjYzVlZGYxYjUxYWVkMDg3YjljMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0501e955-f452-44dd-a4d8-abbec169b758","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab327997-1ae2-4b74-aceb-fd177258afa1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16699d70-c9f1-4871-9814-44e9c5b998da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml","artifactChecksum":"OTA5NThmZjQ0OWNjYWJiNDQ0NzNiMGFmNWQ1YjQwYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac618df5-9431-4877-ac71-606d3234dfb1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9448cd60-8c08-4cf2-84f0-30c89068bf8e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05e6cbac-3365-421e-bbb4-96c1928c415d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml","artifactChecksum":"MmZlOWNiY2MzNWJjZDk3NmY3ODA5NWIyZDFiOWI4MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e02e4c2c-c409-42bc-8df6-ab77e9119660","artifactVersion":"1"},{"artifactName":"service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar","artifactChecksum":"Y2JmN2RlOTc1YmY4MGRmNTExYWU0YjRkZjFhZDA5ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3b33249-55fd-4a82-b4dd-c606c7c13e3c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:42:31.804Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:31.805Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:31.809Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:31.809Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:42:31.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413322781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413315916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413316927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413323795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:42:31.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413324797,
  "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-08-25T07:42:31.859Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.859Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413328288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413327370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413319709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "aai-ml",
  "timestamp": 1661413329297,
  "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-08-25T07:42:31.888Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:31.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413328492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413321717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413329498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:42:31.909Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:31.910Z||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-08-25T07:42:31.910Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:31.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413330371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:42:31.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "policy-id",
  "timestamp": 1661413330501,
  "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-08-25T07:42:31.920Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.920Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413330529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:31.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "clamp",
  "timestamp": 1661413331376,
  "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-08-25T07:42:31.932Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413332453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:42:31.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:42:31.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:42:31.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413333457,
  "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-08-25T07:42:31.947Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e398328-eaff-4315-bdf3-703af9fe619e
2022-08-25T07:42:31.947Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:42:31.966Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:31.967Z||pool-229-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:32.810Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:32.811Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:32.813Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:32.813Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:32.913Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:32.914Z||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-08-25T07:42:32.914Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:32.938Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:32.939Z||pool-230-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:33.819Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:33.821Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:33.826Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:33.826Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:33.927Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:42:33.928Z||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-08-25T07:42:33.929Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:33.943Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:33.944Z||pool-231-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:34.827Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:34.829Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:34.833Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:34.833Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:34.933Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:34.934Z||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-08-25T07:42:34.934Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:34.951Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:34.951Z||pool-232-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:35.834Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:35.835Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:35.838Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:35.838Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:35.938Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:35.939Z||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-08-25T07:42:35.940Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:35.954Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:35.955Z||pool-233-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:42:36.839Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:36.842Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:36.847Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:36.848Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:36.949Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:42:36.950Z||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-08-25T07:42:36.950Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:36.965Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:36.966Z||pool-234-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:37.849Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:37.851Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:37.854Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:37.854Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:42:37.954Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:37.955Z||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-08-25T07:42:37.955Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:37.979Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:37.981Z||pool-235-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:42:38.855Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:42:38.856Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:38.858Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:38.859Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:42:38.959Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:38.960Z||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-08-25T07:42:38.960Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:38.983Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:38.984Z||pool-236-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:39.860Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "serviceName": "Demo_pNF_E2BMDDrn9Nxdd5PPpMxt",
  "serviceVersion": "1.0",
  "serviceUUID": "8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d",
  "resources": [
    {
      "resourceInstanceName": "pNF 36601213-f0ca 0",
      "resourceCustomizationUUID": "da4579e3-38fa-477f-9041-d705e39df70e",
      "resourceName": "pNF 36601213-f0ca",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b44fe79c-110f-4a48-8307-e8c19e979815",
      "resourceInvariantUUID": "d1643766-1188-419e-a1c4-6340bd951e58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
      "artifactChecksum": "Y2JmN2RlOTc1YmY4MGRmNTExYWU0YjRkZjFhZDA5ZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3b33249-55fd-4a82-b4dd-c606c7c13e3c"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:42:39.861Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:42:39.861Z|2c889e72-92ce-4524-8f3b-f5254e695cbc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3 ASDC
2022-08-25T07:42:39.862Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3e398328-eaff-4315-bdf3-703af9fe619e
ServiceName:Demo_pNF_E2BMDDrn9Nxdd5PPpMxt
ServiceVersion:1.0
ServiceUUID:8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3
ServiceInvariantUUID:f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
ArtifactUUID:e3b33249-55fd-4a82-b4dd-c606c7c13e3c
ArtifactChecksum:Y2JmN2RlOTc1YmY4MGRmNTExYWU0YjRkZjFhZDA5ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36601213-f0ca 0
ResourceCustomizationUUID:da4579e3-38fa-477f-9041-d705e39df70e
ResourceInvariantUUID:d1643766-1188-419e-a1c4-6340bd951e58
ResourceName:pNF 36601213-f0ca
ResourceType:PNF
ResourceUUID:b44fe79c-110f-4a48-8307-e8c19e979815
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:42:39.862Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3 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-08-25T07:42:39.904Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:42:39.906Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:42:39.906Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:42:39.906Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Trying to download the artifact UUID: e3b33249-55fd-4a82-b4dd-c606c7c13e3c from URL: /sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:39.907Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:42:39.907Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:40.097Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:42:40.102Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar e3b33249-55fd-4a82-b4dd-c606c7c13e3c 87770
2022-08-25T07:42:40.103Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar ASDC sendASDCNotification
2022-08-25T07:42:40.103Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:40.103Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:42:40.104Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:40.107Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:40.107Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413360103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:42:40.208Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:40.209Z||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-08-25T07:42:40.209Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:40.244Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:40.245Z||pool-237-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:41.108Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:42:41.110Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:42:41.110Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Trying to write artifact UUID: e3b33249-55fd-4a82-b4dd-c606c7c13e3c, URL: /sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar to file: /app/ASDC/1/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:41.110Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:41.111Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:41.112Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:41.322Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5846532433520245446/Definitions/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml
2022-08-25T07:42:42.655Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:42:42.656Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|WARN|500||####################################################################################################
2022-08-25T07:42:42.656Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.656Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36601213-f0ca 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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|WARN|500||####################################################################################################
2022-08-25T07:42:42.657Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.658Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.658Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Node template pNF 36601213-f0ca 0 is matching search criteria
2022-08-25T07:42:42.658Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:42:42.658Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Found topology templates [pNF 36601213-f0ca 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:42:42.658Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Node template pNF 36601213-f0ca 0 is matching search criteria
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Found topology templates [pNF 36601213-f0ca 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.659Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.660Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.661Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.661Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_E2BMDDrn9Nxdd5PPpMxt
Description:catalog service description
Model UUID:8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3
Model Version:NULL
Model InvariantUuid:f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d
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-08-25T07:42:42.673Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: b44fe79c-110f-4a48-8307-e8c19e979815
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:42:42.678Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||pNF 36601213-f0ca 0
2022-08-25T07:42:42.679Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: b44fe79c-110f-4a48-8307-e8c19e979815
2022-08-25T07:42:42.679Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||No resources found for Service: 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3
2022-08-25T07:42:42.679Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Preparing to deploy Service: 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3
2022-08-25T07:42:42.679Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 36601213-f0ca 0 b44fe79c-110f-4a48-8307-e8c19e979815 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-08-25T07:42:42.685Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc2f4b8, org.onap.sdc.toscaparser.api.parameters.Input@772a0abc, org.onap.sdc.toscaparser.api.parameters.Input@310adb44, org.onap.sdc.toscaparser.api.parameters.Input@16380229, org.onap.sdc.toscaparser.api.parameters.Input@7cb54362]
2022-08-25T07:42:42.686Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.686Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.686Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500|| resourceSeq for service uuid 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3: pNF 36601213-f0ca
2022-08-25T07:42:42.687Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Processing PNF resource: b44fe79c-110f-4a48-8307-e8c19e979815
2022-08-25T07:42:42.687Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:42:42.687Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Service Demo_pNF_E2BMDDrn9Nxdd5PPpMxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:42:42.687Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||Resource customization UUID: da4579e3-38fa-477f-9041-d705e39df70e is the same as notified resource customizationUUID: da4579e3-38fa-477f-9041-d705e39df70e
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-08-25T07:42:42.732Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 36601213-f0ca b44fe79c-110f-4a48-8307-e8c19e979815 0 ASDC deployResourceStructure
2022-08-25T07:42:42.733Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar ASDC sendASDCNotification
2022-08-25T07:42:42.733Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar
2022-08-25T07:42:42.733Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:42:42.733Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:42:42.735Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:42:42.735Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413362733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:42:42.836Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:42:42.842Z||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-08-25T07:42:42.842Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:42:42.864Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:42:42.865Z||pool-238-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:42:43.737Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e398328-eaff-4315-bdf3-703af9fe619e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:42:43.751Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e398328-eaff-4315-bdf3-703af9fe619e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:42:43.755Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?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-08-25T07:42:43.760Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:43:13.761Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e398328-eaff-4315-bdf3-703af9fe619e 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-08-25T07:43:13.769Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e398328-eaff-4315-bdf3-703af9fe619e and serviceModelVersionId: 8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3
2022-08-25T07:43:13.769Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d
2022-08-25T07:43:13.770Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0
2022-08-25T07:43:13.780Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71c66c84-419e-4efd-aa32-f99ef84719e6/model-vers/model-ver/8c74e9e3-6818-4a06-9797-1091331430dd?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:43:13.832Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Invoke
2022-08-25T07:43:13.833Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f501a61-7f7c-4a7d-a115-ff59f6e00a9e], X-ECOMP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-TransactionId=[], X-ONAP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], Content-Type=[application/merge-patch+json]}
2022-08-25T07:43:15.368Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Invoke
2022-08-25T07:43:15.369Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6ae7598-b079-4a40-baf8-8c9075842eae], X-ECOMP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-TransactionId=[], X-ONAP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], Content-Type=[application/merge-patch+json]}
2022-08-25T07:43:16.905Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Invoke
2022-08-25T07:43:16.906Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18bc5ccb-4aa8-4422-8ccc-ce4ca259a915], X-ECOMP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], X-TransactionId=[], X-ONAP-RequestID=[3e398328-eaff-4315-bdf3-703af9fe619e], Content-Type=[application/merge-patch+json]}
2022-08-25T07:43:17.943Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:43:17.944Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-08-25T07:43:17.944Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:43:17.944Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-08-25T07:43:17.951Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-08-25T07:43:17.952Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e398328-eaff-4315-bdf3-703af9fe619e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:43:17.952Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:43:17.953Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:17.956Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:17.956Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413397952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:43:18.056Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:18.057Z||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-08-25T07:43:18.057Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:18.093Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:18.093Z||pool-239-thread-1|||||INFO|500||cambria reply ok (37 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-08-25T07:43:31.067Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:43:31.068Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-08-25T07:43:31.068Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:43:31.071Z||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-08-25T07:43:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:31.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:31.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:43:31.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:43:31.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:43:31.744Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:31.744Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||received message from topic
2022-08-25T07:43:31.745Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"62abb316-3f7e-4ea2-9ced-a494309cf33e","serviceName":"vFW 2022-08-25 07-41-53","serviceVersion":"1.0","serviceUUID":"d7983458-79f4-40a3-a82a-00a12063a182","serviceDescription":"catalog service description","serviceInvariantUUID":"2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0","resources":[{"resourceInstanceName":"vFW ead90252-b6d5 0","resourceName":"vFW ead90252-b6d5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e82397a3-b4c1-48d8-aa03-4c513b20f0a2","resourceInvariantUUID":"bc859dbc-1a08-40cc-97b5-f608c202edee","resourceCustomizationUUID":"68535bb4-a0b7-4533-8f0e-ca2274e19278","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml","artifactChecksum":"MjNiZjFmMTNkOWVlYTUwZTc3MzIxYzg3NzRmYjBkMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98ea766d-2e63-4543-92b9-898205dcbbb3","artifactVersion":"1"},{"artifactName":"vfwead90252b6d50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json","artifactChecksum":"NTc1NDA4Njk5ZTU5MTU0YjQ2NGNjNGYyMzRkNjA4YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5567fbdf-cc78-4a7b-8519-7682a053b90e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"35f39949-7ee6-47e3-a588-b1174ca696f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml","artifactChecksum":"NjExYmI4YTkzNzU1NzVlZTc2ZWRlZWE3YTVlNTM3ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e52fc35-94a0-4a07-a936-e8a764c32522","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3480c68-4f08-41f2-a734-6edd4e7479ed","artifactVersion":"2","generatedFromUUID":"35f39949-7ee6-47e3-a588-b1174ca696f8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825074153-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml","artifactChecksum":"NDhhMjYyNzNlMzdhYWM4NmI3MDk0NGZlZmJkOTRhZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9212ccd3-3937-49f2-a7fc-86f3737ad7f6","artifactVersion":"1"},{"artifactName":"service-Vfw20220825074153-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar","artifactChecksum":"Yzg4YjJkMTY2ZjNhNGM3NmEwZGQwMjA4ZWNkYjEwZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1976521-4e26-4412-a5c1-9f9216ed042e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:43:31.746Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:31.747Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:31.749Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:31.749Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:43:31.849Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:31.850Z||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-08-25T07:43:31.850Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:31.901Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:31.901Z||pool-240-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:43:32.749Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:32.750Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:32.752Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:32.753Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:43:32.853Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:32.854Z||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-08-25T07:43:32.854Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:32.867Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:32.867Z||pool-241-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:33.753Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:33.754Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:33.756Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:33.756Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:43:33.856Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:33.857Z||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-08-25T07:43:33.858Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:33.892Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:33.893Z||pool-242-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:34.757Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:34.758Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:34.760Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:34.760Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:43:34.861Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:43:34.861Z||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-08-25T07:43:34.862Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:34.875Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:34.876Z||pool-243-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:35.761Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:35.762Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:35.765Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:35.765Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:43:35.865Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:35.867Z||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-08-25T07:43:35.867Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:35.885Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:35.886Z||pool-244-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:36.766Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:36.767Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:36.769Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:36.770Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:43:36.870Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:36.870Z||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-08-25T07:43:36.870Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:36.885Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:36.886Z||pool-245-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:43:37.770Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:43:37.771Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:37.773Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:37.773Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:43:37.873Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:37.874Z||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-08-25T07:43:37.874Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:37.894Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:37.895Z||pool-246-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:38.774Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "serviceName": "vFW 2022-08-25 07-41-53",
  "serviceVersion": "1.0",
  "serviceUUID": "d7983458-79f4-40a3-a82a-00a12063a182",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0",
  "resources": [
    {
      "resourceInstanceName": "vFW ead90252-b6d5 0",
      "resourceCustomizationUUID": "68535bb4-a0b7-4533-8f0e-ca2274e19278",
      "resourceName": "vFW ead90252-b6d5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e82397a3-b4c1-48d8-aa03-4c513b20f0a2",
      "resourceInvariantUUID": "bc859dbc-1a08-40cc-97b5-f608c202edee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwead90252b6d50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
          "artifactChecksum": "NTc1NDA4Njk5ZTU5MTU0YjQ2NGNjNGYyMzRkNjA4YjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5567fbdf-cc78-4a7b-8519-7682a053b90e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "35f39949-7ee6-47e3-a588-b1174ca696f8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d3480c68-4f08-41f2-a734-6edd4e7479ed",
            "generatedFromUUID": "35f39949-7ee6-47e3-a588-b1174ca696f8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d3480c68-4f08-41f2-a734-6edd4e7479ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825074153-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
      "artifactChecksum": "Yzg4YjJkMTY2ZjNhNGM3NmEwZGQwMjA4ZWNkYjEwZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1976521-4e26-4412-a5c1-9f9216ed042e"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:43:38.775Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:43:38.775Z|3e398328-eaff-4315-bdf3-703af9fe619e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7983458-79f4-40a3-a82a-00a12063a182 ASDC
2022-08-25T07:43:38.775Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||ASDC Notification:
DistributionID:62abb316-3f7e-4ea2-9ced-a494309cf33e
ServiceName:vFW 2022-08-25 07-41-53
ServiceVersion:1.0
ServiceUUID:d7983458-79f4-40a3-a82a-00a12063a182
ServiceInvariantUUID:2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825074153-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar
ArtifactUUID:e1976521-4e26-4412-a5c1-9f9216ed042e
ArtifactChecksum:Yzg4YjJkMTY2ZjNhNGM3NmEwZGQwMjA4ZWNkYjEwZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ead90252-b6d5 0
ResourceCustomizationUUID:68535bb4-a0b7-4533-8f0e-ca2274e19278
ResourceInvariantUUID:bc859dbc-1a08-40cc-97b5-f608c202edee
ResourceName:vFW ead90252-b6d5
ResourceType:VF
ResourceUUID:e82397a3-b4c1-48d8-aa03-4c513b20f0a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwead90252b6d50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json
ArtifactUUID:5567fbdf-cc78-4a7b-8519-7682a053b90e
ArtifactChecksum:NTc1NDA4Njk5ZTU5MTU0YjQ2NGNjNGYyMzRkNjA4YjM=
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/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml
ArtifactUUID:35f39949-7ee6-47e3-a588-b1174ca696f8
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/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
ArtifactUUID:d3480c68-4f08-41f2-a734-6edd4e7479ed
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/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
ArtifactUUID:d3480c68-4f08-41f2-a734-6edd4e7479ed
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:43:38.775Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7983458-79f4-40a3-a82a-00a12063a182 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-08-25T07:43:38.816Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:43:38.816Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:43:38.817Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:43:38.817Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Trying to download the artifact UUID: e1976521-4e26-4412-a5c1-9f9216ed042e from URL: /sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:38.817Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:43:38.817Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:38.902Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:43:38.908Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar e1976521-4e26-4412-a5c1-9f9216ed042e 100643
2022-08-25T07:43:38.908Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar ASDC sendASDCNotification
2022-08-25T07:43:38.910Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:38.910Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:43:38.911Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:38.913Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:38.913Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413418908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:43:39.013Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:39.014Z||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-08-25T07:43:39.014Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:39.031Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:39.031Z||pool-247-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:43:39.919Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:43:39.933Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:43:39.933Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Trying to write artifact UUID: e1976521-4e26-4412-a5c1-9f9216ed042e, URL: /sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar to file: /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:39.934Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825074153-csar.csar
2022-08-25T07:43:39.934Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:39.934Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:40.148Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1540670102904608914/Definitions/service-Vfw20220825074153-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-08-25T07:43:42.835Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:43:42.836Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||####################################################################################################
2022-08-25T07:43:42.836Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.836Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:43:42.836Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.837Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ead90252-b6d5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-Vfw20220825074153-csar.csar
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|WARN|500||####################################################################################################
2022-08-25T07:43:42.838Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.839Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.839Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:42.839Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:43:42.839Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:43:42.840Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.840Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.840Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:42.841Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:43:42.841Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:43:42.841Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.841Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.842Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.842Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:42.842Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:42.843Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:42.843Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:43:42.843Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.843Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.844Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:43:42.844Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.844Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:43:42.845Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:43:42.845Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.845Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.845Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:43:42.846Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.846Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:43:42.846Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.846Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:43:42.847Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.847Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:43:42.847Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.848Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:42.848Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:42.849Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.849Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:42.850Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:42.850Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.850Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:42.850Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:42.851Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.851Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:42.851Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:42.851Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:42.852Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:43:42.852Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:43:42.852Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:43:42.853Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.853Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.853Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:43:42.853Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.854Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:43:42.854Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.854Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58157c9f-3104-4d10-8785-13b66b32976c
2022-08-25T07:43:42.855Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.855Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:42.855Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:42.855Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:42.856Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:43:42.856Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.856Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.856Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:43:42.857Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.857Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:43:42.857Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:43:42.857Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.858Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:43:42.858Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.858Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=023b2c94-e1c2-4094-b0df-38741656ee29
2022-08-25T07:43:42.859Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.859Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:42.859Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:42.860Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:42.860Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:43:42.860Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.860Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.860Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:43:42.861Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.861Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:43:42.861Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:43:42.862Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:42.862Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:42.862Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:43:42.862Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7390e957-98e0-4028-810f-7413e6543dd8
2022-08-25T07:43:42.863Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.863Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.863Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.864Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.864Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.864Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.864Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:42.864Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:42.865Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-41-53
Description:catalog service description
Model UUID:d7983458-79f4-40a3-a82a-00a12063a182
Model Version:NULL
Model InvariantUuid:2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ead90252-b6d5
Model UUID:b2ecc744-548e-4d3c-93a9-6305a17b96af
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc859dbc-1a08-40cc-97b5-f608c202edee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68535bb4-a0b7-4533-8f0e-ca2274e19278
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0bd410ae-24e8-4442-b333-00f4e8b4f5d6
ModelName:VfwEad90252B6d5..base_vfw..module-0
ModelUuid:c99c6137-fb97-46f4-89a9-ede9d42ff63f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58157c9f-3104-4d10-8785-13b66b32976c
ModelInvariantUuid:872524a3-16a2-4403-a139-69d587b10b90
ModelName:vFW ead90252-b6d5-nodes.vfwCvfc
ModelUuid:cfaaadeb-b6fa-4010-8288-2669bdf295b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:db099214-671f-41d0-87e5-5d78af1e1863
ModelInvariantUuid:78bfc66a-3b8d-4d33-bbd2-429016f4e459
ModelName:VfwEad90252B6d5.compute.nodes.heat.vfw
ModelUuid:56b8687b-b41c-4dbd-8b44-c0f439cfee39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:023b2c94-e1c2-4094-b0df-38741656ee29
ModelInvariantUuid:fe2043a2-2788-4e39-a1e0-ad9f42a6c69d
ModelName:vFW ead90252-b6d5-nodes.vsnCvfc
ModelUuid:60ede07e-0e38-47b7-b308-c6128f514d53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a0bd434b-8b41-4260-9377-ab1ba4816e66
ModelInvariantUuid:3119604b-b42f-47f0-b70a-6fdf93dec63a
ModelName:VfwEad90252B6d5.compute.nodes.heat.vsn
ModelUuid:178efd82-e43d-4cc9-9172-63a65ea1d4a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7390e957-98e0-4028-810f-7413e6543dd8
ModelInvariantUuid:c2f7b25d-bfd6-4a4a-ae41-36d134fd7299
ModelName:vFW ead90252-b6d5-nodes.vpgCvfc
ModelUuid:0c95d8c5-3f68-4cdd-ba30-ebdb851d87ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f0403cf7-60e0-4267-bc0b-6f8433b7daf3
ModelInvariantUuid:a3bc96bc-a524-49ac-9976-b17c4ccfa845
ModelName:VfwEad90252B6d5.compute.nodes.heat.vpg
ModelUuid:78a58cee-43bf-4bcc-8752-133860a3fcd5
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-08-25T07:43:42.872Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e82397a3-b4c1-48d8-aa03-4c513b20f0a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:43:42.875Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||vFW ead90252-b6d5 0
2022-08-25T07:43:42.875Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e82397a3-b4c1-48d8-aa03-4c513b20f0a2
2022-08-25T07:43:42.875Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Trying to download the artifact UUID: 5567fbdf-cc78-4a7b-8519-7682a053b90e from URL: /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json
2022-08-25T07:43:42.876Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:43:42.876Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json
2022-08-25T07:43:42.941Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:43:42.941Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json 5567fbdf-cc78-4a7b-8519-7682a053b90e 785
2022-08-25T07:43:42.942Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json ASDC sendASDCNotification
2022-08-25T07:43:42.942Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json
2022-08-25T07:43:42.942Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:43:42.942Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:42.945Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:42.945Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413422942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:43:43.050Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T07:43:43.050Z||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-08-25T07:43:43.051Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:43.093Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:43.094Z||pool-248-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:43.946Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEad90252B6d5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bd410ae-24e8-4442-b333-00f4e8b4f5d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c99c6137-fb97-46f4-89a9-ede9d42ff63f",
    "vfModuleModelCustomizationUUID": "788e1a85-d63d-4b93-aba0-224ee4d20434",
    "isBase": true,
    "artifacts": [
      "35f39949-7ee6-47e3-a588-b1174ca696f8",
      "d3480c68-4f08-41f2-a734-6edd4e7479ed"
    ],
    "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-08-25T07:43:43.953Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEad90252B6d5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99c6137-fb97-46f4-89a9-ede9d42ff63f
VfModuleModelInvariantUUID:0bd410ae-24e8-4442-b333-00f4e8b4f5d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
35f39949-7ee6-47e3-a588-b1174ca696f8
,
d3480c68-4f08-41f2-a734-6edd4e7479ed

}
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-08-25T07:43:43.956Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEad90252B6d5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bd410ae-24e8-4442-b333-00f4e8b4f5d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c99c6137-fb97-46f4-89a9-ede9d42ff63f",
    "vfModuleModelCustomizationUUID": "788e1a85-d63d-4b93-aba0-224ee4d20434",
    "isBase": true,
    "artifacts": [
      "35f39949-7ee6-47e3-a588-b1174ca696f8",
      "d3480c68-4f08-41f2-a734-6edd4e7479ed"
    ],
    "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-08-25T07:43:43.956Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEad90252B6d5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99c6137-fb97-46f4-89a9-ede9d42ff63f
VfModuleModelInvariantUUID:0bd410ae-24e8-4442-b333-00f4e8b4f5d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
35f39949-7ee6-47e3-a588-b1174ca696f8
,
d3480c68-4f08-41f2-a734-6edd4e7479ed

}
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-08-25T07:43:43.956Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Trying to download the artifact UUID: 35f39949-7ee6-47e3-a588-b1174ca696f8 from URL: /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml
2022-08-25T07:43:43.956Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:43:43.957Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml
2022-08-25T07:43:44.021Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:43:44.022Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml 35f39949-7ee6-47e3-a588-b1174ca696f8 20368
2022-08-25T07:43:44.022Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:43:44.023Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml
2022-08-25T07:43:44.023Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:43:44.023Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:44.025Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:44.025Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413424022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:43:44.125Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:44.126Z||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-08-25T07:43:44.126Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:44.152Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:44.153Z||pool-249-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:45.026Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Trying to download the artifact UUID: d3480c68-4f08-41f2-a734-6edd4e7479ed from URL: /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
2022-08-25T07:43:45.026Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:43:45.027Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
2022-08-25T07:43:45.098Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:43:45.099Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env d3480c68-4f08-41f2-a734-6edd4e7479ed 2098
2022-08-25T07:43:45.099Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:43:45.099Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
2022-08-25T07:43:45.100Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:43:45.100Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:45.108Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:45.108Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413425099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:43:45.208Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:45.209Z||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-08-25T07:43:45.209Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:45.232Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:45.233Z||pool-250-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:43:46.108Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Preparing to deploy Service: d7983458-79f4-40a3-a82a-00a12063a182
2022-08-25T07:43:46.109Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ead90252-b6d5 0 e82397a3-b4c1-48d8-aa03-4c513b20f0a2 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-08-25T07:43:46.131Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@332dab80, org.onap.sdc.toscaparser.api.parameters.Input@18afa403, org.onap.sdc.toscaparser.api.parameters.Input@43133b92, org.onap.sdc.toscaparser.api.parameters.Input@41bd1ddf, org.onap.sdc.toscaparser.api.parameters.Input@1f12dfc3]
2022-08-25T07:43:46.133Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.134Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.134Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:43:46.134Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||VFCustomizationUUID= 68535bb4-a0b7-4533-8f0e-ca2274e19278
2022-08-25T07:43:46.135Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68535bb4-a0b7-4533-8f0e-ca2274e19278 matches Tosca VF Customization UUID: 68535bb4-a0b7-4533-8f0e-ca2274e19278
2022-08-25T07:43:46.135Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||vfCustomizationUUID: 68535bb4-a0b7-4533-8f0e-ca2274e19278  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-08-25T07:43:46.138Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.138Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.139Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||resource request for resource customization id 68535bb4-a0b7-4533-8f0e-ca2274e19278: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:43:46.139Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@99736cf
2022-08-25T07:43:46.140Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.140Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:43:46.140Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 788e1a85-d63d-4b93-aba0-224ee4d20434
2022-08-25T07:43:46.141Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 788e1a85-d63d-4b93-aba0-224ee4d20434
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-08-25T07:43:46.144Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.145Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.145Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:46.146Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.146Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.146Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:46.147Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.148Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:46.148Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:46.148Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:46.148Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:43:46.149Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:43:46.149Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:43:46.149Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.149Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.149Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:43:46.150Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.150Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:43:46.150Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.150Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58157c9f-3104-4d10-8785-13b66b32976c
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-08-25T07:43:46.153Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.154Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.154Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:46.155Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.155Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:46.155Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:46.156Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:46.156Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:43:46.156Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.157Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.157Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:43:46.157Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.157Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:43:46.157Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:43:46.158Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.158Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:43:46.158Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.158Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=023b2c94-e1c2-4094-b0df-38741656ee29
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-08-25T07:43:46.161Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.161Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.162Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:46.162Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.162Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is not matching search criteria
2022-08-25T07:43:46.162Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:43:46.163Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:43:46.163Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:43:46.164Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.164Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.165Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:43:46.166Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.166Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:43:46.167Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:43:46.167Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:43:46.167Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:43:46.167Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:43:46.167Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7390e957-98e0-4028-810f-7413e6543dd8
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-08-25T07:43:46.170Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.170Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.171Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:43:46.171Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.171Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Node template vFW ead90252-b6d5 0 is matching search criteria
2022-08-25T07:43:46.172Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found topology templates [vFW ead90252-b6d5 0] matching following query criteria: sdcType=VF, customizationUUID=68535bb4-a0b7-4533-8f0e-ca2274e19278
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:43:46.174Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.175Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.175Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500|| resourceSeq for service uuid d7983458-79f4-40a3-a82a-00a12063a182: vFW ead90252-b6d5
2022-08-25T07:43:46.175Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.175Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.176Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.176Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.177Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.177Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.177Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.177Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.178Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:43:46.178Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Service vFW 2022-08-25 07-41-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:43:46.178Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||Saving Service: vFW 2022-08-25 07-41-53 
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-08-25T07:43:46.345Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ead90252-b6d5 e82397a3-b4c1-48d8-aa03-4c513b20f0a2 1 ASDC deployResourceStructure
2022-08-25T07:43:46.346Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json ASDC sendASDCNotification
2022-08-25T07:43:46.346Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json
2022-08-25T07:43:46.346Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:43:46.347Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:46.350Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:46.350Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413426346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:43:46.450Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:46.451Z||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-08-25T07:43:46.451Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:46.464Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:46.464Z||pool-251-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:43:47.356Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:43:47.356Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml
2022-08-25T07:43:47.357Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:43:47.357Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:47.361Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:47.361Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413427351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:43:47.460Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:43:47.462Z||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-08-25T07:43:47.462Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:47.478Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:47.479Z||pool-252-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:48.363Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:43:48.364Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env
2022-08-25T07:43:48.364Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:43:48.364Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:48.367Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:48.367Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413428363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:43:48.467Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:48.468Z||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-08-25T07:43:48.468Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:48.487Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:48.488Z||pool-253-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:49.368Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar ASDC sendASDCNotification
2022-08-25T07:43:49.368Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar
2022-08-25T07:43:49.369Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:43:49.369Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:43:49.371Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:43:49.371Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413429368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:43:49.472Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:43:49.473Z||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-08-25T07:43:49.473Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:43:49.510Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:43:49.511Z||pool-254-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:43:50.373Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:43:50.385Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:43:50.389Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:43:50.389Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:43:50.389Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:44:20.390Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:44:20.401Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:44:20.403Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:44:20.403Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:44:20.404Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:44:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:44:31.071Z||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-08-25T07:44:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:44:31.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:44:31.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/resourceInstances/pnf36601213f0ca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413351065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413360103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413362733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2bmddrn9nxdd5pppmxt/1.0/artifacts/service-DemoPnfE2bmddrn9nxdd5pppmxt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413373987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413370632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413375916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413376927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413382639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413384761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "cds",
  "timestamp": 1661413383646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-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-08-25T07:44:31.184Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:44:31.184Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:44:31.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413385835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413386919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413379709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413387942,
  "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-08-25T07:44:31.208Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:44:31.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:44:31.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413387468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413388950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413388473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413381717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "policy-id",
  "timestamp": 1661413389478,
  "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-08-25T07:44:31.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:44:31.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:44:31.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413389621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413392770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413393772,
  "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-08-25T07:44:31.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:44:31.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:44:31.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413395387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413397402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e398328-eaff-4315-bdf3-703af9fe619e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413397952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:44:31.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:31.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "clamp",
  "timestamp": 1661413398407,
  "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-08-25T07:44:31.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:44:31.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:44:31.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413395755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:44:31.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:44:31.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:44:31.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413403616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:44:31.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:44:50.404Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:44:50.414Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:44:50.416Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:44:50.416Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:44:50.416Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:45:20.417Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:45:20.429Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:45:20.432Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:45:20.432Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:45:20.432Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:45:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:45:31.071Z||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-08-25T07:45:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:45:31.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:45:31.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:45:31.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413413111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "aai-ml",
  "timestamp": 1661413414115,
  "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-08-25T07:45:31.636Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 62abb316-3f7e-4ea2-9ced-a494309cf33e
2022-08-25T07:45:31.636Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:45:31.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413411067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:45:31.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413418908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413422942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413424022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413425099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413426346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/vfwead90252b6d50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:45:31.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413427351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413428363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/resourceInstances/vfwead90252b6d50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:45:31.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413429368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825074153/1.0/artifacts/service-Vfw20220825074153-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:45:31.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:45:50.432Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:45:50.443Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:45:50.445Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:45:50.446Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:45:50.446Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:45:50.447Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:45:50.447Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:45:50.448Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?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-08-25T07:45:50.455Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:46:20.459Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e 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-08-25T07:46:20.465Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62abb316-3f7e-4ea2-9ced-a494309cf33e and serviceModelVersionId: d7983458-79f4-40a3-a82a-00a12063a182
2022-08-25T07:46:20.465Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0
2022-08-25T07:46:20.466Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0
2022-08-25T07:46:20.472Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:46:20.516Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a9cc73-0fd3-4ae4-8c7a-e9f8b629628d/model-vers/model-ver/8b2e4af9-81f2-4ae4-bee9-722ff28c1ac3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:20.518Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||Invoke
2022-08-25T07:46:22.056Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:22.057Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||Invoke
2022-08-25T07:46:23.602Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:23.604Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||Invoke
2022-08-25T07:46:24.626Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:46:24.627Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:24.628Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:46:24.629Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:24.636Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:24.637Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62abb316-3f7e-4ea2-9ced-a494309cf33e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:46:24.637Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:46:24.637Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:46:24.640Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:46:24.640Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|DEBUG|500||try to send status {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413584637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:46:24.741Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:46:24.742Z||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-08-25T07:46:24.742Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:46:24.764Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:46:24.765Z||pool-255-thread-1|||||INFO|500||cambria reply ok (24 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-08-25T07:46:25.658Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:46:25.659Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:25.659Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:46:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:46:31.071Z||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-08-25T07:46:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:46:31.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:46:31.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:46:31.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62abb316-3f7e-4ea2-9ced-a494309cf33e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413584637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:46:31.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:46:36.093Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:46:36.094Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:46:36.095Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T07:46:36.096Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:46:45.778Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:46:45.779Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:46:45.780Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:46:45.780Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:46:55.333Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:47:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:47:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:47:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:47:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:47:31.071Z||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-08-25T07:47:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:47:40.651Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:47:40.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:48:31.065Z||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-08-25T07:48:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:48:31.071Z||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-08-25T07:48:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:34.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:34.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T07:48:34.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d141396-8e15-4794-8850-902c640755eb","serviceName":"Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5","serviceVersion":"1.0","serviceUUID":"b55ea9ba-ade0-457c-89b8-1b95f5940060","serviceDescription":"catalog service description","serviceInvariantUUID":"13f8de27-3840-4626-8b59-a49c17d19c25","resources":[{"resourceInstanceName":"pNF 109e7dfd-c0bb 0","resourceName":"pNF 109e7dfd-c0bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba","resourceInvariantUUID":"3bcdb1cc-63e6-411d-9a85-c7f302615687","resourceCustomizationUUID":"26dcfdf9-faf1-44d6-bbe1-44e814e0b8d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml","artifactChecksum":"YWU5YmYwYzRhNTg3ZDExOTA1NmUxYzY5MjJmMjgzOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02bf129a-b51a-48d4-a436-11c208f13963","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0ecca2b-ebe6-4bf3-ba8d-c091a8e6889e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31af4cef-3f75-4428-a327-803c3424a5b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml","artifactChecksum":"ODdkNTk0NjE5ZmM0ZDdiNTc4Y2I4ODMzNGY1NWFlZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ee06344-6b3f-4dd3-b8b8-d163122c881e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11b76f10-cbb8-44c5-b566-82ac98e29b7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f846c016-f608-4779-82da-c76252c4ac0e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml","artifactChecksum":"ODQ0OGVjYzJlNTJkZjRhZGIxN2RiODI2NWQ2ODQ4MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c0c6c87-fbc9-4389-8ead-ab80f1fd2a5d","artifactVersion":"1"},{"artifactName":"service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar","artifactChecksum":"ZGM1YzFmNWU4ZGE5OThlMzQ4M2RkY2FhODNlM2ViMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed160a4c-0194-4abc-8398-50c2b8b67ec5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:48:34.928Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:34.929Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:34.932Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:34.932Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:35.033Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:48:35.034Z||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-08-25T07:48:35.034Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:35.055Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:35.055Z||pool-256-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-08-25T07:48:35.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:35.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:48:35.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:35.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:48:35.933Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:35.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:35.936Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:35.937Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:36.037Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:36.038Z||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-08-25T07:48:36.038Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:36.054Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:36.055Z||pool-257-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:36.937Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:36.938Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:36.943Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:36.943Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:37.044Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:48:37.045Z||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-08-25T07:48:37.045Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:37.059Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:37.060Z||pool-258-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:37.944Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:37.946Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:37.949Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:37.949Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:38.049Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:38.050Z||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-08-25T07:48:38.050Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:38.076Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:38.077Z||pool-259-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:38.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:38.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:38.953Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:38.954Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:39.054Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:39.054Z||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-08-25T07:48:39.055Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:39.067Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:39.068Z||pool-260-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:39.954Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:39.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:39.957Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:39.958Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:40.058Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:40.059Z||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-08-25T07:48:40.060Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:40.091Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:40.091Z||pool-261-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:48:40.958Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:40.959Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:40.962Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:40.962Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:48:41.061Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:48:41.062Z||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-08-25T07:48:41.063Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:41.094Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:41.095Z||pool-262-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:41.963Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:48:41.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:41.967Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:41.967Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:48:42.067Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:42.068Z||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-08-25T07:48:42.068Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:42.086Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:42.086Z||pool-263-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:42.968Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "serviceName": "Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5",
  "serviceVersion": "1.0",
  "serviceUUID": "b55ea9ba-ade0-457c-89b8-1b95f5940060",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "13f8de27-3840-4626-8b59-a49c17d19c25",
  "resources": [
    {
      "resourceInstanceName": "pNF 109e7dfd-c0bb 0",
      "resourceCustomizationUUID": "26dcfdf9-faf1-44d6-bbe1-44e814e0b8d0",
      "resourceName": "pNF 109e7dfd-c0bb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba",
      "resourceInvariantUUID": "3bcdb1cc-63e6-411d-9a85-c7f302615687",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
      "artifactChecksum": "ZGM1YzFmNWU4ZGE5OThlMzQ4M2RkY2FhODNlM2ViMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed160a4c-0194-4abc-8398-50c2b8b67ec5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:48:42.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:48:42.968Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b55ea9ba-ade0-457c-89b8-1b95f5940060 ASDC
2022-08-25T07:48:42.969Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1d141396-8e15-4794-8850-902c640755eb
ServiceName:Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5
ServiceVersion:1.0
ServiceUUID:b55ea9ba-ade0-457c-89b8-1b95f5940060
ServiceInvariantUUID:13f8de27-3840-4626-8b59-a49c17d19c25
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
ArtifactUUID:ed160a4c-0194-4abc-8398-50c2b8b67ec5
ArtifactChecksum:ZGM1YzFmNWU4ZGE5OThlMzQ4M2RkY2FhODNlM2ViMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 109e7dfd-c0bb 0
ResourceCustomizationUUID:26dcfdf9-faf1-44d6-bbe1-44e814e0b8d0
ResourceInvariantUUID:3bcdb1cc-63e6-411d-9a85-c7f302615687
ResourceName:pNF 109e7dfd-c0bb
ResourceType:PNF
ResourceUUID:8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:48:42.969Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b55ea9ba-ade0-457c-89b8-1b95f5940060 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-08-25T07:48:43.002Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:48:43.003Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-25T07:48:43.003Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-25T07:48:43.004Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed160a4c-0194-4abc-8398-50c2b8b67ec5 from URL: /sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:43.004Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-25T07:48:43.004Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:43.145Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-25T07:48:43.152Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar ed160a4c-0194-4abc-8398-50c2b8b67ec5 87788
2022-08-25T07:48:43.152Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar ASDC sendASDCNotification
2022-08-25T07:48:43.152Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:43.152Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:48:43.153Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:43.155Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:43.155Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413723152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:48:43.255Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:48:43.256Z||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-08-25T07:48:43.256Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:43.274Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:43.275Z||pool-264-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:48:44.155Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:48:44.157Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-25T07:48:44.157Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed160a4c-0194-4abc-8398-50c2b8b67ec5, URL: /sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar to file: /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:44.157Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:44.158Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:44.158Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:44.389Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16702559647689149382/Definitions/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml
2022-08-25T07:48:45.627Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:48:45.627Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-25T07:48:45.628Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.628Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:48:45.628Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 109e7dfd-c0bb 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-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.629Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-25T07:48:45.630Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.630Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.630Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Node template pNF 109e7dfd-c0bb 0 is matching search criteria
2022-08-25T07:48:45.630Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-25T07:48:45.631Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 109e7dfd-c0bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:48:45.631Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.631Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.631Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Node template pNF 109e7dfd-c0bb 0 is matching search criteria
2022-08-25T07:48:45.631Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-25T07:48:45.632Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 109e7dfd-c0bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:48:45.632Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.633Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.634Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5
Description:catalog service description
Model UUID:b55ea9ba-ade0-457c-89b8-1b95f5940060
Model Version:NULL
Model InvariantUuid:13f8de27-3840-4626-8b59-a49c17d19c25
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-08-25T07:48:45.642Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:48:45.646Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||pNF 109e7dfd-c0bb 0
2022-08-25T07:48:45.646Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba
2022-08-25T07:48:45.647Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b55ea9ba-ade0-457c-89b8-1b95f5940060
2022-08-25T07:48:45.647Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b55ea9ba-ade0-457c-89b8-1b95f5940060
2022-08-25T07:48:45.647Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 109e7dfd-c0bb 0 8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba 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-08-25T07:48:45.652Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58a2edc1, org.onap.sdc.toscaparser.api.parameters.Input@2cb38824, org.onap.sdc.toscaparser.api.parameters.Input@7c93a3, org.onap.sdc.toscaparser.api.parameters.Input@a61c104, org.onap.sdc.toscaparser.api.parameters.Input@4562e96c]
2022-08-25T07:48:45.653Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.653Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.657Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b55ea9ba-ade0-457c-89b8-1b95f5940060: pNF 109e7dfd-c0bb
2022-08-25T07:48:45.658Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Processing PNF resource: 8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba
2022-08-25T07:48:45.658Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:48:45.658Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QiAtzwHC8Tu6Mhp2VWu5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:48:45.658Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||Resource customization UUID: 26dcfdf9-faf1-44d6-bbe1-44e814e0b8d0 is the same as notified resource customizationUUID: 26dcfdf9-faf1-44d6-bbe1-44e814e0b8d0
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-08-25T07:48:45.713Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 109e7dfd-c0bb 8bd0f2ed-71d3-4d0b-a43b-3803ee5fecba 0 ASDC deployResourceStructure
2022-08-25T07:48:45.713Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar ASDC sendASDCNotification
2022-08-25T07:48:45.713Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar
2022-08-25T07:48:45.713Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:48:45.714Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-25T07:48:45.719Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:48:45.719Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413725713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:48:45.818Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:48:45.820Z||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-08-25T07:48:45.820Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:48:45.841Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:48:45.842Z||pool-265-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:48:46.720Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:48:46.732Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:48:46.733Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:48:46.734Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:48:46.734Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:49:16.734Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:49:16.753Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:49:16.756Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:49:16.756Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:49:16.756Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:49:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:49:31.072Z||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-08-25T07:49:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:49:31.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:49:31.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:49:31.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:49:31.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:49:46.757Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:49:46.769Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:49:46.771Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:49:46.771Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:49:46.771Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:50:16.772Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:50:16.795Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:50:16.801Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:50:16.801Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:50:16.801Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:50:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:50:31.071Z||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-08-25T07:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:50:31.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:50:31.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:50:31.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:50:31.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:50:46.801Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:50:46.825Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:50:46.828Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:50:46.828Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:50:46.828Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:51:16.829Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:51:16.851Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:51:16.858Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:51:16.858Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:51:16.858Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:51:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:51:31.071Z||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-08-25T07:51:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:51:31.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:51:31.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413711064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413711717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413705916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413713987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413723152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413722997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413722758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661413716927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413715632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413723772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413724884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413724474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661413724775,
  "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-08-25T07:51:31.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.684Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:31.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413725713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661413725888,
  "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-08-25T07:51:31.714Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.715Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:31.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "cds",
  "timestamp": 1661413725480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-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-08-25T07:51:31.736Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.736Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:31.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413719709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413728493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413729497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/resourceInstances/pnf109e7dfdc0bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "policy-id",
  "timestamp": 1661413730500,
  "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-08-25T07:51:31.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:31.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:51:31.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413731507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413725755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:51:31.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413734524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413734510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "clamp",
  "timestamp": 1661413735517,
  "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-08-25T07:51:31.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.783Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:31.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413739895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQiatzwhc8tu6mhp2vwu5/1.0/artifacts/service-DemoPnfQiatzwhc8tu6mhp2vwu5-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:51:31.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:51:31.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:51:31.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "aai-ml",
  "timestamp": 1661413740901,
  "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-08-25T07:51:31.815Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1d141396-8e15-4794-8850-902c640755eb
2022-08-25T07:51:31.815Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:51:46.859Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:51:46.882Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d141396-8e15-4794-8850-902c640755eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:51:46.886Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:51:46.886Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:51:46.886Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:51:46.887Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:51:46.887Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:51:46.887Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:51:46.887Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T07:51:46.894Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:52:16.895Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d141396-8e15-4794-8850-902c640755eb 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-08-25T07:52:16.916Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d141396-8e15-4794-8850-902c640755eb and serviceModelVersionId: b55ea9ba-ade0-457c-89b8-1b95f5940060
2022-08-25T07:52:16.917Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13f8de27-3840-4626-8b59-a49c17d19c25
2022-08-25T07:52:16.919Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0
2022-08-25T07:52:16.930Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:52:17.003Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:17.007Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||Invoke
2022-08-25T07:52:18.538Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:18.543Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||Invoke
2022-08-25T07:52:20.072Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:20.073Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||Invoke
2022-08-25T07:52:21.120Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:52:21.123Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:21.124Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:52:21.124Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:21.138Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:21.138Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d141396-8e15-4794-8850-902c640755eb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:52:21.138Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:52:21.139Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:52:21.142Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:52:21.142Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||try to send status {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413941138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:52:21.242Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:52:21.243Z||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-08-25T07:52:21.243Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:52:21.307Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:52:21.308Z||pool-266-thread-1|||||INFO|500||cambria reply ok (64 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-08-25T07:52:22.177Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:52:22.177Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:22.177Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:52:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:52:31.071Z||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-08-25T07:52:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:52:31.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:52:31.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T07:52:31.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d141396-8e15-4794-8850-902c640755eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661413941138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:52:31.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:52:32.604Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:52:32.604Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:52:32.605Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:32.605Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:52:42.256Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:52:42.257Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:52:42.258Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:42.258Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:52:51.835Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:52:51.835Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:52:51.836Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T07:52:51.836Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:53:01.496Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:53:31.064Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:53:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:53:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:53:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:53:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:53:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:53:40.705Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:53:40.707Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:54:31.064Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:54:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:54:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:54:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:54:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:54:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:54:40.648Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:54:40.709Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:55:31.067Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:55:31.070Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:55:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:55:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T07:55:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:55:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:55:40.685Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:55:40.685Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:56:31.068Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:56:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:56:31.071Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:56:31.071Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:56:31.072Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T07:56:31.073Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:56:40.725Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:56:40.813Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:31.064Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:57:31.065Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:57:31.065Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:57:31.071Z||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-08-25T07:57:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:31.248Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:31.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414195633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414199709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414205755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414196927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414213421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414213027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414214782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414214426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:31.752Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "cds",
  "timestamp": 1661414214033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-25T07:57:31.753Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||received message from topic
2022-08-25T07:57:31.753Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"414025d4-bb65-4338-863d-f21a09e36c05","serviceName":"Demo_pNF_JjkL55LdKyZuSLoFMPl5","serviceVersion":"1.0","serviceUUID":"43bdf74c-80ee-4b5e-8256-f4f832276a17","serviceDescription":"catalog service description","serviceInvariantUUID":"a69fd43b-3f45-419f-bfe2-3d7093209401","resources":[{"resourceInstanceName":"pNF d76998af-0c16 0","resourceName":"pNF d76998af-0c16","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9e02858-6263-4bcb-b674-5fef2d8470f8","resourceInvariantUUID":"da8dcd9b-2492-43a3-a7d3-1e6e5f66ff4c","resourceCustomizationUUID":"d1978662-b5a6-47b7-a1ba-12d9a4228309","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml","artifactChecksum":"NGQ3YjBkZDVjNjI3NTM3NmE5YzI3NzA4ZGVlMmQ2NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb632221-942a-4998-8336-f89b6ae26be9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9d9bda1-2f08-4db8-ad32-847ee290905b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6e6f6bb-5025-4904-9d22-c2998ccc5b8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml","artifactChecksum":"MWRkMDdhMjVmZjkwZGQ5MmYyNmRiOWJlYzBhZjY3YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e824c074-3789-4d91-b822-6d493fa805d7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2f92746-fe93-4b88-9ea7-4b3c8133e624","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9f27f1b-efaf-4936-ba0c-afb4d89b7f1b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml","artifactChecksum":"ODY4YjlkM2EzN2EwYjU3MWMzYjVkNjdhYzZkOThiNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af83fa27-2c4d-401f-bd8f-3c907c92e13f","artifactVersion":"1"},{"artifactName":"service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar","artifactChecksum":"NmE5ZDIyYWUwZjc5NWY0OWFkYzU5MjExM2QyYWRmMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c00bcdd5-cc9b-4a54-905d-6fae34d1b053","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:57:31.758Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:31.758Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:31.767Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:31.768Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:57:31.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "policy-id",
  "timestamp": 1661414215428,
  "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-08-25T07:57:31.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414220472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "aai-ml",
  "timestamp": 1661414221477,
  "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-08-25T07:57:31.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.867Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.883Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-08-25T07:57:31.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414213987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.884Z||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-08-25T07:57:31.884Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:31.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414222806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414215917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414223819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:31.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414224822,
  "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-08-25T07:57:31.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414221717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414230519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414231385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414216927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414219709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414232534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414232715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414225632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:31.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414234200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414233095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414233538,
  "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-08-25T07:57:31.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.925Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "clamp",
  "timestamp": 1661414233722,
  "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-08-25T07:57:31.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 414025d4-bb65-4338-863d-f21a09e36c05
2022-08-25T07:57:31.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:57:31.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414233434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414234099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:31.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414235418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "cds",
  "timestamp": 1661414234453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-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-08-25T07:57:31.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T07:57:31.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T07:57:31.969Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:31.970Z||pool-267-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:57:31.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "policy-id",
  "timestamp": 1661414235101,
  "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-08-25T07:57:31.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T07:57:31.983Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T07:57:31.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414236572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:31.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:31.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:31.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414237635,
  "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-08-25T07:57:32.000Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T07:57:32.000Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T07:57:32.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414238660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:32.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:32.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414233988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414235755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:32.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414243625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:32.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:57:32.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:57:32.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:57:32.769Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:32.769Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:32.772Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:32.773Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:32.873Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:57:32.874Z||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-08-25T07:57:32.874Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:32.889Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:32.890Z||pool-268-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:33.775Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:33.775Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:33.781Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:33.781Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:33.881Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:57:33.882Z||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-08-25T07:57:33.882Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:33.904Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:33.904Z||pool-269-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:34.782Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:34.783Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:34.786Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:34.786Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:34.886Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:57:34.887Z||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-08-25T07:57:34.887Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:34.905Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:34.906Z||pool-270-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:35.787Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:35.787Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:35.791Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:35.791Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:35.894Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:57:35.895Z||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-08-25T07:57:35.895Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:35.929Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:35.929Z||pool-271-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:36.792Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:36.793Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:36.795Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:36.795Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:36.895Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:57:36.897Z||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-08-25T07:57:36.897Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:36.912Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:36.912Z||pool-272-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:37.796Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:37.798Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:37.800Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:37.800Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:57:37.905Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:57:37.906Z||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-08-25T07:57:37.906Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:37.923Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:37.924Z||pool-273-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:57:38.800Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:57:38.801Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:38.804Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:38.804Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:57:38.905Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:57:38.906Z||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-08-25T07:57:38.906Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:38.935Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:38.935Z||pool-274-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:39.805Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "serviceName": "Demo_pNF_JjkL55LdKyZuSLoFMPl5",
  "serviceVersion": "1.0",
  "serviceUUID": "43bdf74c-80ee-4b5e-8256-f4f832276a17",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a69fd43b-3f45-419f-bfe2-3d7093209401",
  "resources": [
    {
      "resourceInstanceName": "pNF d76998af-0c16 0",
      "resourceCustomizationUUID": "d1978662-b5a6-47b7-a1ba-12d9a4228309",
      "resourceName": "pNF d76998af-0c16",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a9e02858-6263-4bcb-b674-5fef2d8470f8",
      "resourceInvariantUUID": "da8dcd9b-2492-43a3-a7d3-1e6e5f66ff4c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
      "artifactChecksum": "NmE5ZDIyYWUwZjc5NWY0OWFkYzU5MjExM2QyYWRmMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c00bcdd5-cc9b-4a54-905d-6fae34d1b053"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:57:39.806Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:57:39.806Z|fe1eacb7-8524-41bc-b5e0-9fef699d9ddf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 43bdf74c-80ee-4b5e-8256-f4f832276a17 ASDC
2022-08-25T07:57:39.807Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||ASDC Notification:
DistributionID:414025d4-bb65-4338-863d-f21a09e36c05
ServiceName:Demo_pNF_JjkL55LdKyZuSLoFMPl5
ServiceVersion:1.0
ServiceUUID:43bdf74c-80ee-4b5e-8256-f4f832276a17
ServiceInvariantUUID:a69fd43b-3f45-419f-bfe2-3d7093209401
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
ArtifactUUID:c00bcdd5-cc9b-4a54-905d-6fae34d1b053
ArtifactChecksum:NmE5ZDIyYWUwZjc5NWY0OWFkYzU5MjExM2QyYWRmMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d76998af-0c16 0
ResourceCustomizationUUID:d1978662-b5a6-47b7-a1ba-12d9a4228309
ResourceInvariantUUID:da8dcd9b-2492-43a3-a7d3-1e6e5f66ff4c
ResourceName:pNF d76998af-0c16
ResourceType:PNF
ResourceUUID:a9e02858-6263-4bcb-b674-5fef2d8470f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T07:57:39.807Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43bdf74c-80ee-4b5e-8256-f4f832276a17 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-08-25T07:57:39.861Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:57:39.863Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:57:39.864Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:57:39.864Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Trying to download the artifact UUID: c00bcdd5-cc9b-4a54-905d-6fae34d1b053 from URL: /sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:39.864Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:57:39.865Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:39.967Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:57:39.973Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar c00bcdd5-cc9b-4a54-905d-6fae34d1b053 87786
2022-08-25T07:57:39.974Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar ASDC sendASDCNotification
2022-08-25T07:57:39.975Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:39.975Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:57:39.975Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:39.977Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:39.978Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414259974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:57:40.078Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:57:40.078Z||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-08-25T07:57:40.078Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:40.095Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:40.095Z||pool-275-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:40.979Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:57:40.980Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:57:40.984Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Trying to write artifact UUID: c00bcdd5-cc9b-4a54-905d-6fae34d1b053, URL: /sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar to file: /app/ASDC/1/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:40.985Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:40.985Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:40.986Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:41.271Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8893882611750463820/Definitions/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml
2022-08-25T07:57:42.521Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:57:42.522Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|WARN|500||####################################################################################################
2022-08-25T07:57:42.523Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.523Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:57:42.523Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.523Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d76998af-0c16 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-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|WARN|500||####################################################################################################
2022-08-25T07:57:42.524Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.525Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.525Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Node template pNF d76998af-0c16 0 is matching search criteria
2022-08-25T07:57:42.525Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:57:42.525Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Found topology templates [pNF d76998af-0c16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:57:42.526Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.526Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.526Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Node template pNF d76998af-0c16 0 is matching search criteria
2022-08-25T07:57:42.526Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:57:42.526Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Found topology templates [pNF d76998af-0c16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.527Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.528Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.528Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.528Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.528Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.528Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JjkL55LdKyZuSLoFMPl5
Description:catalog service description
Model UUID:43bdf74c-80ee-4b5e-8256-f4f832276a17
Model Version:NULL
Model InvariantUuid:a69fd43b-3f45-419f-bfe2-3d7093209401
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-08-25T07:57:42.540Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a9e02858-6263-4bcb-b674-5fef2d8470f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:57:42.547Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||pNF d76998af-0c16 0
2022-08-25T07:57:42.547Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a9e02858-6263-4bcb-b674-5fef2d8470f8
2022-08-25T07:57:42.547Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||No resources found for Service: 43bdf74c-80ee-4b5e-8256-f4f832276a17
2022-08-25T07:57:42.547Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Preparing to deploy Service: 43bdf74c-80ee-4b5e-8256-f4f832276a17
2022-08-25T07:57:42.548Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d76998af-0c16 0 a9e02858-6263-4bcb-b674-5fef2d8470f8 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-08-25T07:57:42.556Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b0b9848, org.onap.sdc.toscaparser.api.parameters.Input@61760118, org.onap.sdc.toscaparser.api.parameters.Input@79969326, org.onap.sdc.toscaparser.api.parameters.Input@4a18875d, org.onap.sdc.toscaparser.api.parameters.Input@3da68f8e]
2022-08-25T07:57:42.557Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.557Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.557Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500|| resourceSeq for service uuid 43bdf74c-80ee-4b5e-8256-f4f832276a17: pNF d76998af-0c16
2022-08-25T07:57:42.558Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Processing PNF resource: a9e02858-6263-4bcb-b674-5fef2d8470f8
2022-08-25T07:57:42.558Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:57:42.558Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Service Demo_pNF_JjkL55LdKyZuSLoFMPl5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:57:42.558Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||Resource customization UUID: d1978662-b5a6-47b7-a1ba-12d9a4228309 is the same as notified resource customizationUUID: d1978662-b5a6-47b7-a1ba-12d9a4228309
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-08-25T07:57:42.608Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d76998af-0c16 a9e02858-6263-4bcb-b674-5fef2d8470f8 0 ASDC deployResourceStructure
2022-08-25T07:57:42.609Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar ASDC sendASDCNotification
2022-08-25T07:57:42.609Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar
2022-08-25T07:57:42.609Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:57:42.610Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:57:42.612Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:57:42.612Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414262609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:57:42.712Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:57:42.713Z||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-08-25T07:57:42.714Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:57:42.735Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:57:42.736Z||pool-276-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:57:43.613Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 414025d4-bb65-4338-863d-f21a09e36c05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:57:43.631Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 414025d4-bb65-4338-863d-f21a09e36c05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:57:43.637Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:57:43.637Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:57:43.637Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:57:43.637Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:57:43.638Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T07:57:43.638Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T07:57:43.638Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?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-08-25T07:57:43.650Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:58:13.650Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 414025d4-bb65-4338-863d-f21a09e36c05 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-08-25T07:58:13.662Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 414025d4-bb65-4338-863d-f21a09e36c05 and serviceModelVersionId: 43bdf74c-80ee-4b5e-8256-f4f832276a17
2022-08-25T07:58:13.663Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a69fd43b-3f45-419f-bfe2-3d7093209401
2022-08-25T07:58:13.664Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0
2022-08-25T07:58:13.669Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cab86ead-6089-4c00-9419-a5a49b75b1d4/model-vers/model-ver/2d305a05-641e-483c-950c-e13d4ef89d40?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:58:13.713Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Invoke
2022-08-25T07:58:13.713Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae6e6fb4-686c-40d9-95e7-75de4e6422f3], X-ECOMP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-TransactionId=[], X-ONAP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], Content-Type=[application/merge-patch+json]}
2022-08-25T07:58:15.241Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Invoke
2022-08-25T07:58:15.242Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a536b13-9129-47af-9f1f-3a07ab3702c9], X-ECOMP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-TransactionId=[], X-ONAP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], Content-Type=[application/merge-patch+json]}
2022-08-25T07:58:16.782Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Invoke
2022-08-25T07:58:16.782Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86f18c29-fce3-4ef9-a39b-56fb6008e3c3], X-ECOMP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], X-TransactionId=[], X-ONAP-RequestID=[414025d4-bb65-4338-863d-f21a09e36c05], Content-Type=[application/merge-patch+json]}
2022-08-25T07:58:17.814Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:58:17.815Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-08-25T07:58:17.815Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:58:17.815Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-08-25T07:58:17.830Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-08-25T07:58:17.830Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 414025d4-bb65-4338-863d-f21a09e36c05 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:58:17.830Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:58:17.831Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:17.835Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:17.836Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414297830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:58:17.934Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:58:17.934Z||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-08-25T07:58:17.935Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:17.971Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:17.971Z||pool-277-thread-1|||||INFO|500||cambria reply ok (37 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-08-25T07:58:18.865Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||received message from topic
2022-08-25T07:58:18.866Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cfdf4639-5794-4a18-8fca-02f50cce4862","serviceName":"vFW 2022-08-25 07-56-05","serviceVersion":"1.0","serviceUUID":"679fc422-963b-48f9-93a4-2e209e48c34a","serviceDescription":"catalog service description","serviceInvariantUUID":"c8466145-4516-4f46-b00b-2ca5831bfdc0","resources":[{"resourceInstanceName":"vFW 464cbfc4-0807 0","resourceName":"vFW 464cbfc4-0807","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47a3313c-cd3d-45cb-9def-d17a5e5e4cb5","resourceInvariantUUID":"0dc26049-1b9e-4f39-96e6-0d7eb6081119","resourceCustomizationUUID":"8239e493-5a99-439d-9790-4eb2b378dfb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml","artifactChecksum":"MDI5MjM3NWIyMmI2YTJkZjI3ZjMyZTBjZDRkZjA0ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ec0d7ae-3cfb-423a-aca4-ca346e8c3f80","artifactVersion":"1"},{"artifactName":"vfw464cbfc408070_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json","artifactChecksum":"NzEyNjAwNjc3MDRiZDA2NTE3NGMxMmEzOWI0MmYyMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57c3be78-a06b-4ce5-b31f-9dc045a7a707","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef62a020-1d11-411a-a6a9-e6bd62c5f37a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml","artifactChecksum":"OGU1OTRhYTZjMzUyNTBmZDdiMDJlZjVjZmY4OTA3OGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"352f7eae-260c-438b-935e-3af53eb467f8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0534f71-ace1-40cb-91be-5908e45fb62b","artifactVersion":"2","generatedFromUUID":"ef62a020-1d11-411a-a6a9-e6bd62c5f37a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825075605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml","artifactChecksum":"ZTBmOGFiODM0ODAxYzRkZWZhY2Y1MmY2ZjY5OTFlYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3005bca-ea1a-475c-b80b-5d0206ea8110","artifactVersion":"1"},{"artifactName":"service-Vfw20220825075605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar","artifactChecksum":"MjkwNTMzZjIzNmMxNmYxNTQwZTllMzU5OTA2NWU0MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc65b7b6-788d-4e4c-9122-faded5b68259","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:58:18.868Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:18.869Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:18.872Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:18.873Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:58:18.972Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:58:18.973Z||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-08-25T07:58:18.973Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:19.008Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:19.008Z||pool-278-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:19.873Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:19.875Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:19.879Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:19.879Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T07:58:19.979Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:19.980Z||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-08-25T07:58:19.981Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:20.008Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:20.009Z||pool-279-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:20.880Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:20.881Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:20.884Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:20.884Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T07:58:20.985Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T07:58:20.986Z||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-08-25T07:58:20.986Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:21.003Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:21.004Z||pool-280-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:21.887Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:21.888Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:21.894Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:21.894Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:58:21.998Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T07:58:22.000Z||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-08-25T07:58:22.000Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:22.032Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:22.033Z||pool-281-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:58:22.894Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:22.896Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:22.900Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:22.900Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T07:58:22.999Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T07:58:23.000Z||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-08-25T07:58:23.000Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:23.085Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:23.086Z||pool-282-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:23.901Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:23.902Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:23.904Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:23.904Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:58:24.008Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T07:58:24.010Z||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-08-25T07:58:24.010Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:24.032Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:24.033Z||pool-283-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:24.904Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:58:24.905Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:24.909Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:24.909Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T07:58:25.010Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:25.012Z||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-08-25T07:58:25.013Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:25.030Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:25.030Z||pool-284-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:58:25.910Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "serviceName": "vFW 2022-08-25 07-56-05",
  "serviceVersion": "1.0",
  "serviceUUID": "679fc422-963b-48f9-93a4-2e209e48c34a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c8466145-4516-4f46-b00b-2ca5831bfdc0",
  "resources": [
    {
      "resourceInstanceName": "vFW 464cbfc4-0807 0",
      "resourceCustomizationUUID": "8239e493-5a99-439d-9790-4eb2b378dfb2",
      "resourceName": "vFW 464cbfc4-0807",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "47a3313c-cd3d-45cb-9def-d17a5e5e4cb5",
      "resourceInvariantUUID": "0dc26049-1b9e-4f39-96e6-0d7eb6081119",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw464cbfc408070_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
          "artifactChecksum": "NzEyNjAwNjc3MDRiZDA2NTE3NGMxMmEzOWI0MmYyMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57c3be78-a06b-4ce5-b31f-9dc045a7a707",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ef62a020-1d11-411a-a6a9-e6bd62c5f37a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f0534f71-ace1-40cb-91be-5908e45fb62b",
            "generatedFromUUID": "ef62a020-1d11-411a-a6a9-e6bd62c5f37a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f0534f71-ace1-40cb-91be-5908e45fb62b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825075605-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
      "artifactChecksum": "MjkwNTMzZjIzNmMxNmYxNTQwZTllMzU5OTA2NWU0MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc65b7b6-788d-4e4c-9122-faded5b68259"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T07:58:25.911Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:58:25.911Z|414025d4-bb65-4338-863d-f21a09e36c05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 679fc422-963b-48f9-93a4-2e209e48c34a ASDC
2022-08-25T07:58:25.912Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||ASDC Notification:
DistributionID:cfdf4639-5794-4a18-8fca-02f50cce4862
ServiceName:vFW 2022-08-25 07-56-05
ServiceVersion:1.0
ServiceUUID:679fc422-963b-48f9-93a4-2e209e48c34a
ServiceInvariantUUID:c8466145-4516-4f46-b00b-2ca5831bfdc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825075605-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar
ArtifactUUID:cc65b7b6-788d-4e4c-9122-faded5b68259
ArtifactChecksum:MjkwNTMzZjIzNmMxNmYxNTQwZTllMzU5OTA2NWU0MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 464cbfc4-0807 0
ResourceCustomizationUUID:8239e493-5a99-439d-9790-4eb2b378dfb2
ResourceInvariantUUID:0dc26049-1b9e-4f39-96e6-0d7eb6081119
ResourceName:vFW 464cbfc4-0807
ResourceType:VF
ResourceUUID:47a3313c-cd3d-45cb-9def-d17a5e5e4cb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw464cbfc408070_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json
ArtifactUUID:57c3be78-a06b-4ce5-b31f-9dc045a7a707
ArtifactChecksum:NzEyNjAwNjc3MDRiZDA2NTE3NGMxMmEzOWI0MmYyMmE=
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/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml
ArtifactUUID:ef62a020-1d11-411a-a6a9-e6bd62c5f37a
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/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
ArtifactUUID:f0534f71-ace1-40cb-91be-5908e45fb62b
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/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
ArtifactUUID:f0534f71-ace1-40cb-91be-5908e45fb62b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T07:58:25.912Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 679fc422-963b-48f9-93a4-2e209e48c34a 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-08-25T07:58:25.967Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:58:25.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:58:25.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:58:25.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Trying to download the artifact UUID: cc65b7b6-788d-4e4c-9122-faded5b68259 from URL: /sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:25.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:58:25.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:26.081Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:58:26.086Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar cc65b7b6-788d-4e4c-9122-faded5b68259 100584
2022-08-25T07:58:26.086Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar ASDC sendASDCNotification
2022-08-25T07:58:26.087Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:26.087Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:58:26.087Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:26.089Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:26.089Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414306086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:58:26.190Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:58:26.191Z||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-08-25T07:58:26.191Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:26.210Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:26.211Z||pool-285-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:58:27.090Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:58:27.091Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:58:27.091Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Trying to write artifact UUID: cc65b7b6-788d-4e4c-9122-faded5b68259, URL: /sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar to file: /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:27.091Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825075605-csar.csar
2022-08-25T07:58:27.092Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:27.092Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:27.306Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6704114493149701685/Definitions/service-Vfw20220825075605-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-25T07:58:30.515Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||####################################################################################################
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.516Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 464cbfc4-0807 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-Vfw20220825075605-csar.csar
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|WARN|500||####################################################################################################
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:58:30.517Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.518Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.519Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.519Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:30.519Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:30.519Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:58:30.520Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:58:30.521Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:30.522Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:30.523Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.523Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:30.523Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:30.523Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:30.524Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:58:30.525Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e2097fa2-c2ac-4505-a53d-b4e79c63b68e
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:30.526Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.527Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.528Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf8eb862-aeaa-4ba6-b5f3-7bbc90ae7f4d
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.529Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:30.530Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e568329-35a9-4954-94ce-8da65235bd1d
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.531Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.532Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.544Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.544Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:30.544Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:30.545Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 07-56-05
Description:catalog service description
Model UUID:679fc422-963b-48f9-93a4-2e209e48c34a
Model Version:NULL
Model InvariantUuid:c8466145-4516-4f46-b00b-2ca5831bfdc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 464cbfc4-0807
Model UUID:3338f8fc-0fd0-4a8a-95a0-cfdc070a428e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dc26049-1b9e-4f39-96e6-0d7eb6081119
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8239e493-5a99-439d-9790-4eb2b378dfb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ae8585a-ed1d-42a9-8de9-28f6d6be325b
ModelName:Vfw464cbfc40807..base_vfw..module-0
ModelUuid:d6a0dd29-12d8-4643-b909-672108ca0266
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2097fa2-c2ac-4505-a53d-b4e79c63b68e
ModelInvariantUuid:2352e1ee-f4b2-41f0-8cfa-15204a513bf9
ModelName:vFW 464cbfc4-0807-nodes.vfwCvfc
ModelUuid:8a61811d-4aee-4450-81e2-27171cdc4c94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:eb66bcb2-523f-426d-8ce5-db4e6c633547
ModelInvariantUuid:b2bf52c9-9fb8-498e-8af2-09e897ac4775
ModelName:Vfw464cbfc40807.compute.nodes.heat.vfw
ModelUuid:27bef10a-b9f4-4398-8cd8-4ce49e7d86a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cf8eb862-aeaa-4ba6-b5f3-7bbc90ae7f4d
ModelInvariantUuid:2dfb5a0f-2c26-4986-b141-0651a3e8321e
ModelName:vFW 464cbfc4-0807-nodes.vsnCvfc
ModelUuid:97fc61cb-dc07-420e-bc5b-88a16521c940
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ee08c980-d05e-4591-b552-af7b4e665a80
ModelInvariantUuid:5e49b50e-e2a1-4cd8-a5a6-c86bcd28b0e5
ModelName:Vfw464cbfc40807.compute.nodes.heat.vsn
ModelUuid:67467c31-a162-432b-a5ff-e604466b1a90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e568329-35a9-4954-94ce-8da65235bd1d
ModelInvariantUuid:8f92620c-1297-413b-b2eb-74bdac8c6b5d
ModelName:vFW 464cbfc4-0807-nodes.vpgCvfc
ModelUuid:34547535-e462-44a0-aacb-286b176b3613
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:20b43909-e180-4a89-bac6-91093798b367
ModelInvariantUuid:c8734613-556b-43be-aaca-43a67c53b742
ModelName:Vfw464cbfc40807.compute.nodes.heat.vpg
ModelUuid:d36bcb8a-d16c-4bdc-ab74-359ab3c5931b
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-08-25T07:58:30.552Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 47a3313c-cd3d-45cb-9def-d17a5e5e4cb5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:58:30.555Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||vFW 464cbfc4-0807 0
2022-08-25T07:58:30.556Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 47a3313c-cd3d-45cb-9def-d17a5e5e4cb5
2022-08-25T07:58:30.556Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Trying to download the artifact UUID: 57c3be78-a06b-4ce5-b31f-9dc045a7a707 from URL: /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json
2022-08-25T07:58:30.556Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:58:30.556Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json
2022-08-25T07:58:30.633Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:58:30.634Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json 57c3be78-a06b-4ce5-b31f-9dc045a7a707 785
2022-08-25T07:58:30.635Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json ASDC sendASDCNotification
2022-08-25T07:58:30.635Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json
2022-08-25T07:58:30.635Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:58:30.636Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:30.638Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:30.638Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414310635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:58:30.738Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:30.739Z||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-08-25T07:58:30.739Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:30.765Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:30.766Z||pool-286-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:58:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:58:31.071Z||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-08-25T07:58:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:31.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:31.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:58:31.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:58:31.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:58:31.639Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw464cbfc40807..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ae8585a-ed1d-42a9-8de9-28f6d6be325b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6a0dd29-12d8-4643-b909-672108ca0266",
    "vfModuleModelCustomizationUUID": "8b1a6af0-23cc-4a64-ab4f-0202a8f532ec",
    "isBase": true,
    "artifacts": [
      "ef62a020-1d11-411a-a6a9-e6bd62c5f37a",
      "f0534f71-ace1-40cb-91be-5908e45fb62b"
    ],
    "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-08-25T07:58:31.644Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw464cbfc40807..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6a0dd29-12d8-4643-b909-672108ca0266
VfModuleModelInvariantUUID:7ae8585a-ed1d-42a9-8de9-28f6d6be325b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef62a020-1d11-411a-a6a9-e6bd62c5f37a
,
f0534f71-ace1-40cb-91be-5908e45fb62b

}
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-08-25T07:58:31.646Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw464cbfc40807..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ae8585a-ed1d-42a9-8de9-28f6d6be325b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6a0dd29-12d8-4643-b909-672108ca0266",
    "vfModuleModelCustomizationUUID": "8b1a6af0-23cc-4a64-ab4f-0202a8f532ec",
    "isBase": true,
    "artifacts": [
      "ef62a020-1d11-411a-a6a9-e6bd62c5f37a",
      "f0534f71-ace1-40cb-91be-5908e45fb62b"
    ],
    "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-08-25T07:58:31.647Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw464cbfc40807..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6a0dd29-12d8-4643-b909-672108ca0266
VfModuleModelInvariantUUID:7ae8585a-ed1d-42a9-8de9-28f6d6be325b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef62a020-1d11-411a-a6a9-e6bd62c5f37a
,
f0534f71-ace1-40cb-91be-5908e45fb62b

}
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-08-25T07:58:31.647Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Trying to download the artifact UUID: ef62a020-1d11-411a-a6a9-e6bd62c5f37a from URL: /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml
2022-08-25T07:58:31.647Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:58:31.647Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml
2022-08-25T07:58:31.729Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:58:31.730Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml ef62a020-1d11-411a-a6a9-e6bd62c5f37a 20368
2022-08-25T07:58:31.730Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:58:31.730Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml
2022-08-25T07:58:31.730Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:58:31.731Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:31.733Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:31.733Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414311730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:58:31.835Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:58:31.837Z||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-08-25T07:58:31.837Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:31.855Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:31.856Z||pool-287-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:32.734Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Trying to download the artifact UUID: f0534f71-ace1-40cb-91be-5908e45fb62b from URL: /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
2022-08-25T07:58:32.734Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:58:32.734Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
2022-08-25T07:58:32.869Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:58:32.870Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env f0534f71-ace1-40cb-91be-5908e45fb62b 2098
2022-08-25T07:58:32.871Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:58:32.871Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
2022-08-25T07:58:32.871Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:58:32.871Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:32.873Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:32.873Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414312871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T07:58:32.973Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:32.974Z||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-08-25T07:58:32.974Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:33.014Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:33.015Z||pool-288-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:33.874Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Preparing to deploy Service: 679fc422-963b-48f9-93a4-2e209e48c34a
2022-08-25T07:58:33.876Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 464cbfc4-0807 0 47a3313c-cd3d-45cb-9def-d17a5e5e4cb5 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-08-25T07:58:33.926Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20654561, org.onap.sdc.toscaparser.api.parameters.Input@d8f081b, org.onap.sdc.toscaparser.api.parameters.Input@3311b82e, org.onap.sdc.toscaparser.api.parameters.Input@78e8929f, org.onap.sdc.toscaparser.api.parameters.Input@72ac9eae]
2022-08-25T07:58:33.928Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.929Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.930Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T07:58:33.930Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||VFCustomizationUUID= 8239e493-5a99-439d-9790-4eb2b378dfb2
2022-08-25T07:58:33.930Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8239e493-5a99-439d-9790-4eb2b378dfb2 matches Tosca VF Customization UUID: 8239e493-5a99-439d-9790-4eb2b378dfb2
2022-08-25T07:58:33.930Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||vfCustomizationUUID: 8239e493-5a99-439d-9790-4eb2b378dfb2  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-08-25T07:58:33.934Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.934Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.935Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||resource request for resource customization id 8239e493-5a99-439d-9790-4eb2b378dfb2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:58:33.935Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b886fe
2022-08-25T07:58:33.936Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.936Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:58:33.936Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b1a6af0-23cc-4a64-ab4f-0202a8f532ec
2022-08-25T07:58:33.936Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b1a6af0-23cc-4a64-ab4f-0202a8f532ec
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-08-25T07:58:33.942Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.942Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.945Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:33.945Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.945Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.946Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:33.946Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.946Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:33.946Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:33.946Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:33.947Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:58:33.947Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:58:33.947Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:58:33.947Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.947Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.948Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:58:33.948Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.948Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:58:33.948Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.949Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e2097fa2-c2ac-4505-a53d-b4e79c63b68e
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-08-25T07:58:33.953Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.953Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.953Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.954Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.955Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.955Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:58:33.955Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:58:33.955Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:58:33.955Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.956Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:58:33.956Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.956Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf8eb862-aeaa-4ba6-b5f3-7bbc90ae7f4d
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-08-25T07:58:33.960Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.960Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.961Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:33.961Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.961Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is not matching search criteria
2022-08-25T07:58:33.961Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:58:33.962Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:58:33.962Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:58:33.962Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.962Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.962Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.963Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:58:33.963Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:58:33.963Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:58:33.963Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:58:33.963Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:58:33.964Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:58:33.964Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e568329-35a9-4954-94ce-8da65235bd1d
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-08-25T07:58:33.966Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.966Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.966Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:58:33.967Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.967Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Node template vFW 464cbfc4-0807 0 is matching search criteria
2022-08-25T07:58:33.969Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found topology templates [vFW 464cbfc4-0807 0] matching following query criteria: sdcType=VF, customizationUUID=8239e493-5a99-439d-9790-4eb2b378dfb2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T07:58:33.977Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.977Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.977Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500|| resourceSeq for service uuid 679fc422-963b-48f9-93a4-2e209e48c34a: vFW 464cbfc4-0807
2022-08-25T07:58:33.977Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.978Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.978Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.978Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.978Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.978Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.979Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.979Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.979Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T07:58:33.979Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Service vFW 2022-08-25 07-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:58:33.979Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||Saving Service: vFW 2022-08-25 07-56-05 
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-08-25T07:58:34.163Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 464cbfc4-0807 47a3313c-cd3d-45cb-9def-d17a5e5e4cb5 1 ASDC deployResourceStructure
2022-08-25T07:58:34.163Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json ASDC sendASDCNotification
2022-08-25T07:58:34.163Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json
2022-08-25T07:58:34.164Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:58:34.164Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:34.166Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:34.166Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414314163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T07:58:34.268Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T07:58:34.272Z||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-08-25T07:58:34.272Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:34.286Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:34.287Z||pool-289-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:35.168Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:58:35.169Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml
2022-08-25T07:58:35.169Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:58:35.169Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:35.172Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:35.172Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T07:58:35.272Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:35.274Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:58:35.274Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:35.289Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:35.290Z||pool-290-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:36.172Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:58:36.173Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env
2022-08-25T07:58:36.173Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:58:36.174Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:36.176Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:36.176Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414316172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T07:58:36.276Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:36.277Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:58:36.277Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:36.294Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:36.294Z||pool-291-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:37.177Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar ASDC sendASDCNotification
2022-08-25T07:58:37.177Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar
2022-08-25T07:58:37.179Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:58:37.179Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:58:37.181Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:58:37.181Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414317177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T07:58:37.281Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:58:37.282Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T07:58:37.282Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:58:37.298Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:58:37.298Z||pool-292-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:58:38.182Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:58:38.208Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:58:38.212Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:58:38.212Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:58:38.213Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:59:08.213Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:59:08.228Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:59:08.235Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:59:08.236Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:59:08.236Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T07:59:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:59:31.071Z||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-08-25T07:59:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:59:31.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T07:59:31.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T07:59:31.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T07:59:31.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-25T07:59:38.236Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T07:59:38.252Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T07:59:38.254Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:59:38.255Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T07:59:38.255Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T08:00:08.255Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:00:08.280Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:00:08.283Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:00:08.283Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T08:00:08.283Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T08:00:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:00:31.072Z||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-08-25T08:00:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:00:31.144Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:00:31.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414253144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T08:00:31.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414245917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "aai-ml",
  "timestamp": 1661414254150,
  "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-08-25T08:00:31.167Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T08:00:31.167Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T08:00:31.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/resourceInstances/pnfd76998af0c160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414251717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414259561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414259974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414262609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjkl55ldkyzuslofmpl5/1.0/artifacts/service-DemoPnfJjkl55ldkyzuslofmpl5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414262741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414263716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:00:31.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414263745,
  "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-08-25T08:00:31.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T08:00:31.202Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T08:00:31.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414265730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:00:31.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "clamp",
  "timestamp": 1661414266736,
  "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-08-25T08:00:31.220Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfdf4639-5794-4a18-8fca-02f50cce4862
2022-08-25T08:00:31.220Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T08:00:31.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "414025d4-bb65-4338-863d-f21a09e36c05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414297830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414251064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414306086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:00:31.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:31.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:00:31.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414310635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:00:31.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:00:38.284Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:00:38.297Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:00:38.300Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:00:38.300Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T08:00:38.300Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T08:00:38.300Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T08:00:38.300Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T08:00:38.301Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?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-08-25T08:00:38.307Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T08:01:08.307Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cfdf4639-5794-4a18-8fca-02f50cce4862 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-08-25T08:01:08.315Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfdf4639-5794-4a18-8fca-02f50cce4862 and serviceModelVersionId: 679fc422-963b-48f9-93a4-2e209e48c34a
2022-08-25T08:01:08.315Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8466145-4516-4f46-b00b-2ca5831bfdc0
2022-08-25T08:01:08.317Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0
2022-08-25T08:01:08.322Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T08:01:08.359Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a69fd43b-3f45-419f-bfe2-3d7093209401/model-vers/model-ver/43bdf74c-80ee-4b5e-8256-f4f832276a17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:08.362Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||Invoke
2022-08-25T08:01:09.896Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:09.901Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||Invoke
2022-08-25T08:01:11.436Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:11.445Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||Invoke
2022-08-25T08:01:12.466Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:01:12.471Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:12.472Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:01:12.472Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:12.478Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:12.479Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfdf4639-5794-4a18-8fca-02f50cce4862 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:01:12.479Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T08:01:12.480Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:01:12.483Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:01:12.483Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|DEBUG|500||try to send status {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414472479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:01:12.583Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:01:12.584Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:01:12.584Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:12.610Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:01:12.611Z||pool-293-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T08:01:13.504Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:01:13.505Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:13.505Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:23.923Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:01:23.924Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:01:23.924Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:23.924Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:01:31.071Z||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-08-25T08:01:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:31.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:01:31.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414311730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:01:31.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414312871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414314163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/vfw464cbfc408070_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414316172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/resourceInstances/vfw464cbfc408070/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T08:01:31.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:31.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T08:01:31.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414317177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825075605/1.0/artifacts/service-Vfw20220825075605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:01:31.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:01:33.502Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:01:33.502Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:01:33.503Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:33.503Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:43.067Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:01:43.068Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:01:43.069Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:01:43.069Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:01:52.637Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:02:31.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:02:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:02:31.073Z||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-08-25T08:02:31.073Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:02:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:02:31.073Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:02:31.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:02:31.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T08:02:31.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfdf4639-5794-4a18-8fca-02f50cce4862",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414472479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:02:31.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:02:40.698Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:03:31.064Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:03:31.065Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T08:03:31.065Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:03:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:03:31.071Z||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-08-25T08:03:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:03:40.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:03:40.693Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:04:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:04:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:04:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:04:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:04:31.071Z||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-08-25T08:04:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:04:40.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:04:40.695Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:05:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:05:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:05:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:05:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:05:31.071Z||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-08-25T08:05:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:05:40.701Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:05:40.711Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:06:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:06:31.066Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:06:31.066Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:06:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:06:31.071Z||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-08-25T08:06:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:06:40.657Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:06:40.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:07:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:07:31.065Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:07:31.066Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:07:31.070Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:07:31.070Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T08:07:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:07:40.676Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:07:40.678Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:31.064Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:08:31.066Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:08:31.067Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:08:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:08:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:31.752Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:31.754Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.754Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1fa57589-0c54-4760-ac1f-780c8973cd3c","serviceName":"Demo_pNF_gpSU7uLNDV4zAxyRbv4o","serviceVersion":"1.0","serviceUUID":"5dd78132-535f-417f-96fe-0bf22c84acd9","serviceDescription":"catalog service description","serviceInvariantUUID":"39fa5434-6e52-413b-8317-6028b085bf3d","resources":[{"resourceInstanceName":"pNF f088560e-a068 0","resourceName":"pNF f088560e-a068","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"23023684-294a-4747-bb5c-246866b518aa","resourceInvariantUUID":"65b2cc2c-2993-4c98-96ae-f2bc9e10a3c2","resourceCustomizationUUID":"097e545e-429e-4244-aa74-479a1e40b334","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml","artifactChecksum":"NmVjMjExOGM0YzczYjEyNTFjMzEwN2VlMGRmOGM1Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4ae8c1a-764b-4b2d-a916-a0525c786544","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar","artifactChecksum":"MDE4NjFmYWJiNTFjNGRhZTlmODYxNTQxZGMwNmUyM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc913fd8-a068-4068-8372-267aea90e1cd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"157c4f28-233f-457f-9c6f-5c8bb1617a37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY5MWJiN2MwOTY0ZjI4NjEzOWM3ZTYwNTg3MmU4YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca63b46d-c930-4724-a61f-6dd3b5b200d8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf66484b-9233-415f-8919-b4f43f0ba799","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6df44cb2-47a6-4808-a397-3761985d8885","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml","artifactChecksum":"NDFkYjRkNGRiODQ1ZGNlMTM4NzNjZGEwMDBlZjdmODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25ecd2f2-7384-4afe-94f6-cff446fe7553","artifactVersion":"1"},{"artifactName":"service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar","artifactChecksum":"MjgwNDc1YTg4Njc3YmJlYmEwZjA0OGEzYjk3NWNjNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a14163b3-a1d1-4f1f-bdde-930466b2f12d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T08:08:31.758Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:31.759Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:31.764Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:31.764Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.775Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:31.777Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.777Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.778Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.779Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.780Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.781Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.782Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.783Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.784Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.785Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.786Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.787Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.788Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661414876930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414875916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414870632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.789Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414884790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.790Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414884849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.791Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.792Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414885803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:08:31.792Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.792Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.792Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "cds",
  "timestamp": 1661414885856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-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-08-25T08:08:31.840Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.841Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:31.864Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:08:31.864Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.864Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.864Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:31.865Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:31.864Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.865Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.865Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.865Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.865Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.865Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661414886806,
  "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-08-25T08:08:31.876Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.877Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:31.888Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.888Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.888Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.888Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414879709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414888491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.889Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414881717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414889496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414890524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.890Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.891Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.891Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "policy-id",
  "timestamp": 1661414890500,
  "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-08-25T08:08:31.898Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:31.898Z||pool-294-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:31.901Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.901Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:31.922Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.922Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414892459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:08:31.922Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.922Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.923Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661414893462,
  "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-08-25T08:08:31.934Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.935Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:31.947Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.947Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.947Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.947Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414897943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.948Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.949Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414899963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.950Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "clamp",
  "timestamp": 1661414900968,
  "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-08-25T08:08:31.961Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.961Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:31.976Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.977Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:31.977Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.977Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.978Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414895755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:31.978Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:08:31.978Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.978Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414904548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:31.978Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.979Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.979Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414909975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T08:08:31.979Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:08:31.980Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:08:31.980Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "aai-ml",
  "timestamp": 1661414910981,
  "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-08-25T08:08:31.988Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1fa57589-0c54-4760-ac1f-780c8973cd3c
2022-08-25T08:08:31.989Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:08:32.765Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:32.767Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:32.770Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:32.770Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:32.870Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:08:32.872Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:32.872Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:32.912Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:32.912Z||pool-295-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:08:33.774Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:33.775Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:33.778Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:33.778Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:33.878Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:08:33.879Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:33.879Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:33.896Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:33.897Z||pool-296-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:34.778Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:34.779Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:34.782Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:34.782Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:34.883Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:08:34.884Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:34.884Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:34.900Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:34.901Z||pool-297-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:35.783Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:35.786Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:35.789Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:35.790Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:35.892Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T08:08:35.893Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:35.893Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:35.914Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:35.914Z||pool-298-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:36.790Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:36.791Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:36.794Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:36.794Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:36.894Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:08:36.895Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:36.895Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:36.918Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:36.919Z||pool-299-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:37.795Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:37.796Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:37.799Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:37.799Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:08:37.899Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:08:37.900Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:37.900Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:37.923Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:37.923Z||pool-300-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:38.800Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:08:38.801Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:38.804Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:38.804Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:08:38.904Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:08:38.905Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:38.905Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:38.924Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:38.924Z||pool-301-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:39.806Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "serviceName": "Demo_pNF_gpSU7uLNDV4zAxyRbv4o",
  "serviceVersion": "1.0",
  "serviceUUID": "5dd78132-535f-417f-96fe-0bf22c84acd9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "39fa5434-6e52-413b-8317-6028b085bf3d",
  "resources": [
    {
      "resourceInstanceName": "pNF f088560e-a068 0",
      "resourceCustomizationUUID": "097e545e-429e-4244-aa74-479a1e40b334",
      "resourceName": "pNF f088560e-a068",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "23023684-294a-4747-bb5c-246866b518aa",
      "resourceInvariantUUID": "65b2cc2c-2993-4c98-96ae-f2bc9e10a3c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
      "artifactChecksum": "MjgwNDc1YTg4Njc3YmJlYmEwZjA0OGEzYjk3NWNjNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a14163b3-a1d1-4f1f-bdde-930466b2f12d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T08:08:39.807Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T08:08:39.807Z|17765b41-cdaa-4cc3-ace5-93462b0cc428|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5dd78132-535f-417f-96fe-0bf22c84acd9 ASDC
2022-08-25T08:08:39.808Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1fa57589-0c54-4760-ac1f-780c8973cd3c
ServiceName:Demo_pNF_gpSU7uLNDV4zAxyRbv4o
ServiceVersion:1.0
ServiceUUID:5dd78132-535f-417f-96fe-0bf22c84acd9
ServiceInvariantUUID:39fa5434-6e52-413b-8317-6028b085bf3d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
ArtifactUUID:a14163b3-a1d1-4f1f-bdde-930466b2f12d
ArtifactChecksum:MjgwNDc1YTg4Njc3YmJlYmEwZjA0OGEzYjk3NWNjNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f088560e-a068 0
ResourceCustomizationUUID:097e545e-429e-4244-aa74-479a1e40b334
ResourceInvariantUUID:65b2cc2c-2993-4c98-96ae-f2bc9e10a3c2
ResourceName:pNF f088560e-a068
ResourceType:PNF
ResourceUUID:23023684-294a-4747-bb5c-246866b518aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T08:08:39.808Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5dd78132-535f-417f-96fe-0bf22c84acd9 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-08-25T08:08:39.849Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:08:39.851Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:08:39.851Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:08:39.852Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Trying to download the artifact UUID: a14163b3-a1d1-4f1f-bdde-930466b2f12d from URL: /sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:39.852Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:08:39.852Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:39.973Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:08:39.979Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar a14163b3-a1d1-4f1f-bdde-930466b2f12d 87782
2022-08-25T08:08:39.980Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar ASDC sendASDCNotification
2022-08-25T08:08:39.980Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:39.980Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:08:39.980Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:39.983Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:39.983Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414919979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:08:40.083Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:08:40.087Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:40.087Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:40.102Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:40.103Z||pool-302-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:40.983Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:08:40.987Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:08:40.987Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Trying to write artifact UUID: a14163b3-a1d1-4f1f-bdde-930466b2f12d, URL: /sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar to file: /app/ASDC/1/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:40.988Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:40.989Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:40.989Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:41.258Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17829327735101608921/Definitions/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml
2022-08-25T08:08:42.609Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|WARN|500||####################################################################################################
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.610Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f088560e-a068 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-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|WARN|500||####################################################################################################
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.611Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Node template pNF f088560e-a068 0 is matching search criteria
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Found topology templates [pNF f088560e-a068 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Node template pNF f088560e-a068 0 is matching search criteria
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T08:08:42.612Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Found topology templates [pNF f088560e-a068 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.613Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.614Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.614Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.614Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.614Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gpSU7uLNDV4zAxyRbv4o
Description:catalog service description
Model UUID:5dd78132-535f-417f-96fe-0bf22c84acd9
Model Version:NULL
Model InvariantUuid:39fa5434-6e52-413b-8317-6028b085bf3d
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-08-25T08:08:42.623Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 23023684-294a-4747-bb5c-246866b518aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:08:42.627Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||pNF f088560e-a068 0
2022-08-25T08:08:42.627Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 23023684-294a-4747-bb5c-246866b518aa
2022-08-25T08:08:42.627Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||No resources found for Service: 5dd78132-535f-417f-96fe-0bf22c84acd9
2022-08-25T08:08:42.627Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Preparing to deploy Service: 5dd78132-535f-417f-96fe-0bf22c84acd9
2022-08-25T08:08:42.627Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f088560e-a068 0 23023684-294a-4747-bb5c-246866b518aa 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-08-25T08:08:42.633Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f76b747, org.onap.sdc.toscaparser.api.parameters.Input@63c988be, org.onap.sdc.toscaparser.api.parameters.Input@68e0ba5f, org.onap.sdc.toscaparser.api.parameters.Input@720a544e, org.onap.sdc.toscaparser.api.parameters.Input@487c19c7]
2022-08-25T08:08:42.633Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.633Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.634Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500|| resourceSeq for service uuid 5dd78132-535f-417f-96fe-0bf22c84acd9: pNF f088560e-a068
2022-08-25T08:08:42.634Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Processing PNF resource: 23023684-294a-4747-bb5c-246866b518aa
2022-08-25T08:08:42.634Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:08:42.634Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Service Demo_pNF_gpSU7uLNDV4zAxyRbv4o is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:08:42.634Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||Resource customization UUID: 097e545e-429e-4244-aa74-479a1e40b334 is the same as notified resource customizationUUID: 097e545e-429e-4244-aa74-479a1e40b334
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-08-25T08:08:42.674Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f088560e-a068 23023684-294a-4747-bb5c-246866b518aa 0 ASDC deployResourceStructure
2022-08-25T08:08:42.675Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar ASDC sendASDCNotification
2022-08-25T08:08:42.675Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar
2022-08-25T08:08:42.676Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:08:42.676Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:08:42.680Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:08:42.680Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414922675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:08:42.779Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:08:42.780Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:08:42.780Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:08:42.793Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:08:42.794Z||pool-303-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:08:43.681Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa57589-0c54-4760-ac1f-780c8973cd3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:08:43.705Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa57589-0c54-4760-ac1f-780c8973cd3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:08:43.711Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:08:43.712Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T08:08:43.712Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T08:08:43.712Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T08:08:43.713Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T08:08:43.713Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T08:08:43.713Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?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-08-25T08:08:43.723Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T08:09:13.724Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fa57589-0c54-4760-ac1f-780c8973cd3c 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-08-25T08:09:13.735Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fa57589-0c54-4760-ac1f-780c8973cd3c and serviceModelVersionId: 5dd78132-535f-417f-96fe-0bf22c84acd9
2022-08-25T08:09:13.736Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39fa5434-6e52-413b-8317-6028b085bf3d
2022-08-25T08:09:13.739Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0
2022-08-25T08:09:13.758Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/382d0a2b-a972-4f46-806e-3d801cdf5aba/model-vers/model-ver/5cc56e0b-6d2d-4fc0-bad0-8ee33ab520b1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T08:09:13.812Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Invoke
2022-08-25T08:09:13.813Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b734b44-7242-4eb5-9822-6dd7c4ef56fd], X-ECOMP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-TransactionId=[], X-ONAP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], Content-Type=[application/merge-patch+json]}
2022-08-25T08:09:15.338Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Invoke
2022-08-25T08:09:15.339Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3cf780a2-7adf-46c0-9a80-3e4ddcad57a0], X-ECOMP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-TransactionId=[], X-ONAP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], Content-Type=[application/merge-patch+json]}
2022-08-25T08:09:16.875Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Invoke
2022-08-25T08:09:16.876Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cfd0890-305b-41e0-a6d9-e2ac7d1640c9], X-ECOMP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], X-TransactionId=[], X-ONAP-RequestID=[1fa57589-0c54-4760-ac1f-780c8973cd3c], Content-Type=[application/merge-patch+json]}
2022-08-25T08:09:17.911Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:09:17.911Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:09:17.912Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:09:17.912Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:09:17.920Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:09:17.921Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fa57589-0c54-4760-ac1f-780c8973cd3c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:09:17.921Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T08:09:17.921Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:09:17.925Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:09:17.925Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414957921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:09:18.025Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:09:18.027Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:09:18.027Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:09:18.066Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:09:18.067Z||pool-304-thread-1|||||INFO|500||cambria reply ok (41 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-08-25T08:09:31.064Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:09:31.066Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:09:31.066Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:09:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:09:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:09:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:09:31.221Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:09:31.221Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:09:31.221Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:09:31.223Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:09:40.674Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:10:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:10:31.065Z||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-08-25T08:10:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:10:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:10:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:10:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:10:31.648Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:10:31.649Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.649Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.650Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.651Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/resourceInstances/pnff088560ea0680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.652Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.653Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414911064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:10:31.653Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:10:31.653Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.653Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414919979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:10:31.653Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414922675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGpsu7ulndv4zaxyrbv4o/1.0/artifacts/service-DemoPnfGpsu7ulndv4zaxyrbv4o-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||received message from topic
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa57589-0c54-4760-ac1f-780c8973cd3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661414957921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:10:31.654Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:10:40.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:11:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:11:31.065Z||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-08-25T08:11:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:11:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:11:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:11:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:11:40.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:11:40.695Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:12:31.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:12:31.069Z||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-08-25T08:12:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:12:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:12:31.070Z||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-08-25T08:12:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:12:40.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:12:40.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:13:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:13:31.065Z||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-08-25T08:13:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:13:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:13:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:13:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:13:40.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:13:40.734Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:14:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:14:31.065Z||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-08-25T08:14:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:14:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:14:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T08:14:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:14:40.698Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:14:40.714Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:31.066Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:15:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:15:31.072Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:15:31.072Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:31.072Z||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-08-25T08:15:31.082Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:31.284Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:31.301Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.302Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.303Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.304Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.305Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.306Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.307Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.308Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.309Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.310Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.311Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.312Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.313Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.314Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.315Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415275632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.316Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415276927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415279709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415285755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.317Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415292103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415292584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415293837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.318Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415294666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415293590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.319Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415294927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.320Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.320Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.320Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "policy-id",
  "timestamp": 1661415294593,
  "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-08-25T08:15:31.357Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.357Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.374Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.374Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415296025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.374Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.374Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.374Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "cds",
  "timestamp": 1661415294588,
  "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=?
2022-08-25T08:15:31.382Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.383Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.393Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.394Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.396Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.396Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.397Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415297051,
  "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-08-25T08:15:31.411Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.412Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.421Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.421Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.421Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.421Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.421Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415298054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.422Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.423Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.424Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.425Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.426Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415301722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T08:15:31.427Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.428Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.429Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "aai-ml",
  "timestamp": 1661415302731,
  "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-08-25T08:15:31.436Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.436Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.449Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.450Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.451Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.452Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.452Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.452Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.452Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.453Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.453Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.453Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.453Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.453Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.454Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.454Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.454Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.454Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.456Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.457Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.457Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.457Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.457Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.457Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.458Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.459Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.459Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.459Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661415293987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.459Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.459Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.460Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.461Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.461Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.461Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.461Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.461Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.462Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415295591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.463Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.464Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415306627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.465Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415299076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415308057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.466Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.467Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.467Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.467Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.467Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.467Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "cds",
  "timestamp": 1661415308027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T08:15:31.487Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:15:31.487Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:15:31.498Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415309892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415299709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.499Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415311051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415310469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.500Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415310550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415312116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415311478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415311472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.501Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.502Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.502Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415313280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.502Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.502Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.502Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "clamp",
  "timestamp": 1661415312482,
  "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-08-25T08:15:31.508Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.508Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.519Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.519Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "policy-id",
  "timestamp": 1661415312474,
  "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-08-25T08:15:31.525Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:15:31.525Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:15:31.533Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.533Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415313002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.533Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.534Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.534Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415314522,
  "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-08-25T08:15:31.539Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:15:31.539Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:15:31.546Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.546Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.546Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.546Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.546Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415314005,
  "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-08-25T08:15:31.552Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e027d15-b349-4c8b-879a-4306721297cd
2022-08-25T08:15:31.552Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:15:31.566Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.566Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661415315538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.566Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.566Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.567Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.568Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.569Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.570Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.571Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.571Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.571Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.571Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.572Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.573Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.573Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.573Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.573Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.573Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.574Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.575Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.576Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415295917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.577Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.578Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.578Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.578Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.578Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.578Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.579Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.579Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415301717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.579Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.579Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.579Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415315755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415325103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.580Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415326622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415327291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:15:31.581Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661415328296,
  "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-08-25T08:15:31.588Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:15:31.589Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:15:31.789Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:31.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T08:15:31.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e027d15-b349-4c8b-879a-4306721297cd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12282bc0-b3d4-4a3b-adb4-e3b04db02983","serviceDescription":"service","serviceInvariantUUID":"1b867d84-c869-475b-8d40-4cf153cad684","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87dc346c-bbf8-4892-a557-fe5974782dc6","resourceInvariantUUID":"26ff4e6d-8e96-4961-940c-a94a7882a828","resourceCustomizationUUID":"06d3faef-e917-43a4-a216-18d43f692f87","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":"YmJkYzk2ZWFjY2QxOGVkOTI2NTJmNzEyYWFhMmU4Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3afdeef3-9974-4aaa-afbc-eeeebd09fad0","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":"MDQ2YjAxOTI1MDRlZjYyYmViYjdiNDUzZDZlYjU0Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b64544c0-23c4-42e2-b3fe-7c6700b9b45c","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":"bc4692f6-0bab-4629-b45f-8dd53c2faf40","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":"1b7d2502-d7ca-4e2b-934a-644d40092ee6","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":"2daba263-b5ec-455b-afb1-2e134558b837","artifactVersion":"2","generatedFromUUID":"bc4692f6-0bab-4629-b45f-8dd53c2faf40"},{"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":"ZDUzNDM2OGVmNDk2ZmU1Y2JhMDk1MDQwZWQ2MTMwNzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3536046a-f4df-461d-a931-b4911978235f","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":"YzY0M2EwYjY1NWM5ZTBiZTE4Y2QzMTA1MTFkNGQ2Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6e81a1d-641a-4dcb-b65a-daac9cd4028d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjA1ZmZkMTFjZTU5N2E5NzIxZTZmNWU4MjlhMWM2ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9519384c-8490-41d3-a562-884363431004","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T08:15:31.793Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:31.794Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:31.798Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:31.798Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:31.898Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:15:31.899Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:31.900Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:31.965Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:31.966Z||pool-305-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:32.799Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:32.800Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:32.802Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:32.802Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:15:32.903Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T08:15:32.904Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:32.904Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:33.029Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:33.030Z||pool-306-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":2,"count":1}
2022-08-25T08:15:33.803Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:33.803Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:33.807Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:33.807Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:15:33.907Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:15:33.909Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:33.909Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:34.045Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:34.046Z||pool-307-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:34.811Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:34.812Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:34.816Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:34.817Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:34.916Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T08:15:34.917Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:34.918Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:34.935Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:34.936Z||pool-308-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:35.818Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:35.819Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:35.821Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:35.821Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T08:15:35.923Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T08:15:35.924Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:35.924Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:35.961Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:35.962Z||pool-309-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:15:36.822Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:36.823Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:36.825Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:36.826Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:36.926Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:36.927Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:36.927Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:36.950Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:36.950Z||pool-310-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:15:37.827Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:37.829Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:37.833Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:37.833Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:15:37.933Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:37.934Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:37.934Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:37.972Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:37.973Z||pool-311-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:38.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:15:38.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:38.842Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:38.843Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:15:38.942Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:15:38.943Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:38.944Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:38.968Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:38.968Z||pool-312-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:39.845Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "12282bc0-b3d4-4a3b-adb4-e3b04db02983",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b867d84-c869-475b-8d40-4cf153cad684",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "06d3faef-e917-43a4-a216-18d43f692f87",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87dc346c-bbf8-4892-a557-fe5974782dc6",
      "resourceInvariantUUID": "26ff4e6d-8e96-4961-940c-a94a7882a828",
      "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": "MDQ2YjAxOTI1MDRlZjYyYmViYjdiNDUzZDZlYjU0Nzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b64544c0-23c4-42e2-b3fe-7c6700b9b45c",
          "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": "bc4692f6-0bab-4629-b45f-8dd53c2faf40",
          "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": "2daba263-b5ec-455b-afb1-2e134558b837",
            "generatedFromUUID": "bc4692f6-0bab-4629-b45f-8dd53c2faf40"
          },
          "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": "2daba263-b5ec-455b-afb1-2e134558b837",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjA1ZmZkMTFjZTU5N2E5NzIxZTZmNWU4MjlhMWM2ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9519384c-8490-41d3-a562-884363431004"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T08:15:39.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T08:15:39.846Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12282bc0-b3d4-4a3b-adb4-e3b04db02983 ASDC
2022-08-25T08:15:39.847Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9e027d15-b349-4c8b-879a-4306721297cd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:12282bc0-b3d4-4a3b-adb4-e3b04db02983
ServiceInvariantUUID:1b867d84-c869-475b-8d40-4cf153cad684
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:9519384c-8490-41d3-a562-884363431004
ArtifactChecksum:MjA1ZmZkMTFjZTU5N2E5NzIxZTZmNWU4MjlhMWM2ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:06d3faef-e917-43a4-a216-18d43f692f87
ResourceInvariantUUID:26ff4e6d-8e96-4961-940c-a94a7882a828
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:87dc346c-bbf8-4892-a557-fe5974782dc6
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:b64544c0-23c4-42e2-b3fe-7c6700b9b45c
ArtifactChecksum:MDQ2YjAxOTI1MDRlZjYyYmViYjdiNDUzZDZlYjU0Nzk=
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:bc4692f6-0bab-4629-b45f-8dd53c2faf40
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:2daba263-b5ec-455b-afb1-2e134558b837
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:2daba263-b5ec-455b-afb1-2e134558b837
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T08:15:39.847Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12282bc0-b3d4-4a3b-adb4-e3b04db02983 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-08-25T08:15:39.906Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:15:39.908Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-25T08:15:39.909Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-25T08:15:39.909Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9519384c-8490-41d3-a562-884363431004 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T08:15:39.909Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-25T08:15:39.910Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T08:15:40.053Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-25T08:15:40.057Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9519384c-8490-41d3-a562-884363431004 82489
2022-08-25T08:15:40.058Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-25T08:15:40.058Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T08:15:40.058Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:15:40.058Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:40.061Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:40.061Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415340058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:40.161Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:40.162Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:40.162Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:40.201Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:40.202Z||pool-313-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:41.061Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:15:41.062Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-25T08:15:41.065Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9519384c-8490-41d3-a562-884363431004, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:41.068Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-25T08:15:41.068Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:41.068Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:41.448Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5879183621606320863/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-25T08:15:43.312Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|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-BasicVmMacro-csar.csar
2022-08-25T08:15:43.313Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|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-BasicVmMacro-csar.csar
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|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-BasicVmMacro-csar.csar
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|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-BasicVmMacro-csar.csar
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.314Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.315Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:43.315Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-25T08:15:43.315Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:15:43.316Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-25T08:15:43.317Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.318Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.319Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7096f8b-66e9-45e7-be9d-e28b9889f3e1
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.320Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:43.321Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:12282bc0-b3d4-4a3b-adb4-e3b04db02983
Model Version:NULL
Model InvariantUuid:1b867d84-c869-475b-8d40-4cf153cad684
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:48629d4c-f24c-4e32-abe3-64dbf2d15f98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26ff4e6d-8e96-4961-940c-a94a7882a828
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06d3faef-e917-43a4-a216-18d43f692f87
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:118d3b71-0c08-4a2f-b320-655cb2d5bd69
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e3485626-c435-4e77-b0de-a5a7d9d17155
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7096f8b-66e9-45e7-be9d-e28b9889f3e1
ModelInvariantUuid:3e34f444-d9f4-4b11-ae20-2a13732ed7f1
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:1baa6466-e12b-41e0-9bc0-54c844fdc7ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0f92e02f-52f4-437c-90a9-099fcc4bb54c
ModelInvariantUuid:95bfdf22-25f5-48b5-8c04-e96853b2f72b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:26fe7250-4d64-49ef-9c2b-a0164d1ffc83
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-08-25T08:15:43.328Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 87dc346c-bbf8-4892-a557-fe5974782dc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:15:43.332Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-08-25T08:15:43.332Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87dc346c-bbf8-4892-a557-fe5974782dc6
2022-08-25T08:15:43.333Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b64544c0-23c4-42e2-b3fe-7c6700b9b45c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-25T08:15:43.333Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-25T08:15:43.333Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:43.422Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-25T08:15:43.423Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b64544c0-23c4-42e2-b3fe-7c6700b9b45c 792
2022-08-25T08:15:43.423Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:43.423Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:43.423Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:15:43.423Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:43.425Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:43.425Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415343423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:43.526Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:43.526Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:43.527Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:43.548Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:43.548Z||pool-314-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:15:44.426Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "118d3b71-0c08-4a2f-b320-655cb2d5bd69",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3485626-c435-4e77-b0de-a5a7d9d17155",
    "vfModuleModelCustomizationUUID": "49bf58c4-50a8-420b-ae38-045895e0a273",
    "isBase": true,
    "artifacts": [
      "bc4692f6-0bab-4629-b45f-8dd53c2faf40",
      "2daba263-b5ec-455b-afb1-2e134558b837"
    ],
    "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-08-25T08:15:44.431Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3485626-c435-4e77-b0de-a5a7d9d17155
VfModuleModelInvariantUUID:118d3b71-0c08-4a2f-b320-655cb2d5bd69
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc4692f6-0bab-4629-b45f-8dd53c2faf40
,
2daba263-b5ec-455b-afb1-2e134558b837

}
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-08-25T08:15:44.433Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "118d3b71-0c08-4a2f-b320-655cb2d5bd69",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3485626-c435-4e77-b0de-a5a7d9d17155",
    "vfModuleModelCustomizationUUID": "49bf58c4-50a8-420b-ae38-045895e0a273",
    "isBase": true,
    "artifacts": [
      "bc4692f6-0bab-4629-b45f-8dd53c2faf40",
      "2daba263-b5ec-455b-afb1-2e134558b837"
    ],
    "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-08-25T08:15:44.434Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3485626-c435-4e77-b0de-a5a7d9d17155
VfModuleModelInvariantUUID:118d3b71-0c08-4a2f-b320-655cb2d5bd69
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc4692f6-0bab-4629-b45f-8dd53c2faf40
,
2daba263-b5ec-455b-afb1-2e134558b837

}
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-08-25T08:15:44.434Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc4692f6-0bab-4629-b45f-8dd53c2faf40 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-25T08:15:44.434Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-25T08:15:44.436Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:44.491Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-25T08:15:44.492Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bc4692f6-0bab-4629-b45f-8dd53c2faf40 5033
2022-08-25T08:15:44.493Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:44.493Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:44.493Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:15:44.493Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:44.495Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:44.496Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415344492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:44.596Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:44.596Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:44.597Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:44.814Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:44.815Z||pool-315-thread-1|||||INFO|500||cambria reply ok (219 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:15:45.496Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2daba263-b5ec-455b-afb1-2e134558b837 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-25T08:15:45.497Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-25T08:15:45.498Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:45.558Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-25T08:15:45.559Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2daba263-b5ec-455b-afb1-2e134558b837 903
2022-08-25T08:15:45.560Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:45.560Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:45.560Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:15:45.560Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:45.562Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:45.563Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415345559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:15:45.663Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:45.664Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:45.664Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:45.688Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:45.688Z||pool-316-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:46.564Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 12282bc0-b3d4-4a3b-adb4-e3b04db02983
2022-08-25T08:15:46.565Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 87dc346c-bbf8-4892-a557-fe5974782dc6 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-08-25T08:15:46.581Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24306b64, org.onap.sdc.toscaparser.api.parameters.Input@1b90e4ca, org.onap.sdc.toscaparser.api.parameters.Input@d1cd001, org.onap.sdc.toscaparser.api.parameters.Input@a93c539, org.onap.sdc.toscaparser.api.parameters.Input@2ddff444]
2022-08-25T08:15:46.585Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.585Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.585Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-25T08:15:46.586Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 06d3faef-e917-43a4-a216-18d43f692f87
2022-08-25T08:15:46.586Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06d3faef-e917-43a4-a216-18d43f692f87 matches Tosca VF Customization UUID: 06d3faef-e917-43a4-a216-18d43f692f87
2022-08-25T08:15:46.587Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 06d3faef-e917-43a4-a216-18d43f692f87  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-08-25T08:15:46.599Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.600Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.601Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 06d3faef-e917-43a4-a216-18d43f692f87: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-08-25T08:15:46.601Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e2c0d02
2022-08-25T08:15:46.603Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.603Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T08:15:46.603Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49bf58c4-50a8-420b-ae38-045895e0a273
2022-08-25T08:15:46.603Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49bf58c4-50a8-420b-ae38-045895e0a273
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-08-25T08:15:46.607Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.607Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:46.607Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:46.609Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.609Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:46.609Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:46.610Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.610Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T08:15:46.610Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T08:15:46.610Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T08:15:46.610Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7096f8b-66e9-45e7-be9d-e28b9889f3e1
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-08-25T08:15:46.614Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.614Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:46.614Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:15:46.614Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.615Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T08:15:46.615Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=06d3faef-e917-43a4-a216-18d43f692f87
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:15:46.617Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.618Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.618Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 12282bc0-b3d4-4a3b-adb4-e3b04db02983: basic_vm_macro
2022-08-25T08:15:46.618Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.618Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.619Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.619Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.619Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.619Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.619Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.620Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.620Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:15:46.620Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:15:46.620Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:46.736Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 87dc346c-bbf8-4892-a557-fe5974782dc6 1 ASDC deployResourceStructure
2022-08-25T08:15:46.737Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:46.737Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:46.737Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:15:46.737Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:46.741Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:46.741Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415346737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:46.840Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:15:46.841Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:46.841Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:46.866Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:46.866Z||pool-317-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:47.743Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:47.743Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:47.743Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:15:47.744Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:47.746Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:47.746Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415347743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:47.846Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:47.847Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:47.847Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:47.904Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:47.905Z||pool-318-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:48.747Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:48.747Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||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-08-25T08:15:48.747Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:15:48.748Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:48.750Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:48.750Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415348747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:48.850Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:48.851Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:48.851Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:48.873Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:48.873Z||pool-319-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:15:49.751Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-25T08:15:49.754Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T08:15:49.754Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:15:49.755Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-25T08:15:49.757Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:15:49.757Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415349751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:15:49.857Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:15:49.858Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:15:49.858Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:15:49.907Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:15:49.908Z||pool-320-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:15:50.758Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e027d15-b349-4c8b-879a-4306721297cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:15:50.783Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e027d15-b349-4c8b-879a-4306721297cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:15:50.787Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:15:50.787Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T08:15:50.788Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T08:15:50.788Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T08:15:50.788Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T08:15:50.788Z|9e027d15-b349-4c8b-879a-4306721297cd|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-08-25T08:15:50.794Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T08:16:20.795Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e027d15-b349-4c8b-879a-4306721297cd 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-08-25T08:16:20.803Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e027d15-b349-4c8b-879a-4306721297cd and serviceModelVersionId: 12282bc0-b3d4-4a3b-adb4-e3b04db02983
2022-08-25T08:16:20.803Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b867d84-c869-475b-8d40-4cf153cad684
2022-08-25T08:16:20.804Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0
2022-08-25T08:16:20.809Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T08:16:20.852Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Invoke
2022-08-25T08:16:20.853Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b608095a-b986-452e-b189-8c52db0f4153], X-ECOMP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-TransactionId=[], X-ONAP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], Content-Type=[application/merge-patch+json]}
2022-08-25T08:16:22.413Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Invoke
2022-08-25T08:16:22.413Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d543c9dc-41b3-4fec-9180-49ad6e060ce8], X-ECOMP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-TransactionId=[], X-ONAP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], Content-Type=[application/merge-patch+json]}
2022-08-25T08:16:23.950Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Invoke
2022-08-25T08:16:23.951Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7dbeeb4a-7ddf-49d2-a2ae-c8aae7fdfda7], X-ECOMP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], X-TransactionId=[], X-ONAP-RequestID=[9e027d15-b349-4c8b-879a-4306721297cd], Content-Type=[application/merge-patch+json]}
2022-08-25T08:16:24.978Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:16:24.980Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?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-08-25T08:16:24.981Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:16:24.981Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?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-08-25T08:16:24.989Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?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-08-25T08:16:24.989Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e027d15-b349-4c8b-879a-4306721297cd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:16:24.989Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T08:16:24.990Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:24.992Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:24.992Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415384989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:16:25.092Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:25.093Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:25.093Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:25.119Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:25.120Z||pool-321-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T08:16:26.008Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||received message from topic
2022-08-25T08:16:26.008Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0bd864c3-a49c-49ce-a39a-055e2f75e1eb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3","serviceDescription":"service","serviceInvariantUUID":"39f003a6-9e79-457b-840f-2028c629d7e9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe4dc848-6b03-4c4a-b776-c72788024b8d","resourceInvariantUUID":"5969dae2-fe6f-4f29-9a8f-62dd5cf01a54","resourceCustomizationUUID":"da1149cd-5894-422d-927a-9353c91bcdc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGY5MzAxMDQ3M2YxNmI2MWUyYWM2NTFjMjMyNjRkODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8080f19-2af3-4196-838d-858908f1e3ad","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MTY1OTk2M2UwMWRlMWNkYTUwY2JjNWUxMjg3MTY1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ecff37fe-7efa-4c2f-bc98-5d6e4d490cb3","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd97ac35-767a-4d41-a5d9-986ab3e239fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2837aff-2f1e-49b8-a92d-648b150f52a2","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5b142b2d-47bc-4596-95e2-a9a8534a3f0e","artifactVersion":"2","generatedFromUUID":"5c97f428-e098-4ab6-8bc6-03e416c40725"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"16eaf9ef-d036-447c-831a-9e8c42e73e67","artifactVersion":"2","generatedFromUUID":"bd97ac35-767a-4d41-a5d9-986ab3e239fb"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c97f428-e098-4ab6-8bc6-03e416c40725","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"799f1031-7f6a-491b-9278-98a5174a6a34","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"OThjMGZjZWE0ZmU2Yzk0ZjEwOTZkNzA1YTk3MDg1YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2139290-a6a9-4422-bdc3-1031bd715300","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmZiNjE5ODE2YmE4MzQ3MjA1Y2QyMjk5ZDRiM2YzZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2ca3156-19fb-49ce-8d1c-4b4018a75c2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T08:16:26.009Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:26.009Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:26.011Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:26.011Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:16:26.111Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:26.113Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:26.113Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:26.138Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:26.138Z||pool-322-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:27.022Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:27.023Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:27.034Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:27.034Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:16:27.126Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T08:16:27.127Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:27.127Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:27.152Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:27.153Z||pool-323-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:28.035Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:28.035Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:28.039Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:28.039Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:16:28.139Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:28.140Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:28.140Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:28.154Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:28.155Z||pool-324-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:16:29.039Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:29.040Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:29.043Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:29.044Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:16:29.143Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:29.145Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:29.145Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:29.168Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:29.169Z||pool-325-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:30.044Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:30.046Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:30.049Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:30.050Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T08:16:30.149Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:30.150Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:30.150Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:30.171Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:30.171Z||pool-326-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:31.051Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:31.052Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:31.060Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:31.061Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T08:16:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:16:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:16:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:16:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415331061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:16:31.159Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T08:16:31.162Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:31.162Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:31.224Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:31.224Z||pool-327-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:32.062Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:32.063Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:32.066Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:32.066Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T08:16:32.167Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:32.167Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:32.167Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:32.183Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:32.184Z||pool-328-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:16:33.067Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:33.069Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:33.072Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:33.072Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:16:33.172Z||pool-329-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:33.173Z||pool-329-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:33.173Z||pool-329-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:33.206Z||pool-329-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:33.206Z||pool-329-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:34.073Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:34.074Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:34.076Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:34.077Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:16:34.176Z||pool-330-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:34.177Z||pool-330-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:34.177Z||pool-330-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:34.193Z||pool-330-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:34.193Z||pool-330-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:35.077Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T08:16:35.079Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:35.082Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:35.082Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:16:35.182Z||pool-331-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:35.183Z||pool-331-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:35.183Z||pool-331-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:35.205Z||pool-331-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:35.205Z||pool-331-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:36.083Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39f003a6-9e79-457b-840f-2028c629d7e9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "da1149cd-5894-422d-927a-9353c91bcdc8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe4dc848-6b03-4c4a-b776-c72788024b8d",
      "resourceInvariantUUID": "5969dae2-fe6f-4f29-9a8f-62dd5cf01a54",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MTY1OTk2M2UwMWRlMWNkYTUwY2JjNWUxMjg3MTY1YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ecff37fe-7efa-4c2f-bc98-5d6e4d490cb3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bd97ac35-767a-4d41-a5d9-986ab3e239fb",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "16eaf9ef-d036-447c-831a-9e8c42e73e67",
            "generatedFromUUID": "bd97ac35-767a-4d41-a5d9-986ab3e239fb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5b142b2d-47bc-4596-95e2-a9a8534a3f0e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "16eaf9ef-d036-447c-831a-9e8c42e73e67",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c97f428-e098-4ab6-8bc6-03e416c40725",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmZiNjE5ODE2YmE4MzQ3MjA1Y2QyMjk5ZDRiM2YzZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2ca3156-19fb-49ce-8d1c-4b4018a75c2b"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T08:16:36.084Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T08:16:36.084Z|9e027d15-b349-4c8b-879a-4306721297cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3 ASDC
2022-08-25T08:16:36.085Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0bd864c3-a49c-49ce-a39a-055e2f75e1eb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3
ServiceInvariantUUID:39f003a6-9e79-457b-840f-2028c629d7e9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:e2ca3156-19fb-49ce-8d1c-4b4018a75c2b
ArtifactChecksum:ZmZiNjE5ODE2YmE4MzQ3MjA1Y2QyMjk5ZDRiM2YzZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:da1149cd-5894-422d-927a-9353c91bcdc8
ResourceInvariantUUID:5969dae2-fe6f-4f29-9a8f-62dd5cf01a54
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe4dc848-6b03-4c4a-b776-c72788024b8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:ecff37fe-7efa-4c2f-bc98-5d6e4d490cb3
ArtifactChecksum:MTY1OTk2M2UwMWRlMWNkYTUwY2JjNWUxMjg3MTY1YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:bd97ac35-767a-4d41-a5d9-986ab3e239fb
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:16eaf9ef-d036-447c-831a-9e8c42e73e67
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:5b142b2d-47bc-4596-95e2-a9a8534a3f0e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:16eaf9ef-d036-447c-831a-9e8c42e73e67
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:5c97f428-e098-4ab6-8bc6-03e416c40725
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T08:16:36.085Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3 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-08-25T08:16:36.120Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:16:36.121Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:16:36.121Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:16:36.122Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: e2ca3156-19fb-49ce-8d1c-4b4018a75c2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:36.122Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:36.122Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:36.219Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:36.226Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e2ca3156-19fb-49ce-8d1c-4b4018a75c2b 162982
2022-08-25T08:16:36.227Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T08:16:36.227Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:36.227Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:36.227Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:36.230Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:36.232Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415396226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:36.331Z||pool-332-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T08:16:36.331Z||pool-332-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:36.332Z||pool-332-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:36.351Z||pool-332-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:36.352Z||pool-332-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:37.233Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T08:16:37.235Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||MSO config path is: /app
2022-08-25T08:16:37.235Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to write artifact UUID: e2ca3156-19fb-49ce-8d1c-4b4018a75c2b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:37.236Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-25T08:16:37.237Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:37.237Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:37.417Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3371279934431652336/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-08-25T08:16:38.862Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||####################################################################################################
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:38.863Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:38.864Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:38.864Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|WARN|500||####################################################################################################
2022-08-25T08:16:38.864Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.865Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.865Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.865Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T08:16:38.865Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:16:38.866Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.866Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.866Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.866Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T08:16:38.866Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-25T08:16:38.867Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-25T08:16:38.868Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T08:16:38.868Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.868Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T08:16:38.868Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.868Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.869Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:38.869Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.869Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.869Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:38.870Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:38.871Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.871Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-25T08:16:38.871Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-25T08:16:38.871Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0a5329b0-00fc-45a6-bebc-289184a9cb42
2022-08-25T08:16:38.871Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.872Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:38.873Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:38.873Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3
Model Version:NULL
Model InvariantUuid:39f003a6-9e79-457b-840f-2028c629d7e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b8b5939b-7605-48bd-ae68-440a00aeef6f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5969dae2-fe6f-4f29-9a8f-62dd5cf01a54
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da1149cd-5894-422d-927a-9353c91bcdc8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:34481dc0-557d-4da8-ad47-ece1a5282bd1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:240d2411-3e32-43a6-9816-fc045262ba35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c6bcb14f-1b30-42cd-951c-2a34f787fbd7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a114fabb-1828-4f4b-924c-0b67caa8176f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a5329b0-00fc-45a6-bebc-289184a9cb42
ModelInvariantUuid:504cd3e9-d6cb-4588-84ab-5a2d455382e1
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7bef539b-5b86-4b80-aeaa-3a99ea1ecb5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e67fbb3b-636a-4a39-9600-27d87c932a7e
ModelInvariantUuid:5878a90a-2680-4b3c-b33b-295974e13ecb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:fb66f3d5-87dc-405c-a64c-3e41d004343c
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-08-25T08:16:38.881Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: fe4dc848-6b03-4c4a-b776-c72788024b8d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:16:38.884Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||basic_cnf_macro 0
2022-08-25T08:16:38.885Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: fe4dc848-6b03-4c4a-b776-c72788024b8d
2022-08-25T08:16:38.885Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: ecff37fe-7efa-4c2f-bc98-5d6e4d490cb3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T08:16:38.885Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:38.885Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T08:16:38.942Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:38.942Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ecff37fe-7efa-4c2f-bc98-5d6e4d490cb3 1565
2022-08-25T08:16:38.942Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-25T08:16:38.942Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T08:16:38.942Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:38.943Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:38.944Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:38.945Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415398942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:39.045Z||pool-333-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:39.046Z||pool-333-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:39.046Z||pool-333-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:39.075Z||pool-333-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:39.076Z||pool-333-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:16:39.945Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c6bcb14f-1b30-42cd-951c-2a34f787fbd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a114fabb-1828-4f4b-924c-0b67caa8176f",
    "vfModuleModelCustomizationUUID": "80433f86-650d-4651-bb53-b0248cc99120",
    "isBase": true,
    "artifacts": [
      "bd97ac35-767a-4d41-a5d9-986ab3e239fb",
      "16eaf9ef-d036-447c-831a-9e8c42e73e67"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "34481dc0-557d-4da8-ad47-ece1a5282bd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "240d2411-3e32-43a6-9816-fc045262ba35",
    "vfModuleModelCustomizationUUID": "6b5f2267-5bdd-4cbf-9eef-cacdd332294d",
    "isBase": false,
    "artifacts": [
      "5c97f428-e098-4ab6-8bc6-03e416c40725"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-25T08:16:39.949Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a114fabb-1828-4f4b-924c-0b67caa8176f
VfModuleModelInvariantUUID:c6bcb14f-1b30-42cd-951c-2a34f787fbd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd97ac35-767a-4d41-a5d9-986ab3e239fb
,
16eaf9ef-d036-447c-831a-9e8c42e73e67

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:240d2411-3e32-43a6-9816-fc045262ba35
VfModuleModelInvariantUUID:34481dc0-557d-4da8-ad47-ece1a5282bd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c97f428-e098-4ab6-8bc6-03e416c40725

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

isBase:false


}

2022-08-25T08:16:39.951Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c6bcb14f-1b30-42cd-951c-2a34f787fbd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a114fabb-1828-4f4b-924c-0b67caa8176f",
    "vfModuleModelCustomizationUUID": "80433f86-650d-4651-bb53-b0248cc99120",
    "isBase": true,
    "artifacts": [
      "bd97ac35-767a-4d41-a5d9-986ab3e239fb",
      "16eaf9ef-d036-447c-831a-9e8c42e73e67"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "34481dc0-557d-4da8-ad47-ece1a5282bd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "240d2411-3e32-43a6-9816-fc045262ba35",
    "vfModuleModelCustomizationUUID": "6b5f2267-5bdd-4cbf-9eef-cacdd332294d",
    "isBase": false,
    "artifacts": [
      "5c97f428-e098-4ab6-8bc6-03e416c40725"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-25T08:16:39.951Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a114fabb-1828-4f4b-924c-0b67caa8176f
VfModuleModelInvariantUUID:c6bcb14f-1b30-42cd-951c-2a34f787fbd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd97ac35-767a-4d41-a5d9-986ab3e239fb
,
16eaf9ef-d036-447c-831a-9e8c42e73e67

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:240d2411-3e32-43a6-9816-fc045262ba35
VfModuleModelInvariantUUID:34481dc0-557d-4da8-ad47-ece1a5282bd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c97f428-e098-4ab6-8bc6-03e416c40725

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

isBase:false


}

2022-08-25T08:16:39.952Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: bd97ac35-767a-4d41-a5d9-986ab3e239fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T08:16:39.952Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:39.952Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T08:16:40.056Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:40.056Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bd97ac35-767a-4d41-a5d9-986ab3e239fb 914
2022-08-25T08:16:40.057Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-25T08:16:40.057Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T08:16:40.057Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:40.057Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:40.060Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:40.060Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415400057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:40.160Z||pool-334-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:40.161Z||pool-334-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:40.161Z||pool-334-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:40.211Z||pool-334-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:40.212Z||pool-334-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:41.063Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: 5b142b2d-47bc-4596-95e2-a9a8534a3f0e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T08:16:41.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:41.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T08:16:41.124Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:41.125Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5b142b2d-47bc-4596-95e2-a9a8534a3f0e 12
2022-08-25T08:16:41.125Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-25T08:16:41.125Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T08:16:41.125Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:41.126Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:41.152Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:41.152Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415401125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:41.229Z||pool-335-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-08-25T08:16:41.229Z||pool-335-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:41.230Z||pool-335-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:41.271Z||pool-335-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:41.272Z||pool-335-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:42.153Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: 16eaf9ef-d036-447c-831a-9e8c42e73e67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T08:16:42.154Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:42.154Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T08:16:42.213Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:42.213Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 16eaf9ef-d036-447c-831a-9e8c42e73e67 96
2022-08-25T08:16:42.213Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-25T08:16:42.213Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T08:16:42.214Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:42.214Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:42.216Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:42.216Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415402213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:42.318Z||pool-336-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T08:16:42.319Z||pool-336-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:42.319Z||pool-336-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:42.336Z||pool-336-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:42.336Z||pool-336-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:43.217Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Trying to download the artifact UUID: 5c97f428-e098-4ab6-8bc6-03e416c40725 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T08:16:43.217Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - download
2022-08-25T08:16:43.217Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T08:16:43.285Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T08:16:43.286Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5c97f428-e098-4ab6-8bc6-03e416c40725 20206
2022-08-25T08:16:43.286Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-25T08:16:43.286Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T08:16:43.286Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T08:16:43.287Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:43.289Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:43.289Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415403286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:16:43.389Z||pool-337-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:43.390Z||pool-337-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:43.390Z||pool-337-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:43.403Z||pool-337-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:43.404Z||pool-337-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:44.295Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Preparing to deploy Service: 0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3
2022-08-25T08:16:44.296Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fe4dc848-6b03-4c4a-b776-c72788024b8d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:16:44.315Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c1ed90b, org.onap.sdc.toscaparser.api.parameters.Input@58587617, org.onap.sdc.toscaparser.api.parameters.Input@4342f44a, org.onap.sdc.toscaparser.api.parameters.Input@5e4c605b, org.onap.sdc.toscaparser.api.parameters.Input@64203c18]
2022-08-25T08:16:44.319Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.320Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.320Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-25T08:16:44.320Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||VFCustomizationUUID= da1149cd-5894-422d-927a-9353c91bcdc8
2022-08-25T08:16:44.320Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da1149cd-5894-422d-927a-9353c91bcdc8 matches Tosca VF Customization UUID: da1149cd-5894-422d-927a-9353c91bcdc8
2022-08-25T08:16:44.321Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||vfCustomizationUUID: da1149cd-5894-422d-927a-9353c91bcdc8  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-08-25T08:16:44.323Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.324Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.325Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||resource request for resource customization id da1149cd-5894-422d-927a-9353c91bcdc8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-08-25T08:16:44.325Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1694bede
2022-08-25T08:16:44.325Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.325Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T08:16:44.326Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b5f2267-5bdd-4cbf-9eef-cacdd332294d
2022-08-25T08:16:44.326Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b5f2267-5bdd-4cbf-9eef-cacdd332294d
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-08-25T08:16:44.328Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.329Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:44.329Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:44.330Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.330Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:44.331Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T08:16:44.331Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.331Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T08:16:44.332Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=da1149cd-5894-422d-927a-9353c91bcdc8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T08:16:44.334Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.334Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.335Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500|| resourceSeq for service uuid 0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3: basic_cnf_macro
2022-08-25T08:16:44.335Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.335Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.335Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.335Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.336Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.336Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.336Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.336Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.336Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T08:16:44.337Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T08:16:44.337Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T08:16:44.381Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fe4dc848-6b03-4c4a-b776-c72788024b8d 2 ASDC deployResourceStructure
2022-08-25T08:16:44.381Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-25T08:16:44.382Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T08:16:44.382Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:16:44.383Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:44.386Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:44.386Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415404381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:16:44.486Z||pool-338-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:44.487Z||pool-338-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:44.487Z||pool-338-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:44.502Z||pool-338-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:44.503Z||pool-338-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:45.388Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-25T08:16:45.388Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T08:16:45.389Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:16:45.389Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:45.392Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:45.392Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415405387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:16:45.494Z||pool-339-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T08:16:45.495Z||pool-339-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:45.495Z||pool-339-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:45.532Z||pool-339-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:45.533Z||pool-339-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:16:46.399Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-25T08:16:46.399Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-25T08:16:46.399Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T08:16:46.399Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:46.401Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:46.401Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415406399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T08:16:46.502Z||pool-340-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:46.504Z||pool-340-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:46.504Z||pool-340-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:46.521Z||pool-340-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:46.522Z||pool-340-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:47.403Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-25T08:16:47.403Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T08:16:47.403Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:16:47.403Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:47.405Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:47.405Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415407403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-25T08:16:47.505Z||pool-341-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:47.506Z||pool-341-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:47.506Z||pool-341-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:47.519Z||pool-341-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:47.520Z||pool-341-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:48.406Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-25T08:16:48.407Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-25T08:16:48.407Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T08:16:48.407Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:48.409Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:48.409Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415408406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T08:16:48.509Z||pool-342-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T08:16:48.510Z||pool-342-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:48.510Z||pool-342-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:48.527Z||pool-342-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:48.527Z||pool-342-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-25T08:16:49.410Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T08:16:49.411Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T08:16:49.411Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T08:16:49.411Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:16:49.414Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:16:49.414Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415409410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:16:49.514Z||pool-343-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:16:49.515Z||pool-343-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:16:49.515Z||pool-343-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:16:49.527Z||pool-343-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:16:49.528Z||pool-343-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-25T08:16:50.415Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:16:50.426Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:16:50.428Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:16:50.428Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T08:16:50.428Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T08:17:20.428Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:17:20.465Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:17:20.469Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:17:20.469Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T08:17:20.469Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T08:17:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:17:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:17:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:17:31.150Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:17:31.151Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.151Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415333049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.152Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.153Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.153Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.153Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "aai-ml",
  "timestamp": 1661415334059,
  "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-08-25T08:17:31.173Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:17:31.173Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:17:31.188Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.189Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.189Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.189Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.190Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415336061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.191Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "clamp",
  "timestamp": 1661415337066,
  "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-08-25T08:17:31.205Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
2022-08-25T08:17:31.205Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:17:31.221Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.221Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.221Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.221Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.221Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415340058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415343423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415344492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:17:31.222Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415345559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415346737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415347743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:17:31.223Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415348747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415349751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9e027d15-b349-4c8b-879a-4306721297cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415384989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:17:31.224Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.225Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:17:31.226Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:31.226Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:17:31.226Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T08:17:31.226Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:17:50.470Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-08-25T08:17:50.483Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-25T08:17:50.486Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?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-08-25T08:17:50.498Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T08:18:20.499Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb 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-08-25T08:18:20.508Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bd864c3-a49c-49ce-a39a-055e2f75e1eb and serviceModelVersionId: 0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3
2022-08-25T08:18:20.509Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39f003a6-9e79-457b-840f-2028c629d7e9
2022-08-25T08:18:20.510Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0
2022-08-25T08:18:20.517Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T08:18:20.561Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b867d84-c869-475b-8d40-4cf153cad684/model-vers/model-ver/12282bc0-b3d4-4a3b-adb4-e3b04db02983?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:20.563Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||Invoke
2022-08-25T08:18:22.094Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:22.102Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||Invoke
2022-08-25T08:18:23.625Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:23.628Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||Invoke
2022-08-25T08:18:24.659Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:18:24.662Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:24.662Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:18:24.662Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:24.670Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:24.670Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bd864c3-a49c-49ce-a39a-055e2f75e1eb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T08:18:24.671Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T08:18:24.671Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T08:18:24.674Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T08:18:24.674Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|DEBUG|500||try to send status {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415504671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:18:24.774Z||pool-344-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T08:18:24.775Z||pool-344-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T08:18:24.776Z||pool-344-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:18:24.801Z||pool-344-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:18:24.802Z||pool-344-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-08-25T08:18:25.690Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:18:25.690Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:25.691Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:18:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:18:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:18:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:18:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:18:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:18:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T08:18:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:18:36.195Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:18:36.196Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:18:36.196Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:36.197Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:18:45.794Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:18:45.795Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:18:45.796Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:18:45.797Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:18:55.382Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:19:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:19:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:19:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:19:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:19:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:19:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:19:31.129Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:19:31.130Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.130Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T08:19:31.130Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.131Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415331065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Missing status on Status Object. 
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415396226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415398942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.132Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415400057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415401125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415402213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.133Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415403286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415404381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415405387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.134Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415406399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415407403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415408406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T08:19:31.135Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:31.136Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||received message from topic
2022-08-25T08:19:31.136Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415409410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T08:19:31.136Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:19:40.711Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:20:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:20:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:20:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:20:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:20:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T08:20:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:20:31.679Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:20:31.680Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||received message from topic
2022-08-25T08:20:31.680Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd864c3-a49c-49ce-a39a-055e2f75e1eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661415504671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T08:20:31.681Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T08:20:40.702Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:21:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:21:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:21:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:21:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:21:31.071Z||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-08-25T08:21:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:21:40.646Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:21:40.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:22:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:22:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:22:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:22:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:22:31.073Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:22:31.073Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:22:40.746Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:22:40.755Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:23:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:23:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:23:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:23:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:23:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:23:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:23:40.697Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:23:40.770Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:24:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:24:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:24:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:24:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:24:31.073Z||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-08-25T08:24:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:24:40.673Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:24:40.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:25:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:25:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:25:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:25:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:25:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:25:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:25:40.647Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:25:40.673Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:26:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:26:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:26:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:26:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:26:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:26:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:26:40.655Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:26:40.700Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:27:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:27:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:27:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:27:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:27:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:27:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:27:40.643Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:27:40.645Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:28:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:28:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:28:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:28:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:28:31.071Z||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-08-25T08:28:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:28:40.667Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:28:40.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:29:31.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:29:31.071Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:29:31.073Z||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-08-25T08:29:31.073Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:29:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:29:31.074Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:29:40.672Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:29:40.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:30:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:30:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:30:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:30:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:30:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:30:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:30:40.708Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:30:40.735Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:31:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:31:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:31:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:31:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:31:31.071Z||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-08-25T08:31:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:31:40.684Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:31:40.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:32:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:32:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:32:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:32:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:32:31.071Z||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-08-25T08:32:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:32:40.708Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:32:40.709Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:33:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:33:31.069Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:33:31.069Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:33:31.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:33:31.071Z||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-08-25T08:33:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:33:40.749Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:33:40.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:34:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:34:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:34:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:34:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:34:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:34:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:34:40.648Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:34:40.673Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:35:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:35:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:35:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:35:31.075Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:35:31.076Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:35:31.076Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:35:40.698Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:35:40.701Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:36:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:36:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:36:31.070Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:36:31.070Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:36:31.071Z||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-08-25T08:36:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:36:40.791Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:36:40.793Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:37:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:37:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:37:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:37:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:37:31.071Z||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-08-25T08:37:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:37:40.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:37:40.692Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:38:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:38:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:38:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:38:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:38:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:38:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:38:40.675Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:38:40.680Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:39:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:39:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:39:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:39:31.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:39:31.076Z||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-08-25T08:39:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:39:40.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:39:40.682Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:40:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:40:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:40:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:40:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:40:31.070Z||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-08-25T08:40:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:40:40.734Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:40:40.747Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:41:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:41:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:41:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:41:31.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:41:31.072Z||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-08-25T08:41:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:41:40.721Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:41:40.764Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:42:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:42:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:42:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:42:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:42:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:42:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:42:40.648Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:42:40.650Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:43:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:43:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:43:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:43:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:43:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T08:43:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:43:40.669Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:43:40.693Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:44:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:44:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:44:31.069Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:44:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:44:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T08:44:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:44:40.774Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:44:40.813Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:45:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:45:31.066Z||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-08-25T08:45:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:45:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:45:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:45:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:45:40.710Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:45:40.717Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:46:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:46:31.075Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:46:31.076Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:46:31.077Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:46:31.078Z||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-08-25T08:46:31.091Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:46:40.743Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:46:40.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:47:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:47:31.066Z||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-08-25T08:47:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:47:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:47:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:47:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:47:40.719Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:47:40.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:48:31.066Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:48:31.067Z||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-08-25T08:48:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:48:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:48:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T08:48:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:48:40.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:48:40.737Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:49:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:49:31.065Z||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-08-25T08:49:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:49:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:49:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:49:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:49:40.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:49:40.671Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:50:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:50:31.066Z||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-08-25T08:50:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:50:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:50:31.071Z||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-08-25T08:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:50:40.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:50:40.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:51:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:51:31.067Z||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-08-25T08:51:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:51:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:51:31.071Z||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-08-25T08:51:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:51:40.702Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:51:40.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:52:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:52:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:52:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:52:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:52:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T08:52:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:52:40.704Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:52:40.721Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:53:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:53:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:53:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:53:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:53:31.072Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T08:53:31.072Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:53:40.797Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:53:40.800Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:54:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:54:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:54:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:54:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:54:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T08:54:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:54:40.644Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:54:40.648Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:55:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:55:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:55:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:55:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:55:31.071Z||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-08-25T08:55:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:55:40.712Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:55:40.713Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:56:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:56:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:56:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:56:31.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:56:31.073Z||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-08-25T08:56:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:56:40.713Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:56:40.713Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:57:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:57:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:57:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:57:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:57:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:57:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:57:40.739Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:57:40.749Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:58:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:58:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:58:31.069Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:58:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:58:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T08:58:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:58:40.738Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:58:40.740Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:59:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:59:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T08:59:31.068Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T08:59:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T08:59:31.070Z||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-08-25T08:59:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T08:59:40.813Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T08:59:40.819Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:00:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:00:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:00:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:00:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:00:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T09:00:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:00:40.693Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:00:40.702Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:01:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:01:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T09:01:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:01:31.073Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:01:31.074Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:01:31.074Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:01:40.718Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:01:40.781Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:02:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:02:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:02:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:02:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:02:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T09:02:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:02:40.770Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:02:40.774Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:03:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:03:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:03:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:03:31.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:03:31.071Z||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-08-25T09:03:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:03:40.711Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:03:40.711Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:04:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:04:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:04:31.066Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:04:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:04:31.071Z||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-08-25T09:04:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:04:40.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:04:40.758Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:05:31.064Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:05:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:05:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:05:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:05:31.070Z||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-08-25T09:05:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:05:40.694Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:05:40.713Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:06:31.065Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:06:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:06:31.067Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:06:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:06:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T09:06:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:06:40.695Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:06:40.718Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:07:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:07:31.065Z||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-08-25T09:07:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:07:31.070Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:07:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?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-08-25T09:07:31.071Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:07:40.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:07:40.709Z|62abb316-3f7e-4ea2-9ced-a494309cf33e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ba2950d-cdcc-4ce8-b489-7e23b83ee3f0/model-vers/model-ver/d7983458-79f4-40a3-a82a-00a12063a182?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:08:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:08:31.065Z||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-08-25T09:08:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:08:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:08:31.071Z||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-08-25T09:08:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:08:40.734Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:08:40.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:09:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:09:31.065Z||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-08-25T09:09:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:09:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:09:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T09:09:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:09:40.676Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:09:40.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:10:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:10:31.065Z||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-08-25T09:10:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:10:31.070Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:10:31.070Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:10:31.071Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:10:40.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:10:40.694Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:11:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:11:31.065Z||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-08-25T09:11:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:11:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:11:31.072Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T09:11:31.072Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:11:40.639Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:11:40.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:12:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:12:31.065Z||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-08-25T09:12:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:12:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:12:31.070Z||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-08-25T09:12:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:12:40.714Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:12:40.722Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:13:31.066Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:13:31.069Z||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-08-25T09:13:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:13:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:13:31.070Z||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-08-25T09:13:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:13:40.702Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:13:40.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:14:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:14:31.065Z||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-08-25T09:14:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:14:31.070Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:14:31.071Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?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-08-25T09:14:31.071Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:14:40.729Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:14:40.808Z|0bd864c3-a49c-49ce-a39a-055e2f75e1eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f003a6-9e79-457b-840f-2028c629d7e9/model-vers/model-ver/0d7d1b89-ed8b-43b1-b991-10b13ca1a2c3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:15:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:15:31.066Z||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-08-25T09:15:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:15:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:15:31.071Z||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-08-25T09:15:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:15:40.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:15:40.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:16:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:16:31.065Z||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-08-25T09:16:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:16:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:16:31.072Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T09:16:31.072Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:16:40.721Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:16:40.750Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:17:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:17:31.065Z||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-08-25T09:17:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:17:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:17:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T09:17:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:17:40.711Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:17:40.713Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:18:31.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:18:31.065Z||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-08-25T09:18:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:18:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:18:31.072Z||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-08-25T09:18:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:18:40.740Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:18:40.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:19:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:19:31.065Z||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-08-25T09:19:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:19:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:19:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T09:19:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:19:40.732Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:19:40.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:20:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:20:31.067Z||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-08-25T09:20:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:20:31.070Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:20:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T09:20:31.071Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:20:40.679Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:20:40.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:21:31.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:21:31.066Z||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-08-25T09:21:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:21:31.070Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:21:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?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-08-25T09:21:31.071Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:21:40.714Z|1fa57589-0c54-4760-ac1f-780c8973cd3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39fa5434-6e52-413b-8317-6028b085bf3d/model-vers/model-ver/5dd78132-535f-417f-96fe-0bf22c84acd9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:21:40.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:22:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:22:31.065Z||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-08-25T09:22:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:22:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:22:31.071Z||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-08-25T09:22:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:22:40.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:22:40.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:23:31.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:23:31.065Z||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-08-25T09:23:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:23:31.070Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:23:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?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-08-25T09:23:31.071Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:23:40.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:23:40.706Z|1d141396-8e15-4794-8850-902c640755eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13f8de27-3840-4626-8b59-a49c17d19c25/model-vers/model-ver/b55ea9ba-ade0-457c-89b8-1b95f5940060?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:24:31.064Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:24:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T09:24:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:24:31.070Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:24:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?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-08-25T09:24:31.071Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:24:40.723Z|cfdf4639-5794-4a18-8fca-02f50cce4862|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8466145-4516-4f46-b00b-2ca5831bfdc0/model-vers/model-ver/679fc422-963b-48f9-93a4-2e209e48c34a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:24:40.727Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:25:31.064Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:25:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T09:25:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:25:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:25:31.071Z||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-08-25T09:25:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:25:40.647Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:25:40.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:26:31.064Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:26:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?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-08-25T09:26:31.065Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T09:26:31.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T09:26:31.071Z||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-08-25T09:26:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T09:26:40.643Z|8e33aeb2-6da3-4671-a48b-fe3f5e1bd36b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8234ea9b-923c-47b4-97d6-ec00edda8a47/model-vers/model-ver/0b25752f-7bce-433d-a156-602590a5e6aa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T09:26:40.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK